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





