$(document).ready(function(){
  $('.gallery a').lightBox();
	$('textarea.resizable:not(.processed)').TextAreaResizer();
});

