//S.V. Inc.

//www.onesweetgirl4cam.com

//////////////Place this on your target page to call it, ////////////////
/////////////////////<script src="jsscripts/noright.js">/////////////////////
///////////////// Be sure to CLOSE script!////////////////////////

var message="Autt, Auahh... You have got to be kidding!!?? After I had to learn ALL THIS the SLOW HARD WAY, No Cheating or Taking Shortcuts I WORKED to HARD to LEARN WHAT I HAVE, now it’s your turn. Nice Try Nah Nah Nah Naaah Naaahh!";

function click(e) {

if (document.all) {

if (event.button==2||event.button==3) {

alert(message);

return false;

   }

}

if (document.layers) {

if (e.which == 3) {

alert(message);

return false;

}

}

}

if (document.layers) {

document.captureEvents(Event.MOUSEDOWN);

}

document.onmousedown=click;



function MM_displayStatusMsg(msgStr) { //v1.0

  status=msgStr;

  document.MM_returnValue = true;

  }

