// footer.js
// stores the name to put into the footer copyright
var addCopyright = false;
var footerName = "Site maintained by Friends of Marilyn Crosby for B.O.E. Thomas Crosby, Treasurer";
if (addCopyright)
document.write(" by " + footerName + " &#169; 2007 ");

