// footer.js
// stores the name to put into the footer copyright
var addCopyright = true;
var footerName = "Rena Martin, Owner of Drafty Acres Stable and no portion thereof shall be used, printed, reproduced without the express written permission of same.";
if (addCopyright)
document.write(" by " + footerName + " &#169; 2008 ");
