  if (top.location == document.location) {
    top.location.href = "./" ;
    top.main.href= document.location.href;
  }
