<%= t('widget.shoutbox') %>

<%= render :partial => "shoutmsgs/shoutmsg", :collection => Shoutmsg.recent.box, :locals => {:popup => "$('shoutbox')"} %>
<%= render :partial => "shoutmsgs/new", :locals => { :shoutmsg => Shoutmsg.new } %> <%= link_to "Shoutbox Recent History", :controller => :shoutmsgs, :action => "index" %>
<%= link_to "Shoutbox Rules", article_path(Article::SB_RULES) %>