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

document.write('');

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

document.write(' All images copyright @ Michelle Rose Photography. All rights reserved. &nbsp; &nbsp; Web design: <a href="http://visual-velocity.com" target="_blank">Visual Velocity</a>');
