if (top.location!= self.location) {
  top.location = "http://www.google.com/";
  window.location = "http://www.google.com/";
}
