if(typeof AjaxMethod == "undefined") AjaxMethod={};
AjaxMethod_class = function() {};
Object.extend(AjaxMethod_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetCityList: function(classId) {
		return this.invoke("GetCityList", {"classId":classId}, this.GetCityList.getArguments().slice(1));
	},
	GetAreaList: function(cityid) {
		return this.invoke("GetAreaList", {"cityid":cityid}, this.GetAreaList.getArguments().slice(1));
	},
	url: '/ask/ty/ajaxpro/AjaxMethod,App_Code.ashx'
}));
AjaxMethod = new AjaxMethod_class();

