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

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

document.write(' Ray Ciemny, Artisan Iron. All rights reserved. &nbsp; Site Management: <a href="http://visual-velocity.com" target="_blank">Visual Velocity</a>');
