    if (top.location == self.location) {    //if page is not in its frameset
      top.location.href = "http://senl.com/index.html" + "?" + window.location.href; 
    } 
