
$(document).ready(function() 
{
	$("textarea").charLimit({
		limit: 99,
		speed: "normal"
	});
	

});
