var mydate= new Date()
var theyear=mydate.getFullYear()
var thetoday=mydate.getDate()

document.write('&copy;');
document.write(theyear);

document.write(' &nbsp;Boston Civic Symphony. All rights reserved.<br />');
document.write('Web Design:&nbsp;<a href="http://www.visual-velocity.com">Visual Velocity</a>');
document.write(' &nbsp;&nbsp; |&nbsp; &nbsp; BCS Photographer:&nbsp; Mickey Goldin');

