function setHpdown(){ // 设为首页
if (document.all)
{
document.body.style.behavior='url(#default#homepage)';
document.body.setHomePage(window.location.href);
}
else if (window.sidebar)
{
if(window.netscape)
{
try
{
netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect");
}
catch (e)
{
alert("该操作被浏览器拒绝，如果想启用该功能，请在地址栏内输入 about:config,然后将项 signed.applets.codebase_principal_support 值该为true");
}
}
var prefs = Components.classes['@mozilla.org/preferences-service;1'].getService(Components. interfaces.nsIPrefBranch);
prefs.setCharPref('browser.startup.homepage',"http://www.rayli.com.cn/");
}
}

document.write("<a href=http://www.rayli.com.cn/2007adsite/aboutad.html target='_blank'>广告服务</a> | <a href=http://about.rayli.com.cn/2008-12-04/L0069009_343175.html target='_blank'>联系我们</a> | <a href=http://about.rayli.com.cn/2008-12-04/L0069008_343190.html target='_blank'>法律声明</a> | <a href=http://about.rayli.com.cn/2008-12-04/L0069007_343192.html target='_blank'>瑞丽招聘</a> | <a href=http://about.rayli.com.cn/ target='_blank'>关于瑞丽</a> | <a href=http://www.rayli.com.cn/static/map.htm target='_blank'>网站地图</a> | <a href='http://www.rayli.com.cn/rss/index.html' target=_blank>RSS</a> | <a href=\"javascript:void(0)\" onclick=\"setHpdown()\">设为首页</a>")
