<!-- NOTE: If you use a ' add a slash before it like this \' -->
<!-- NOTE: Copy and paste a link to add a new link -->

<!-- start

document.write('<!-- START MENU -->');
document.write('<TABLE cellpadding=0 cellspacing=0 border=0 width="100%"><tr><td class="menutext">');




document.write('<br>');
document.write('<ul>');


document.write('<li><A HREF="index.html"><b>Home</a><br>');
document.write('<li><A HREF="about.htm"><b>Biography</a><br>');
document.write('<li><A HREF="new.htm"><b>What\'s New</a><br>');
document.write('<li><A HREF="products.htm"><b>Order Information</a><br>');
document.write('<li><A HREF="Bibliography.htm"><b>Bibliography</a><br>');
document.write('<li><A HREF="contact.htm"><b>Contact</a><br>');
document.write('<li><A HREF="links.htm"><b>Links</a><br>');
document.write('<li><A HREF="Excerpt.htm"><b>Reading Selection</a><br>');
document.write('</ul>');
document.write('</td></tr></table>');
document.write('<!-- END MENU -->');

//  End -->