function go()
{
	if( top.location == self.location)
	{
		self.location.replace('frame.php')
	}
}