<!-- Begin


// NOTE: If you use a ' add a slash before it like this \'


am = "     Greetings ... Thank you for your interest in our photography.  \n   \n To purchase publishing rights or fine art prints, please contact us at \n \n         naturesmoments@comcast.net or toll free (877) 576-6238 \n  \n   (c) Copyright Nick Kalathas, Nature's Moments   All Rights Reserved";


// do not edit below this line
// ===========================
bV  = parseInt(navigator.appVersion)
bNS = navigator.appName=="Netscape"
bIE = navigator.appName=="Microsoft Internet Explorer"

function nrcy(e) {
   if (bNS && e.which > 1){
      alert(am)
      return false
   } else if (bIE && (event.button >1)) {
     alert(am)
     return false;
   }
}

document.onmousedown = nrc;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
if (bNS && bV<5) window.onmousedown = nrc;



document.write('<span class="copytext">');

document.write('&copy;Copyright 2004-2010 ');

document.write('<a href="contact.htm" target="_top">Nick Kalathas</a> ');

document.write('All Rights Reserved<br>');

document.write('For more information feel free to '); 

document.write(' <A HREF="mailto:naturesmoments@comcast.net">Contact Us</a><br>');

document.write('</span>');

//  End -->
