// footer.js
// stores the name to put into the footer copyright
var addCopyright = true;
var footerName = "Music and Youth Initiative, Music Clubhouse and the Music and Youth Initiative logo are trademarks of the Music and Youth Initiative";
if (addCopyright)
document.write(" by " + footerName + " &#169; 2010 ");

