//no error
onerror = stopError;
function stopError()
{
return true;
}

//framebreak
if (top.location != self.location) {
top.location=self.location;
}
