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