if(top.location == self.location){
  var pageaddress = this.location.href.replace(/^\w+\:\/\/[^\/]+/,'');
  top.location.href = 'index.html'+'?addr='+pageaddress;
}