// footer.js
// stores the name to put into the footer copyright
var addCopyright = true;
var footerName = "Rena Martin, Founder of Drafty Barn Farm Rescue. All materials contained in this site entirely are copyrighted and not to be reproduced in any manner with out written permission of same.";
if (addCopyright)
document.write(" by " + footerName + " &#169; 2010 ");

