if(typeof User_Reg == "undefined") User_Reg={};
User_Reg_class = function() {};
Object.extend(User_Reg_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetCityByProvinceID: function(strProvinceID) {
		return this.invoke("GetCityByProvinceID", {"strProvinceID":strProvinceID}, this.GetCityByProvinceID.getArguments().slice(1));
	},
	url: '/ajaxpro/User_Reg,App_Web_cobhrzjb.ashx'
}));
User_Reg = new User_Reg_class();

