if(typeof HealthType == "undefined") HealthType={};
HealthType_class = function() {};
Object.extend(HealthType_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SendCondition: function(keyword) {
		return this.invoke("SendCondition", {"keyword":keyword}, this.SendCondition.getArguments().slice(1));
	},
	url: '/ajaxpro/HealthType,App_Web_axjnpmjt.ashx'
}));
HealthType = new HealthType_class();

