// JavaScript Document
// --> 
var curdate = new Date();
var year = curdate.getFullYear();
document.write("<p><span style='COLOR: blue'; font-family:'Viner Hand ITC'>");
document.write("All photographs contained in galleries are available for sale or license. They are available in a number of sizes, including giclees and as greeting cards. If you are interested please contact us at: <A href='mailto:redrocks@redrocksphotography.com?subject=Photo Purchase Inquiry/Request'>redrocks@redrocksphotography.com</A>.");
document.write("</span></p>");
document.write("<a href='http://users3.smartgb.com/g/g.php?a=s&i=g35-63248-bf'>Please sign my Guestbook</a>");
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>");
// --> 

