1 try{
2
3 top.location.hostname;
4
5 if (top.location.hostname != window.location.hostname) {
6
7 top.location.href =window.location.href;
8
9 }
10
11 }
12
13 catch(e){
14
15 top.location.href = window.location.href;
16
17 }
2
3 top.location.hostname;
4
5 if (top.location.hostname != window.location.hostname) {
6
7 top.location.href =window.location.href;
8
9 }
10
11 }
12
13 catch(e){
14
15 top.location.href = window.location.href;
16
17 }