function breakout_of_frame()
{
	if (top != self) {
		top.location.href = document.location.href;
	}
}