self.moveTo(0,0);

if (top.frames.length != 0)
	{
	top.location=document.location;
	}
window.onerror = blockError;

function blockError()
{
	return true;
}

