document.write('<table class="nav">');
document.write('<tr><td><a href="http://leresources.com/index.html" >home</a></td>');
document.write('<td><a href="http://leresources.com/treasure.html" >treasure hunt</a></td>');
document.write('<td><a href="http://leresources.com/books.html" >books</a></td>');
document.write('<td><a href="http://leresources.com/seminars.html" >seminars</a></td>');
document.write('<td><a href="http://leresources.com/curriculum.html" >curriculum</a></td>');
document.write('<td><a href="http://leresources.com/conferences.html" >conferences</a></td>');
document.write('<td><a href="http://leresources.com/about.html" >author</a></td>');
document.write('</tr>');
document.write('</table>');
