{
	var s,i
try{
	if((s=location.hash)!="") 
	{
//alert(location.href.substr(location.href.indexOf("#")))
		 location.href="default2.asp"+location.href.substr(location.href.indexOf("#")) //s
	}
} catch(e) {}
}