//Limit $ Scope
(function($){

	$(function(){
		$('FORM.validate').validate();
	});
	
})(jQuery.noConflict());
