if(typeof FrontMaster == "undefined") FrontMaster={};
FrontMaster_class = function() {};
Object.extend(FrontMaster_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetCityList: function(PC_ID) {
		return this.invoke("GetCityList", {"PC_ID":PC_ID}, this.GetCityList.getArguments().slice(1));
	},
	ShowSelectSearchInfo: function(provinceID, cityID, HP_Type) {
		return this.invoke("ShowSelectSearchInfo", {"provinceID":provinceID, "cityID":cityID, "HP_Type":HP_Type}, this.ShowSelectSearchInfo.getArguments().slice(3));
	},
	HPNameShowSelectSearchInfo: function(HP_Name) {
		return this.invoke("HPNameShowSelectSearchInfo", {"HP_Name":HP_Name}, this.HPNameShowSelectSearchInfo.getArguments().slice(1));
	},
	rHospitalTuiJianInfo: function() {
		return this.invoke("rHospitalTuiJianInfo", {}, this.rHospitalTuiJianInfo.getArguments().slice(0));
	},
	url: '/ajaxpro/FrontMaster,App_Web_37fonyus.ashx'
}));
FrontMaster = new FrontMaster_class();

