// JavaScript Document
$(function() {
	$("#comment-box").charCounter(300);
//	$("#comment-form").validate();
});