Event.onDOMReady(function(){var a=function(b){return(function(d){var f=d.responseXML.documentElement;
var c=f.getElementsByTagName("country");var g=null;for(var e=0;e<c.length;e++){var h=c[e];
if(h.getAttribute("name")==b){g=h;break}}new StoreSelector(g,$("locationMenu"),$("storeMenu"),$("go"),"store");
new StoreSelector(g,$("locationFooterMenu"),$("storeFooterMenu"),$("gofooter"),"store")
})};new Ajax.Request("/main/rss/retail/stores.xml",{method:"get",onSuccess:a("United States")})
});

