def show_spinner
  content_tag "div", "Working... " + image_tag("myspinner.gif"), 
              :id => "ajax_busy", :style => "display:none;"
end