var clickmessage="Copyright ©. All the photos of this site are the property of Divine-girls.com\nThe copy, reproduction or remote loading in any form of any pictures without the agreement of the manager from Divine-girls.com is prohibited !"
		function disableclick(ev)
		{if (document.all)
		{if (event.button==2 || event.button==3)
		{if (event.srcElement.tagName=="IMG")
		{alert(clickmessage);
		return false;}}}
		if (document.layers)
		{if (ev.which==3)
		{alert(clickmessage);
		return false;}}}
		function associateimages()
		{for (i=0;i<document.images.length;i++)
		document.images[i].onmousedown=disableclick}
		if (document.all)
		document.onmousedown=disableclick
		else if (document.layers)
		associateimages()
		
		

var message="Function Disabled!";

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("return false")
