$(document).ready(function(){
  $("img").bind('contextmenu', function(e) {
    alert('Copyright VCM vzw');
    return false;
  });
});

