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.ricarite.innovexgroup.com');
}
function makeHomePageSub(subdomain) {
	ah = document.getElementById("home");
	ah.style.behavior='url(#default#homepage)';
	ah.setHomePage('http://'+subdomain+'.startirai.com');
}
function addToFavorites() {
	window.external.AddFavorite('http://www.ricarite.innovexgroup.com', 'Ricarite');
}
function addToFavoritesSub(subdomain) {
	window.external.AddFavorite('http://'+subdomain+'.startirai.com', subdomain + '.startirai.com');
}
function getTo(site) {
	if (site == 0) {
		return true;
	}
	else {
		siteurl = "http://" + site;
		window.open(siteurl, "_blank");
	}
}

