// JavaScript Document
$(document).ready(function() {
	$('textarea.resizable:not(.processed)').TextAreaResizer();		
});
