if(typeof AutoComplete == "undefined") AutoComplete={};
AutoComplete_class = function() {};
Object.extend(AutoComplete_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetRegions: function(countryCode, regionCode) {
		return this.invoke("GetRegions", {"countryCode":countryCode, "regionCode":regionCode}, this.GetRegions.getArguments().slice(2));
	},
	Search: function(strSearch, count) {
		return this.invoke("Search", {"strSearch":strSearch, "count":count}, this.Search.getArguments().slice(2));
	},
	url: '/ajaxpro/modules_search,App_Web_8jo9tpss.ashx'
}));
AutoComplete = new AutoComplete_class();

