//footer.js
// stores the name to put into the footer copyright
// do not put any other quotes in this file (acts as a delimiter for tokens)
var addCopyright = true;
var footerName = "Joseph Smith";
if (addCopyright)
document.write(" by " + footerName + " &#169; 2005 ");
