document.write("<div class=\"nav\">");
document.write("<table class=\"navt\">"); 


document.write("<tbody>");
document.write("<tr>");
document.write("<td><p><a href=\"beliefs.html\">Our Beliefs</a></p></td>");

document.write("<td><p><a href=\"bulletin.pdf\">Service Bulletin</a></p></td>");

document.write("<td><p><a href=\"http://stmichaelsop.blogspot.com\">Rector's Notes</a></p></td>");

document.write("<td><p><a href=\"worship.html\">Worship With Us</a></p></td>");

document.write("<td><p><a href=\"programs.html\">Church Programs</a></p></td>");

document.write("<td><p><a href=\"events.html\">Current Events</a></p></td>");

document.write("<td><p><a href=\"links.html\">Offsite Links</a></p></td>");

document.write("</tr>");
document.write("</tbody>");
document.write("</table>");
document.write("</div>");
