function getHash()
{
	if(top.window.location.hash!="") {
	  location.href="getastyle.html"+top.window.location.hash;
	}
	else setTimeout('getHash()',200);
}
getHash();
