- <div class='ad-container inner11'>
- <div class='ads'>
- <%= ad = [{:image => 'sotm-birmingham-ad.png',
- :title => 'State of the Map Birmingham',
- :href =>'http://stateofthemap.org/'}].sample
-
- link_to ad[:href], :title => ad[:title] do
- image_tag ad[:image], :class => :ad
- end
- %>
- </div>
- </div>