function displayPageFooter() {
	document.write("		<div id=\"footer\">");
	document.write("			<div id=\"disclaimer\">");
	document.write("				<div class=\"disclaimer\">");
	document.write("					<a href=\"websiteDisclaimer.html\" target=\"_blank\"><span class=\"disclaimerLink\">&copy; 2011 Disclaimer and Terms of Use</span></a><br /><br />");
	document.write("					<a href=\"http://www.madcoderjj.com\" target=\"_blank\"><span class=\"disclaimerLink\">website designed by: MadCoderJJ Software</span></a>");
	document.write("				</div>");
	document.write("			</div>");
	document.write("			<div id=\"message\">");
	document.write("				<div id=\"diocese\">");
	document.write("					<a href=\"http://www.allentowndiocese.org\" target=\"_blank\"><span class=\"dioceseLink\">Visit the Allentown Diocese Web Site</span></a><br /><br />");
	document.write("				</div>");
	document.write("				<div id=\"address_columbkill\">");
	document.write("				Parish of Saint Columbkill<br />");
	document.write("				200 Indian Spring Road, Boyertown, PA 19512<br />");
	document.write("				<a href=\"mailto:pastor@stcolumbkill.com\">pastor@stcolumbkill.com</a><br />");
	document.write("				610-367-2371</div>");
	document.write("			</div>");
	document.write("		</div>");
	document.write("<script type=\"text/javascript\">");
	document.write("var gaJsHost = ((\"https:\" == document.location.protocol) ? \"https://ssl.\" : \"http://www.\");");
	document.write("document.write(unescape(\"%3Cscript src='\" + gaJsHost + \"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E\"));");
	document.write("</script>");
	document.write("<script type=\"text/javascript\">");
	document.write("try {");
	document.write("var pageTracker = _gat._getTracker(\"UA-15999901-2\");");
	document.write("pageTracker._trackPageview();");
	document.write("} catch(err) {}</script>");
}
