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