  $(function() {
      $('#hacker_safe').bind('contextmenu', function() {
        alert('Copying Prohibited by Law - HACKER SAFE is a Trademark of ScanAlert');
        return false;
      });
  });
