--- D:/Taf/Spoon_and_co/drupal6/sites/all/modules/ubercart/uc_store/uc_country_select.js	Thu Nov 27 14:02:52 2008
+++ D:/Taf/Spoon_and_co/drupal6/sites/all/modules/ubercart/uc_store/uc_country_select_diff.js	Thu Nov 27 14:02:40 2008
@@ -16,7 +16,7 @@
 
   var options = { 'country_id' : $('#' + country_select).val() };
 
-  $('#' + zone_select).parent().siblings('.zone-throbber').attr('style', 'background-image: url(' + Drupal.settings.basePath + 'misc/throbber.gif); background-repeat: no-repeat; background-position: 100% -20px;').html('&nbsp;&nbsp;&nbsp;&nbsp;');
+  $('#' + zone_select).parent().siblings('.zone-throbber').attr('style', 'display:block;');
 
   $.post(Drupal.settings.basePath + '?q=uc_js_util/zone_select', options,
          function (contents) {
