// JavaScript Document
document.writeln ('<!-- NAVIGATION LINKS -->');
document.writeln ('<table height="15" class="nav_bottom">');
document.writeln ('<TR>');
document.writeln ('<TD valign="middle" align="center">');
document.writeln ('<a href="index.php" title="Monthly Option Wealth Home">Home</a>');

document.writeln ('<TD valign="middle" align="center">');
document.writeln ('<a href="faqs.php" title="Frequently Asked Questions">FAQs</a>');

document.writeln ('<TD valign="middle" align="center">');
document.writeln ('<a href="performance.php" title="Monthly Option Wealth Performance">Performance</a>');

document.writeln ('<TD valign="middle" align="center">');
document.writeln ('<a href="about.php" title="About Monthly Option Wealth">About</a>');

document.writeln ('<TD valign="middle" align="center">');
document.writeln ('<a href="contact.php" title="Contact Monthly Option Wealth">Contact</a>');

document.writeln ('<TD valign="middle" align="center">');
document.writeln ('<a href="links.php" title="Links">Links</a>');

document.writeln ('<TD valign="middle" align="center" style="border-right:none">');
document.writeln ('<a href="sign_up.php" title="Sign Up with Monthly Option Wealth">Sign&nbsp;Up</a>');

document.writeln ('</table>')
