function writePageFooter() {
  document.write( '' +
          '<table width="100%" border="0" cellspacing="0" cellpadding="4" class="footerBoxContent">' +
          '<tr align="left" class="footerBoxContent">' +
            '<td class="footerBoxContent">&nbsp;</td>' +
            '<td class="footerBoxContent"><a href="index.htm">Home</a></td>' +
            '<td class="footerBoxContent">&#149;</td>' +
            '<td class="footerBoxContent"><a href="Drivers/Drivers_Main.htm">Drivers</a></td>' +
            '<td class="footerBoxContent">&#149;</td>' +
            '<td class="footerBoxContent"><a href="Customers/Customers_Main.htm">Customers</a></td>' +
            '<td class="footerBoxContent">&#149;</td>' +
            '<td class="footerBoxContent"><a href="Sales/Sales_Main.htm">Sales</a></td>' +
            '<td class="footerBoxContent">&#149;</td>' +
            '<td class="footerBoxContent"><a href="newsletter/Index.htm">Newsletter</a></td>' +
            '<td class="footerBoxContent">&#149;</td>' +
            '<td class="footerBoxContent"><a href="Contact/Contact_Main.htm">Contact</a></td>' +
            '<td class="footerBoxContent">&#149;</td>' +
            '<td width="100%" class="footerBoxContent"><a href="http://www.jimpalmersales.com" target="_blank">Equpment Sales</a></td>' +
          '</tr>' +
        '</table>' );
}