jQuery(document).ready(function(){jQuery('.post img.i_icon_quote').parent().click(function(){u=jQuery(this).attr('href');jQuery.get(u,function(d){jQuery('textarea[name="message"]').html(jQuery('textarea[name="message"]',d).html())});jQuery('html,body').animate({scrollTop:jQuery('#text_editor_textarea').offset().top},1500);return false})});