function sethome()
{

	if (window.external)
	{

		oHomePage = document.body;
		oHomePage.style.behavior = 'url(#default#homePage)';
		if (!oHomePage.isHomePage('http://www.anaheim.net/')) document.getElementById('sethome').style.display = 'block';

	}

}

document.onload = sethome();