if (jQuery instanceof Function) (function($){
	$(function(){
		$('.js_jquery_inputcounter').inputCounter({
			classes: {
				underflow: 'js_underflow',
				overflow:  'js_overflow'
			}
		});
	});
})(jQuery);

