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