if(self!=top) { url=self.location.href; 
if(document.images) { top.location.replace(url); } 
else { top.location.href=url; } } 
else { self.focus(); } 
