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

