

$(document).ready(function(){
	$('.imageguard').bind('contextmenu', function() {
		return false;
	});
});

