function CheckTop()
{
	if (top.location==self.location||
	top.location.toString().toLowerCase().indexOf("infodot")<0||
	top.location.toString().toLowerCase().indexOf("index.htm")<0)
		top.location="index.htm#"+self.location;
}
