// footer.js
// stores the name to put into the footer copyright
var addCopyright = false;
var footerName = "Goddess In Eden TM 2009 . All rights reserved. Content from this website cannot be reproduced in any manner without express permission from the author, Robin Mansfield.";
if (addCopyright)
document.write(" by " + footerName + " &#169; 2012 ");

