<% shoutbox_new = Shoutmsg.new %>
<%= render :partial => "shoutmsgs/shoutmsg", :collection => Shoutmsg.recent.box, :locals => {:popup => "$('shoutbox')"} %>
<%= render :partial => "shoutmsgs/new", :locals => {:shoutmsg => shoutbox_new} %>

<%= link_to "Shoutbox Recent History", :controller => :shoutmsgs, :action => "index" %>
<%= link_to "Shoutbox Rules", article_path(Article::SB_RULES) %>

Fetching user info...