//  JavaScript file that writes the footer with copyright

document.write("<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"100%\">");
document.write("<tr><td BACKGROUND=\"Images/Footer-back.jpg\" HEIGHT=\"45\" NOWRAP>");
document.write("<P class=\"Copyright\">");
document.write("&copy; 2003-2008 St. Philip's United Methodist Church, all rights reserved.");
document.write("<BR>Questions or comments about the web site, contact ");
document.write("<a class=\"Footer\" href=\"mailto:allen4u2@comcast.net\">Webmaster</a>");
document.write("</P>");
document.write("</td></tr></table>");

