// footer.js
// stores the name to put into the footer copyright
var addCopyright = true;
var footerName = "Tamara L Munchbach for the Little Traverse Bay Bands of Odawak for Change.";
if (addCopyright)
document.write(" by " + footerName + " &#169; 2007 ");
