<!-- <!--
browserName = navigator.appName;
browserVer = parseInt(navigator.appVersion);
if (browserName == "Netscape" && browserVer >= 3) version = "n3";
else if (browserName == "Microsoft Internet Explorer" && browserVer >= 4) version = "n3";
else version = "n2";
if (version == "n3"){
   r_01on = new Image(29, 100);
   r_01on.src = "http://www.stjosephradio.com/buttons/r_01on.gif";
   r_01off = new Image(29, 100);
   r_01off.src = "http://www.stjosephradio.com/buttons/r_01off.gif";
   r_02on = new Image(29, 100);
   r_02on.src = "http://www.stjosephradio.com/buttons/r_02off.gif";
   r_02off = new Image(29, 100);
   r_02off.src = "http://www.stjosephradio.com/buttons/r_02on.gif";
   r_03on = new Image(29, 100);
   r_03on.src = "http://www.stjosephradio.com/buttons/r_03on.gif";
   r_03off = new Image(29, 100);
   r_03off.src = "http://www.stjosephradio.com/buttons/r_03off.gif";
   r_04on = new Image(29, 100);
   r_04on.src = "http://www.stjosephradio.com/buttons/r_04on.gif";
   r_04off = new Image(29, 100);
   r_04off.src = "http://www.stjosephradio.com/buttons/r_04off.gif";
   r_05on = new Image(29, 100);
   r_05on.src = "http://www.stjosephradio.com/buttons/r_05on.gif";
   r_05off = new Image(29, 100);
   r_05off.src = "http://www.stjosephradio.com/buttons/r_05off.gif";
   r_06on = new Image(29, 100);
   r_06on.src = "http://www.stjosephradio.com/buttons/r_06on.gif";
   r_06off = new Image(29, 100);
   r_06off.src = "http://www.stjosephradio.com/buttons/r_06off.gif";
   r_07on = new Image(29, 100);
   r_07on.src = "http://www.stjosephradio.com/buttons/r_07on.gif";
   r_07off = new Image(29, 100);
   r_07off.src = "http://www.stjosephradio.com/buttons/r_07off.gif";
   r_08on = new Image(29, 100);
   r_08on.src = "http://www.stjosephradio.com/buttons/r_08on.gif";
   r_08off = new Image(29, 100);
   r_08off.src = "http://www.stjosephradio.com/buttons/r_08off.gif";
   r_09on = new Image(29, 100);
   r_09on.src = "http://www.stjosephradio.com/buttons/r_09on.gif";
   r_09off = new Image(29, 100);
   r_09off.src = "http://www.stjosephradio.com/buttons/r_09off.gif";
   r_10on = new Image(29, 100);
   r_10on.src = "http://www.stjosephradio.com/buttons/r_10on.gif";
   r_10off = new Image(29, 100);
   r_10off.src = 
"http://www.stjosephradio.com/buttons/r_10off.gif";
   r_11on = new Image(29, 100);
   r_11on.src = "http://www.stjosephradio.com/buttons/r_11on.gif";
   r_11off = new Image(29, 100);
   r_11off.src = 
"http://www.stjosephradio.com/buttons/r_11off.gif";
  addon = new Image(29, 100);
   addon.src = "http://www.stjosephradio.com/buttons/addon.gif";
   addoff = new Image(29, 100);
   addoff.src = "http://www.stjosephradio.com/buttons/addoff.gif";

}

function img_act(imgName) {
   if (version == "n3") {
      imgOn = eval(imgName + "on.src");
      document [imgName].src = imgOn;
   }
}

function img_inact(imgName) {
   if (version == "n3") {
      imgOff = eval(imgName + "off.src");
      document [imgName].src = imgOff;
   }
}
function gosite(site) {
   if (site != "0") {
      self.location=site;
   }
}

//-->