// footer.js
// stores the name to put into the footer copyright
var addCopyright = false;
var footerName = "Field of View Winter Guard is sponsored by FOV Performing Arts, Inc., a non-profit organization whose mission is to provide educational opportunities in the performing arts.";
if (addCopyright)
document.write(" by " + footerName + " &#169; 2008 ");

