
$(document).ready (function() {
	
	$('textarea.expanding').autogrow();
							
});

