if (self == top) {
  if (parseInt(navigator.appVersion) == 2) // is the browser Navigator 2?
    location.href = ".html" // for Netscape Navigator 2
  else
    location.replace("/");
}