function blockError()
	{ return true; }
window.onerror = blockError;
if (parent.frames.length > 0) 
{
parent.location.href = location.href;
}
