function ppp_stop_thief(msg) {
  jQuery(document).bind("contextmenu",function(e){
	if (msg) {
		alert(msg);
	}
    return false;
  });
}
