function break_out()
{
	if(top.location != location)
		top.location.href = location;
}

break_out();
