// Page specific JavaScript
$(function() {
/**
 * Enter descriptin here...
 *
 */
	$('.DOMControl_autogrow')
		.autogrow({	maxHeight: 1000, minHeight: 100, lineHeight: 16}) // jQuery textarea auto-grow 
		.textlimit('span.counter', 2000) // jQuery textarea textlimit 

});



