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

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

document.write(' &nbsp;<strong>San Diego Squash</strong>. All rights reserved.');
document.write('&nbsp;&nbsp;&nbsp;<span>|</span>&nbsp;&nbsp;&nbsp;');
document.write('9370 Waples Street, Suite 101, San Diego, CA  92121&nbsp;&nbsp;&nbsp; <strong>858.452.3616</strong>');
document.write('&nbsp;&nbsp;&nbsp;<span>|</span>&nbsp;&nbsp;&nbsp;');
document.write('Web design:&nbsp;<a href="http://www.visual-velocity.com">Visual Velocity</a>');


