page.hide "add_comment_link_for_post_#{@post.id}"
form_div = "new_comment_form_for_post_#{@post.id}"
page.hide form_div
page.replace_html form_div, :partial => "gnu"
page.visual_effect :blind_down, form_div

