<!--
function do_err(){return true}
var onerror;
// no right click
var message = "                                    WARNING ! \n\n\t\u00A9Copyright 2010 Charles Jablow Photography \n\nAll content contained within this site is protected by copyright laws.\n    Unauthorized use of our material is strictly prohibited.";

///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}

function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}

if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}

document.oncontextmenu=new Function("alert(message);return false")
// no drop and drag
document.ondragstart=new Function("return false");
onerror=do_err;function do_dd(){return false}document.ondragstart=do_dd;
// no copy and paste -- printscreen
// onerror=do_err;function no_cp(){clipboardData.clearData();setTimeout("no_cp()",100)}no_cp();
// no offline viewing
onerror=do_err;if(window.location.href.substring(0,4)=="file")window.location="about:blank";
// print blank page
function atlpdp1(){for(wi=0;wi<document.all.length;wi++){if(document.all[wi].style.visibility!='hidden'){document.all[wi].style.visibility='hidden';document.all[wi].id='atlpdpst'}}}function atlpdp2(){for (wi=0;wi<document.all.length;wi++){if(document.all[wi].id=='atlpdpst')document.all[wi].style.visibility=''}}window.onbeforeprint=atlpdp1;window.onafterprint=atlpdp2;
// clear status bar
var scrolltext = " ";var lenscrolltext = scrolltext.length;var width = 100;var pos = 1-width;var tlp_std = 150;function do_stat() {pos++;var scroller="";if (pos==lenscrolltext) {pos=1-width;}if (pos<0) {for (var i=1; i<=Math.abs(pos); i++) {scroller=scroller+" ";}scroller=scroller+scrolltext.substring(0,width-i+1);}else {scroller=scroller+scrolltext.substring(pos,width+pos);}window.status = scroller;setTimeout("do_stat()", tlp_std);}do_stat();
// break out of frames
if(frames){if(top.frames.length>0)top.location.href=self.location;}
//-->