Grabbing banners from other sites.

I want my banner ads to be rotated using ruby.

So I try this

<%= link_to_remote( image_tag("graphics/ select01.gif", :alt=>'Programming', :size=>'100x20', :border=>0),                          :update => "select01_div",                          :url =>{ :action => :select01_action }) %>

and it works. But this doesn't seem to work for me. Does ruby expect images to be local even if we do http://?

<%= link_to_remote( image_tag(http:// globalwarmingawareness2007.org.uk /graphics/ select01.gif, :alt=>'Programming', :size=>'100x20', :border=>0),                          :update => "select01_div",                          :url =>{ :action => :select01_action }) %>