document.writeln("<table align=center valign=top width=700 border=0 bordercolor=#000000 cellpadding=0 cellspacing=0>");
document.writeln("<tbody><tr valign=top>");
document.writeln("<td valign=top>");
document.writeln("<div id='navcontainer'>");
document.writeln("<ul id='navlist'>");
document.writeln("<li><a href=books.html>Books</a></li>&nbsp;&nbsp;&nbsp;&nbsp;");
document.writeln("<li><a href=http://uncleteebooks.blogspot.com/ target=_new>Blog</a></li>&nbsp;&nbsp;&nbsp;&nbsp;");
document.writeln("<li><a href=freebies.html>Freebies</a></li>&nbsp;&nbsp;&nbsp;&nbsp;");
document.writeln("<li><a href=about.html>Bio</a></li>&nbsp;&nbsp;&nbsp;&nbsp;");
document.writeln("<li><a href=calender.html>Calender</a></li>&nbsp;&nbsp;&nbsp;&nbsp;");
document.writeln("<li><a href=comments.html>Subscribe</a></li>&nbsp;&nbsp;&nbsp;&nbsp;");
document.writeln("<li><a href=media.html>Media</a></li>&nbsp;&nbsp;&nbsp;&nbsp;");
document.writeln("<li><a href=other.html>Other Stuff</a></li>&nbsp;&nbsp;&nbsp;&nbsp;");
document.writeln("<li><a href=http://www.uncleteebooks.com>Home</a></li>");
document.writeln("</ul>");
document.writeln("</div>");
document.writeln("</td>");
document.writeln("</tr></tbody>");
document.writeln("</table>");







