$(document).ready(function() {
	$('textarea.input_textarea:not(.processed)').TextAreaResizer();
});