jQuery(document).ready(
	function() {
		jQuery("#commentForm").validate();
	});

	

