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

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

document.write(' Catherine Corman. All rights reserved.');
document.write('&nbsp;&nbsp;&nbsp;<span>|</span>&nbsp;&nbsp;&nbsp;');
document.write('Site design:&nbsp;<a href="mailto:robin@visual-velocity.com?subject=Catherin Corman">Robin Friedman</a>,&nbsp;<a href="http://www.visual-velocity.com">Visual Velocity</a>');

