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

document.write('&copy; 2004&mdash;');
document.write(theyear);
document.write(' <a href="index.html" target="_top">Deb Westergaard Photography</a>. All Rights Reserved.<br>');
document.write('For more information feel free to <A HREF="mailto:info@debphoto.com">contact me</a>.');
