if (window.location.href == window.top.location.href) {
  window.top.location.replace('index.html');
  }

