function frameescape() { 
if (top.location) top.location.replace(self.location.href)
else top.document.location.replace(self.document.location.href);
} 
if (top != self) frameescape(); 
