jQuery(function() {
	if ( jQuery("#respond").length ) {
		jQuery("#respond").css("top", ( jQuery("#comments").position().top + jQuery("#comments").height() - jQuery("#respond").height() ) + "px");
		jQuery("#respond textarea").Autoexpand([250, 500]);
	}
});
