<!-- Begin
/* Break out of frames! */
self.onError = null;
if( top.location != location )
{
top.location.href = location.href; 
}
// End -->