jQuery(function( $ ){

$("#comment_form textarea").counter({
    type: 'word',
    goal: 250,
    count: 'up'            
});

});


