<%= ad = [{:image => 'sotm-birmingham-ad.png',
:title => 'State of the Map Birmingham',
:href =>'http://stateofthemap.org/'},
- {:image => 'sotm-us-ad.png',
- :title => 'State of the Map USA',
- :href =>'http://stateofthemap.us/'}].sample
+ {:image => 'donate-ad.png',
+ :title => 'Server Donation Drive',
+ :href =>'http://donate.openstreetmap.org/'}].sample
link_to ad[:href], :title => ad[:title] do
image_tag ad[:image], :class => :ad