
$(function(){

	//expanding textarea
	$('textarea').TextAreaExpander(80);
});