function write_footer() {

   var base = 'http://www.charlescrumesoftware.com';

   document.write (
   //  '<hr>', // class="hr_divider">',
       '<table border="0" cellspacing="0" cellpadding="5" bordercolor="red"',
       '<tr><td>&nbsp;</td></tr>',
//       '<tr><td>&nbsp;</td></tr>',
       '<tr>',
         '<!-- ---------------------------------------------------------- -->',
         '<!-- begin PayPal --------------------------------------------- -->',
         '<!-- ---------------------------------------------------------- -->',
         '<td colspan="2" align="center">',
         '<!-- Begin PayPal Logo -->',
         '<A HREF="https://www.paypal.com/us/mrb/pal=932JTNXHMTPAC" target="_blank">',
         '  <IMG SRC="' + base + '/images/paypal_mrb_banner.gif" BORDER="0" ALT="Sign up for PayPal and start accepting credit card payments instantly.">',
         '</A>',
         '<!-- End PayPal Logo -->',
         '</td>',
       '</tr>',

       '<tr>',
         '<!-- ---------------------------------------------------------- -->',
         '<!-- begin BidFind -------------------------------------------- -->',
         '<!-- ---------------------------------------------------------- -->',
         '<td width="50%" valign="bottom">',
         '<FORM ACTION="http://www.bidfind.com/cgi-bin/af1.pl" METHOD=POST>',
         '  <a href="http://www.bidfind.com/" target="_blank">',
         '    <img src="' + base + '/images/bidfind-120.gif" width="120" alt="BidFind" border="0">',
         '  </A>',
         '  <BR>',
         '  <INPUT NAME="id" SIZE="20" MAXLENGTH="20">',
         '  <INPUT type=submit value=" Search "><br>',
         '  <FONT SIZE=-1>Enter keyword(s) to search for auctions.</FONT><br>',
         '</FORM>',
         '<!-- end BidFind -->',
         '</td>',

         '<!-- ---------------------------------------------------------- -->',
         '<!-- begin BidHopper ------------------------------------------ -->',
         '<!-- ---------------------------------------------------------- -->',
         '<td align="right">',
         '<br>',
         '<a href="http://bidhopper.com" target="blank">',
//       '<img src="http://bidhopper.com/images/bidhopper.gif" border="0" width="350">',
         '<img src="' + base + '/images/bidHopper.jpg" border="0" width="350" alt="BidHopper" align="top">',
         '</a>',
         '<!-- end BidHopper -->',
         '</td>',
       '</tr>',

       '<tr>',
         '<td colspan="2" align="center">',
         '<hr>', // class="hr_divider">',
         '<span class="h5_smallest">&nbsp;This page was last updated on: ' + document.lastModified + '&nbsp;</span>',
         '<br>',
         '<span class="h5_smallest">&nbsp;Copyright © 1994-2010 CHARLES CRUME SOFTWARE (CCS). All Rights Reserved.&nbsp;</span>',
         '<br>',
         '<span class="h5_smallest">&nbsp;<a href="links.htm">Interesting Web Sites</a>&nbsp;</span>',
         '</td>',
       '</tr>',
       '</table>',

     '<div align="left">',
       '<script language="javascript" type="text/javascript">new menu (MENU_ITEMS, MENU_POS);</script>',
     '</div>'
   );
}
