if(typeof ATPages_SearchAreaCode == "undefined") ATPages_SearchAreaCode={};
ATPages_SearchAreaCode_class = function() {};
Object.extend(ATPages_SearchAreaCode_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetAareCode: function(strkey) {
		return this.invoke("GetAareCode", {"strkey":strkey}, this.GetAareCode.getArguments().slice(1));
	},
	GetCity: function(strarr) {
		return this.invoke("GetCity", {"strarr":strarr}, this.GetCity.getArguments().slice(1));
	},
	url: '/ajaxpro/ATPages_SearchAreaCode,App_Web_t1d8bbiz.ashx'
}));
ATPages_SearchAreaCode = new ATPages_SearchAreaCode_class();

