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