// footer.js
// stores the name to put into the footer copyright
var addCopyright = true;
var footerName = "Dixie Schopp - The Sacred Crane 2009-2010 All Rights Reserved. Please ask permission to use any content on this site. Thank you.";
if (addCopyright)
document.write(" by " + footerName + " &#169; 2010 ");

