// footer.js
// stores the name to put into the footer copyright
var addCopyright = true;
var footerName = "&#169; Copyright 2004 File 2 Disc All rights reserved. File 2 Disc Document Scanning of Florida. 386.749.9091 | FAX 866.379.2029";
if (addCopyright)
document.write(" by " + footerName + " &#169; 2011 ");

