
<!-- Begin FLASH sub logo

// 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 nrc(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('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="600" HEIGHT="75" id="sublogo" ALIGN="">');
document.write('<PARAM NAME=movie VALUE="sublogo.swf">');
document.write('<PARAM NAME=quality VALUE=high>');
document.write('<PARAM NAME=wmode VALUE=transparent>');
document.write('<PARAM NAME=bgcolor VALUE=#000000>');
document.write('<EMBED src="sublogo.swf" quality=high wmode=transparent bgcolor=#000000  WIDTH="600" HEIGHT="75" NAME="sublogo" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">');
document.write('</EMBED>');
document.write('</OBJECT>');


//  End -->