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