
document.write('<table width="900px" align="center" cellpadding="0px" cellspacing="0px" border="0px" bgcolor="#FFFFFF" style="background-image: url(\'images/navi_bg.jpg\'); background-repeat: repeat-x;">');
document.write("<tbody>");
document.write("<!-- Navigation Bar -->");
document.write("<tr>");
document.write('<td width="186px">&nbsp;</td>');
document.write('<td width="63px"><a href="index.html"><img src="images/home.jpg" alt="Home" border="0px" /></a></td>');
document.write('<td width="105px"><a href="confess.html"><img src="images/confess.jpg" alt="Confess" border="0px" /></a></td>');
document.write('<td width="82px"><a href="read.html"><img src="images/read.jpg" alt="Read" border="0px" /></a></td>');
document.write('<td width="97px"><a href="random.html"><img src="images/random.jpg" alt="Random" border="0px" /></a></td>');
document.write('<td width="78px"><a href="aboutus.html"><img src="images/about.jpg" alt="About Us" border="0px" /></a></td>');
document.write('<td width="102px"><a href="contactus.html"><img src="images/contact.jpg" alt="Contact Us" border="0px" /></a></td>');
document.write('<td width="187px">&nbsp;</td>');
document.write("</tr>");
document.write("<!-- .Navigation Bar -->");
document.write("</tbody>");
document.write("</table>");
