// 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();
	
	$(".firstname").Watermark("First Name");
	$(".lastname").Watermark("Last Name");
	$(".email").Watermark("Email");
	$(".comments").Watermark("Comments");
	
	
	// User defined functions go here
	
})(this.jQuery);
