// footer.js
// stores the name to put into the footer copyright
var addCopyright = false;
var footerName = "Mandarin Chinese Learning Resources Website is Empowered by Chicago Mandarin Chinese Center. 2010 All Rights Reserved.";
if (addCopyright)
document.write(" by " + footerName + " &#169; 2010 ");

