// Top Navagation Menu
document.write('<table>')
document.write('<tr>')
document.write('<td><a href="index.aspx">Home</a> | </td>')
document.write('<td><a href="https://www.ecreditautoadvisor.com/secure/Login.aspx">Login</a> | </td>')
document.write('<td><a href="GettingStarted.aspx">Getting Started</a> | </td>')
document.write('<td><a href="faq.html">FAQ</a> | </td>')
document.write('<td><a href="ContactUs.aspx">Contact Us</a></td>')
document.write('</tr>')
document.write('</table>')
document.write('<p></p>')
document.write('Copyright &copy; 2009 eCreditAutoAdvisor LLC. All Rights Reserved.&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;<a href="PrivacyPolicy.html">Privacy policy</a>')
