Event.onDOMReady(function(){var b=function(a){return(function(m){var k=m.responseXML.documentElement;
var n=k.getElementsByTagName("country");var j=null;for(var l=0;l<n.length;l++){var i=n[l];
if(i.getAttribute("name")==a){j=i;break}}new StoreSelector(j,$("locationMenu"),$("storeMenu"),$("go"),"store");
new StoreSelector(j,$("locationFooterMenu"),$("storeFooterMenu"),$("gofooter"),"store")
})};new Ajax.Request("/retail/stores/stores.xml",{method:"get",onSuccess:b("China")})
});
