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(' <span>|</span> Site design: <a href="http://visual-velocity.com" target="_blank">Visual Velocity</a> ');


