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

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

document.write(' &nbsp;<a href="mailto:vincentcrotty@earthlink.net">Vincent Crotty</a>. All rights reserved.');
document.write('&nbsp;&nbsp;&nbsp;<span>|</span>&nbsp;&nbsp;&nbsp;');
document.write('Site design:&nbsp;<a href="http://www.visual-velocity.com">Visual Velocity</a>');