

  /* only add items to the end of this list */
  /* this can differ from the order above */
  var domains__MODULE_ID__ = [
    "http://maps.google.com/maps",    // us 0
  
  ];

  _IG_RegisterOnloadHandler(function () {
    var form = _gel('map_form__MODULE_ID__');
    if (form == null || form.action == null) {
      alert("bad gadget, no donut");
      return;
    }
    form.action =
      domains__MODULE_ID__["__UP_country__"];
  });
