//change text for contact, mailto address, and phone number as appropriate.
today=new Date();
thisyear=today.getFullYear();
document.write('<table width="800" border="0" cellspacing="0" cellpadding="0"><tr><td><div style="margin-left: 1em; margin-right: 1em; margin-top: .5em; text-align: center;"><font style="font-size: 8pt; font-family: arial, helvetica, sans-serif; font-color: #000000;"><hr>copyright &copy; ' + thisyear +' St Timothy&#039;s Episcopal Church All Rights Reserved. primary contact: <a href="mailto:sttim@sttims.net"><font style="font-size: 8pt">Church Office</font></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Webmaster: <a href="mailto:mlj@q.com"><font style="font-size: 8pt"> Email</font></a><br>Last Updated: ' + document.lastModified + '&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;URL: ' + document.URL +'</font></div></td></tr></table>');

