// footer.js
// stores the name to put into the footer copyright
var addCopyright = true;
var footerName = "Designs by Maki. All content and designs are copyrighted 2000-2012 by Designs by Maki. All designs and written text are property of Designs by Maki and are protected by law. You must obtain written permission from Designs by Maki to use any content on this site. All rights reserved.";
if (addCopyright)
document.write(" by " + footerName + " &#169; 2012 ");

