//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 = false;
var footerName = "";
if (addCopyright)
document.write(" by " + footerName + " &#169; 2005 ");

