document.write('<center>');
document.write('<table border="0" bgcolor="#ffffff" cellspacing="0" cellpadding="10" width="770"><tr><td bgcolor="#ffffff" align="center">');
document.write('<font size="2" face="arial, helvetica">');
document.write('<br>');

document.write('FINANCE CATEGORIES<br>');
document.write('<a href="mortgage.html" target="_top">Home Loans</a> &nbsp;| &nbsp;');
document.write('<a href="car.html" target="_top">Auto Loans</a> &nbsp;| &nbsp;');
document.write('<a href="personal.html" target="_top">Personal Payday Loans</a> &nbsp;| &nbsp;');
document.write('<a href="student.html" target="_top">Student Loans</a>');
document.write('<br>');
document.write('<a href="dental.html" target="_top">Dental Insurance</a> &nbsp;| &nbsp;');
document.write('<a href="insurance.html" target="_top">Insurance</a>');
document.write('<br>');
document.write('<a href="credit.html" target="_top">Credit Cards</a> &nbsp;| &nbsp;');
document.write('<a href="debt.html" target="_top">Debt Relief</a> &nbsp;| &nbsp;');
document.write('<a href="report.html" target="_top">Credit Report</a>');
document.write('<br>');
document.write('<a href="finance.html" target="_top">Money &amp; Finance</a> &nbsp;| &nbsp;');
document.write('<a href="stock.html" target="_top">Stocks &amp; Investing</a> &nbsp;| &nbsp;');
document.write('<a href="tax.html" target="_top">Tax Filing</a><br>');

document.write('<br>');
document.write('</font>');
document.write('</td></tr></table>');
document.write('</center>');

