

			/* jQuery textarea resizer plugin usage */
			$(document).ready(function() {
				$('textarea.resizable:not(.processed)').TextAreaResizer();
				$('iframe.resizable:not(.processed)').TextAreaResizer();
			});