$(document).ready(function(){
  $(document).bind("contextmenu",function(e){
    return false;
  });
});

$(window).bind('load', function() {
	$('img.protect').protectImage();
});
