if(typeof index2 == "undefined") index2={};
index2_class = function() {};
Object.extend(index2_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	LoadProvince: function() {
		return this.invoke("LoadProvince", {}, this.LoadProvince.getArguments().slice(0));
	},
	LoadCityByProvince: function(Areaid) {
		return this.invoke("LoadCityByProvince", {"Areaid":Areaid}, this.LoadCityByProvince.getArguments().slice(1));
	},
	url: '/ajaxpro/index2,02Car.ashx'
}));
index2 = new index2_class();

