if(self!=top){top.location.replace(self.location);}
var tUrl = window.location.href.toLowerCase();
if (tUrl.indexOf("http://supersoft.com.cn")=="0"){
	window.location.replace("http://www.supersoft.com.cn");
}

//¼ÓÈëÊÕ²Ø¼æÈÝFirefox IE
function addFavor(title, url) {
	if (document.all)
		window.external.AddFavorite(url, title);
	else if (window.sidebar)
		window.sidebar.addPanel(title, url, "");
}
