$(document).ready(function(){
	$('img').rightClick(function() {
		return false;
	});
});