// JavaScript Document
$(document).ready( function() {
	

	
	// Disable context menu on an element
	$("img").noContext();
	
});