document.write('<table width="600"><tr><td align="center">');
document.write('<span id="navigation">');
document.write('<a href="index.html">Home</a> | ');
document.write('<a href="news.html">News</a> | ');
document.write('<a href="thestore.html">Store</a> | ');
document.write('<a href="tales.html">Tales</a> | ');
document.write('<a href="reference.html">Reference</a> | ');
document.write('<a href="genealogy.html">Genealogy</a> | ');
document.write('<a href="archives.html">Archives</a> | ');
document.write('<a href="newsletter.html">Newsletter</a> | ');
document.write('<a href="links.html">Links</a> | ');
document.write('<a href="contact.html">Contact</a>');
document.write('</span>');
document.write('</td></tr></table>');
