timer = window.setTimeout("noframe()", 300);

function noframe(){
	if (top.location != self.location)
		{
		top.location = self.location.href
		}
	clearTimeout(timer);
	}