
function Menu() {
  document.write("<FORM METHOD=post ACTION=http://nothing/cgi ");
  document.write("onsubmit=\"window.open(this.elements[0].options[this.elements[0].selectedIndex].value,'_top'); return(false);\">");
  document.write("<IMG SRC=../../images/blueline.gif HEIGHT=2 WIDTH=600><BR>");
  document.write("<TABLE BORDER=0 WIDTH=600><TR><TD>");
  document.write("<SELECT NAME=display onChange=\"window.open(this.options[this.selectedIndex].value,'_top')\" SIZE=1>");
  document.write("<OPTION>Select Article To Read");
  document.write("<OPTION VALUE=/topshelf/index.html>Top Shelf Front Page");
  document.write("<OPTION VALUE=/topshelf/issues/200404/quotes.html>Playoff Quotes");
  document.write("<OPTION VALUE=/topshelf/issues/200404/cover.html>Cover Story: CURTIS BROWN: SHARKS NEW WEAPON -- A SABRE!");
  document.write("<OPTION VALUE=/topshelf/issues/200404/mcclaren.html>KYLE McCLAREN: D-MAN DELIVERS");
  document.write("<OPTION VALUE=/topshelf/issues/200404/johnson.html>CATCHING UP WITH MATT JOHNSON");
  document.write("<OPTION VALUE=/topshelf/issues/200404/hockey.html>WHEN HOCKEY PLAYERS CROSS THE LINE");
  document.write("<OPTION VALUE=/topshelf/pix.html>Top Shelf Photos");
  document.write("</SELECT>");
  document.write("</FORM>");
  document.write("</TD><TD VALIGN=top ALIGN=right NOWRAP><FONT SIZE=2><B>&nbsp;");
  document.write("<A HREF=http://216.103.111.115/perl/nhl/index.cgi?Action=News>Web Thumper's NHL News</A>");
  document.write("</TD></TR></TABLE>");
}

function Ads() {
  Graphics = new Array("../../ads/topshelf3.jpg",
            "../../ads/thumper.gif" );
  URLs = new Array("http://www.webthumper.com/topshelf/ads/topshelf.html",
            "http://www.webthumper.com" );
  var index = parseInt((Math.random())*URLs.length);
  if ( isNaN( index )) index = 0;
  document.write("<A HREF="+URLs[index]+">");
  document.write("<IMG SRC="+Graphics[index]+" BORDER=0></A><BR>");
  document.write("<FONT CLASS=fs8>Click on advertisement for more info</FONT>");
}

function Footer( webpage ) {
  WebThumper( webpage );
  document.write("<BR>");
  document.write("<FONT CLASS=fs8>");
  document.write("This web page was last updated on: ");
  document.write(document.lastModified);
  document.write("</FONT>");
}