<% @ad_banner.ad_images.shuffle.each do |image| %> <% if image.display? %>
<%= image_tag image.file.url, :class => 'slideImg' %>
<% end %> <% end %>
<% @bulletins.each do |bulletin| %>
<%= image_tag bulletin.image.url %>

<%= link_to bulletin.title, mobile_announcement_content_path(:app => params[:app], :id => bulletin) %>

<%= display_date(bulletin.postdate) %>

<%= bulletin.subtitle %>
<% end %>