var vFooter="";

vFooter+='<table border="0" cellpadding="0" cellspacing="0">';
vFooter+='  <tr>';
vFooter+='    <td class="footer">';
vFooter+='      <div class="textLinks">';
vFooter+='        <a href="' + hostURL + vWorkspace + '/">HOME</a> | ';
vFooter+='        <a href="javascript:golink(\'login.w\',\'main\');">ORDER ONLINE</a> | ';
vFooter+='        <a href="' + hostURL + appURL + '/site.w' + vParams2 + '">ONLINE CATALOG</a> | ';
vFooter+='        <a href="http://www.rgriley.com/tradeshows.html">TRADESHOWS</a> | ';
vFooter+='        <a href="http://www.rgriley.com/faq.html">FAQ</a> ';
vFooter+='        <br />';
vFooter+='        <a href="http://www.rgriley.com/guide.html">WEB SITE HELP</a> | ';
vFooter+='        <a href="javascript:golink(\'new-customer.w\',\'main\');">REGISTRATION</a> | ';
vFooter+='        <a href="/links.html">LINKS</a> | ';
vFooter+='        <a href="mailto:sales@rgriley.com">CONTACT</a>';
vFooter+='      </div>';
vFooter+='    </td>';
vFooter+='  </tr>';
vFooter+='</table>';

document.write(vFooter);
