<!-- //Begin
function warn(e) {alert("This site contains copyrighted material that can't be saved. You can order images that you would like by clicking on the buy now button on the images.");return false;}
function clickIE() {if (ie) {(message);return false;}}
function clickNS(e) {if(ns||(dom&&!ie)) {if(e.which==2||e.which==3) {(message);return false;}}}
ie = (document.all)?1:0;
ns = (document.layers)?1:0;
dom = (document.getElementById)?1:0;
//if(ns){document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
//else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
if(ns) { 	document.onmousedown=warn; }
document.oncontextmenu=warn;
// End -->
