function writeHeader() {
document.write("<div id='header'>");
document.write("<img id='logo' src='/images/logo2.gif' alt='Kesher Ministries International'>");
document.write("<img id='slogan' src='/images/kmi.gif' alt='Kesher Ministries International'>");
document.write("</div><!-- end header -->");
document.write("<div id='menu'>");
document.write("<p><a class='menu' href='/'>MAIN</a>&nbsp;&nbsp;&nbsp;<a class='menu' href='/forms/contact.php'>CONTACT</a>&nbsp;&nbsp;&nbsp;<a class='menu' href='/kesherclubs.html'>CLUBS</a>");
document.write("</p></div>");
}

function writeLeftBoxes() {
document.write("<div class='box'>");
document.write("<p class='sectionHead1'>Speakers</p>");
document.write("<p><a href='/dchernoff.html'>Rabbi David Chernoff, President</a></p>");
document.write("<p><a href='/jfinkelstein.html'>Rabbi Joseph Finkelstein</a></p>");
document.write("<p>Mark Dayan</p>");
document.write("<p><a href='/jrose.html'>John Rose</a></p>");
document.write("</div>");
document.write("<br><br><br>");
document.write("<div class='box'>");
document.write("<p class='sectionHead2'>Kesher Clubs</p>");
document.write("<p>For those committed to Jewish evangelism, reconciliation of Jewish and Gentile believers, and ");
document.write("building up of the Body of Messiah.<p>");
document.write("<p>See <a href='/kesherclubs.html'>Kesher Clubs</a> benefits!</p>");
document.write("</div>");
document.write("<br><br><br>");
document.write("<p>");
document.write("<span class='highlight'>Kesher Ministries International</span><br>");
document.write("P.O. Box 1024<br>");
document.write("Havertown, PA 19083<br>");
document.write("215-477-2706<br>");
document.write("Fax: 215-477-8710");
document.write("</p>");
}

function writeFooter() {
document.write("<div id='footer'>");
document.write("<span id='footLeft'>&copy;2000-2006 Kesher Ministries International</span>");
document.write("<span id='footRight'>by <a target='_blank' href='http://architech.com/'>ArchiTECH Information Designs, "+
	"Inc</a></span>");
document.write("</div>");
document.write("<div id='footerCap'>&nbsp;</div>");
}

function writePrintFooter() {
document.write("<div id='printFooter'>");
document.write("<p>&copy;2000-2006 Kesher Ministries International<br>");
document.write("by ArchiTECH Information Designs, Inc</p>");
document.write("</div>");
}

function writePrintAddress() {
document.write("<div id='printAddress'>");
document.write("<table style='width:100%;border:none;margin:0;padding:0'><tr>");
document.write("<td class='printAddrCell'>P.O. Box 1024</td>");
document.write("<td class='printAddrCell'>Havertown, PA 19083</td>");
document.write("<td class='printAddrCell'>215-477-2706</td>");
document.write("<td class='printAddrCell'>http://www.kesherministries.org/</td>");
document.write("</tr></table>")
document.write("</div>");
}
