var WhereToBuy = { getCities:function(strProvince,callback,context){return new ajax_request(this.url + '?_method=getCities&_session=no','strProvince=' + enc(strProvince),callback, context);}, getLocations:function(strProvince,strCity,callback,context){return new ajax_request(this.url + '?_method=getLocations&_session=no','strProvince=' + enc(strProvince)+ '\r\nstrCity=' + enc(strCity),callback, context);}, url:'/es/ajax/WhereToBuy,App_Web_wheretobuy.aspx.cdcab7d2.ashx' }