///	This script will format the footer of all St. Alban's web pages

/* var attop = document.location.href.indexOf("top"); */

document.write("<table width=\"800\">");
document.write("<tr><td align=center style=\"font-size: 12px; position: static; font-family: Verdana, Arial, Sans-Serif;\"colspan=\"3\"><i>St. Alban's is open for prayer and meditation Monday - Friday, from 10:00 AM until noon.</i><p><font color=maroon>Office Hours: Monday - Friday, 10:00 AM to 4:30 PM</font><hr></td></tr><tr>");
document.write("<td align=\"left\" style=\"font-size: 12px; color: maroon; position: static; font-family: Verdana, Arial, Sans-Serif;\" width=\"200\">");
document.write("333 South Drexel Avenue<br />Bexley, Ohio 43209</td><td align=\"center\" width=\"400\" style=\"font-size: 12px; color: maroon; position: static; font-family: Verdana, Arial, Sans-Serif;\">");
document.write("<a href=\"/index.htm\">Home</a>&nbsp;|&nbsp;<a href=\"http://www.mapquest.com/maps/map.adp?country=US&countryid=250&addtohistory=&address=333+S+Drexel+Avenue&city=bexley&state=oh&zipcode=43209&submit=Get+Map\" ");
document.write("target=\"_blank\">Find Us (Map)</a></td><td align=\"right\" style=\"font-size: 12px; color: maroon; position: static; font-family: Verdana, Arial, Sans-Serif;\" width=\"200\">614-253-8549<br />");
document.write("<a href=\"mailto:church@stalbansbexley.org\">church@stalbansbexley.org</a></td>");
document.write("</tr></table>");