// JavaScript Document

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

})(jQuery);
