1 2 3 4 5 6 7 8
myname=self.location.href; x=top.location.href; if (x != myname) { top.location=myname; }