if (self != top) top.location.href = self.location.href;

function makeHomePage() {
	ah = document.getElementById("home");
	ah.style.behavior='url(#default#homepage)';
	ah.setHomePage('http://www.horoskopite.com');
}
function makeHomePageSub(subdomain) {
	ah = document.getElementById("home");
	ah.style.behavior='url(#default#homepage)';
	ah.setHomePage('http://'+subdomain+'.horoskopite.com');
}
function getTo(site) {
	if (site == 0) {
		return true;
	}
	else {
		siteurl = "http://" + site;
		window.open(siteurl, "_blank");
	}
}
