//  JavaScript file that writes the header with the logo and banner

document.write("<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"100%\"><tr>");
document.write("<td WIDTH=\"200\"><a href=\"index.htm\"><IMG SRC=\"Images/Logo.jpg\" WIDTH=\"200\" HEIGHT=\"126\" ALT=\"\" BORDER=\"0\"></a></td>");

document.write("<td BACKGROUND=\"Images/Header-back.jpg\" ALIGN=\"center\" VALIGN=\"middle\" NOWRAP>");
document.write("<P class=\"Header\">Touching Lives...Making Disciples for Christ<BR>");
document.write("Open Hearts, Open Minds, Open Doors</P></td>");

document.write("<td WIDTH=\"185\"><IMG SRC=\"Images/Header.jpg\" WIDTH=\"185\" HEIGHT=\"126\" ALT=\"\" BORDER=\"0\"></td>");
document.write("</tr></table>");

