// footer.js
// stores the name to put into the footer copyright
var addCopyright = true;
var footerName = "File 2 Disc - Document Scanning &amp; Imaging Services of Florida (386) 749-4767 All Rights Reserved.";
if (addCopyright)
document.write(" by " + footerName + " &#169; 2010 ");
