
 function clickcheck() {
						if( document.all ) {
							alert('This site is 100% copyright protected. We copyscape the net regularly and will find and pursue all copyright violations.');
						}
						return false;
					}

					function clickcheck2(e) {
						if( document.layers || ( document.getElementById && !document.all ) ) {
							if ( e.which == 2 || e.which == 3 ) {
								alert('This site is 100% copyright protected. We copyscape the net regularly and will find and pursue all copyright violations.');
								return false;
							}
						}
					}
					if( document.layers ) {
						document.captureEvents( Event.MOUSEDOWN );
						document.onmousedown=clickcheck2;
					}
					else {
						document.onmouseup = clickcheck2;
						document.oncontextmenu = clickcheck;
					} 
 window.onload = function() { document.body.oncopy = function() { alert('This site is 100% copyright protected. We copyscape the net regularly and will find and pursue all copyright violations.'); 
					 return false; } }  
						 if( typeof( document.onselectstart ) != 'undefined' )
							document.onselectstart = function(){ return false };
						 document.ondragstart = function(){ return false } 
						 
						 
 
