//if(self==top)
//  {
//   window.location.replace("index.html");
//  }
 if (parent.location.href == self.location.href)
  window.location.href = 'index.html?display';
