/***************************************************************************************************************
*Copyprotection for this site is provided by WP-CopyProtect v1.9.1 visit www.TheChetan.com/wp-copyprotect/ for more details
*RightClick Disabled, Please DO NOT COPY.
***************************************************************************************************************/

var message="These photos are copyrighted by their respective owners.\nAll rights reserved. Unauthorized use prohibited.";
//var message2="2";
//var message3="3";
////
//function blockIE(){
//if (event.button==2){
//alert(message2);
//return false;
//}
//}
////
//function blockFF(e){
//if (document.layers||document.getElementById&&!document.all){
//if (e.which==2||e.which==3){
//alert(message3);
//return false;
//}
//}
//}

//if (document.layers){
//document.captureEvents(Event.MOUSEDOWN);
//document.onmousedown=clickFF;
//}
//else if (document.all&&!document.getElementById){
//document.onmousedown=clickIE;
//}
////opera
//document.oncontextmenu=new Function("alert(message);return false")

$(document).ready(function(){
	$('#gallery > a, .landing_topphotos > a').mouseover(function(){
			document.oncontextmenu = new Function("alert(message);return false");
	});
	
	$('#gallery > a, .landing_topphotos>a').mouseout(function(){
			document.oncontextmenu = new Function();
	});
});
