if(typeof Micronet == "undefined") Micronet={};
if(typeof Micronet.Functions == "undefined") Micronet.Functions={};
Micronet.Functions.AjaxProvinecCityArea_class = function() {};
Object.extend(Micronet.Functions.AjaxProvinecCityArea_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetProvinceList: function() {
		return this.invoke("GetProvinceList", {}, this.GetProvinceList.getArguments().slice(0));
	},
	GetCityList: function(provinceid) {
		return this.invoke("GetCityList", {"provinceid":provinceid}, this.GetCityList.getArguments().slice(1));
	},
	GetAreaList: function(cityid) {
		return this.invoke("GetAreaList", {"cityid":cityid}, this.GetAreaList.getArguments().slice(1));
	},
	url: '/ajaxpro/Micronet.Functions.AjaxProvinecCityArea,Micronet.Web.ashx'
}));
Micronet.Functions.AjaxProvinecCityArea = new Micronet.Functions.AjaxProvinecCityArea_class();


