(function($){ 
	$(function(){
		
		// Comments
		if ($('#commentform').length > 0){
			$('#commentform').validate();
		}
	});
})(jQuery);

