if(top != null)
{
	if (top.location != self.location)
		window.top.location = window.self.location;
}
