// footer.js
document.write('<center><table width="920" height=60 border="0" cellpadding="5" background="images/bk-footer.png" class="footerTxt">');
document.write('<tr>');
document.write('<td align=center valign=top><a href="/">Home</a> | <a href="about.html">About Us</a> | <a href="faq.html">FAQs</a> | <a href="newcars.html">New Cars</a> | <a href="usedcars.html">Used Cars</a> | <a href="financing.html">Financing</a> | <a href="referrals.html">Referral Program</a> | <a href="videos.html">Video Library</a> | <a href="survey.html">Survey</a> | <a href="privacy.html">Privacy</a> | <a href="contact.html">Contact Us</a>');
document.write('<br>Copyright&copy; 2008 Team Hillsdale Chrysler  - Web Site By <a href="http://www.marketingsuccess.com" target="_blank">Marketing Success</a></td>');
document.write('</tr>');
document.write('</table></center>');
