// JavaScript Document
// --> 
var curdate = new Date();
var year = curdate.getYear();
document.write("<p><span style='COLOR: blue'; font-family:'Viner Hand ITC'>");
document.write("Copyright 2004 - "+ year + " Red Rocks Photography. All rights reserved. Any reproduction or use of any photographs or art work, without the express written permission of the artist, is a violation of International Copyright Law and will be prosecuted to the full extent possible under the law.");
document.write("</span></p>");
// --> 


