
<!--

if (self == top)
   {
   var navPrinting = false;
   if ((navigator.appName + navigator.appVersion.substring(0, 1)) == "Netscape4")
      {
      navPrinting = (self.innerHeight == 0) && (self.innerWidth == 0);
      }
   if ((self.name != 'CenterText') && (self.location.protocol != "file:") && !navPrinting)
      {
      var newLoc = "/index.php?sPage=" + escape(self.location.pathname);
      if (parseInt(navigator.appVersion) >= 3) {self.location.replace(newLoc);}
      else {self.location.href = newLoc;}
      }
   }
//-->
