// footer.js
// stores the name to put into the footer copyright
var addCopyright = true;
var footerName = "Fountain of Life, Inc. P.O.Box 377, Totowa, N.J. 07512-0377";
if (addCopyright)
document.write(" by " + footerName + " &#169; 2010 ");
