// footer.js
// stores the name to put into the footer copyright
var addCopyright = true;
var footerName = "St. Mary's Anglican Church / La Iglesia Anglicana de Santa Mar&#237;a";
if (addCopyright)
document.write(" by " + footerName + " &#169; 2009 ");
