if (top.location!= location) { top.location.replace(self.location.href);} 
if (self != top) { top.location.href = self.location.href } 
if (self != top) { parent.location.href = self.location.href } 
