<!-- PotFooter.js  -->

<!-- Build the Footer string here -->

FooterStr="<CENTER><TABLE WIDTH=90% BORDER=0 CELLPADDING=0 CELLSPACING=0>" +
	  "<TR>" +
	  "<TD WIDTH=33% ALIGN=CENTER>" +
	  "<A HREF='default.htm'><IMG SRC='images/home.gif' WIDTH=90 BORDER=0 HEIGHT=30 ALT='Home Page'></A>" +
          "</TD>" +
	  "<TD WIDTH=33% ALIGN=CENTER>" +
          "<A HREF='email.htm'><IMG SRC='images/mail.gif' WIDTH=90 BORDER=0 HEIGHT=30 ALT='Email Potter Firearms'></A>" +
          "</TD>" +
	  "<TD WIDTH=33% ALIGN=CENTER>" +
          "<A HREF='#top'><IMG SRC='images/top.gif' WIDTH=90 BORDER=0 HEIGHT=30 ALT='Top of Page'></A>" +
          "</TD>" +
          "</TR>" +
	  "</TABLE></CENTER>"


<!-- write it into the Document -->
document.write(FooterStr);


<!-- End PotFooter.js -->
