%= form_remote_tag :url => {:action => 'comment', :id => @article},
:position => :bottom,
:update => {:success => 'commentList'},
:loading => "loading()",
:complete => "complete(request)",
:failure => "failure(request)",
:html => {:id => 'commentform', :class => 'comments' } %>
<%= end_form_tag %>