// footer.js
// stores the name to put into the footer copyright
var addCopyright = true;
var footerName = "Shasta Stokes. All Images and Characters Representing Disney Characters Are Copyrighted By Disney. This Site is In No Way Endorsed By The Walt Disney Company Site Content Copyrighted By Shasta Stokes";
if (addCopyright)
document.write(" by " + footerName + " &#169; 2007 ");
