// remap jQuery to $
(function($){
	
	// Copyright script - found in the plugins.js file
	// To use, replace the '#copyright' id with the
	// id of the element that holds your copyright date
	$('#copyright').copyright();
	
	// Email defuscator - found in the plugins.js file
	$('.email').defuscate();
	
	$('#txtContactName, #txtEmail, #txtComments, .tipme').tipsy({ title: 'title', trigger: 'focus', gravity: 'w'});
	
	$('.js-enabled').memu({ 
				icon: {
					inset: true,
					margin: {
						top: 4,
						right: 10
					}
				},
				width: 150,
				rootWidth: "auto",
				height: 25
			});
	$("#inside .productOptions li:nth-child(19)").addClass("hide");
	
	// User defined functions go here
	
})(this.jQuery);
