if(typeof Healthbanks == "undefined") Healthbanks={};
if(typeof Healthbanks.MHB == "undefined") Healthbanks.MHB={};
if(typeof Healthbanks.MHB.BusinessRules == "undefined") Healthbanks.MHB.BusinessRules={};
Healthbanks.MHB.BusinessRules.Ajax_class = function() {};
Object.extend(Healthbanks.MHB.BusinessRules.Ajax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	UserExist: function(userID) {
		return this.invoke("UserExist", {"userID":userID}, this.UserExist.getArguments().slice(1));
	},
	EmailExist: function(email) {
		return this.invoke("EmailExist", {"email":email}, this.EmailExist.getArguments().slice(1));
	},
	UserAndPwdIsTrue: function(userID, userPwd, pwdIsSafe) {
		return this.invoke("UserAndPwdIsTrue", {"userID":userID, "userPwd":userPwd, "pwdIsSafe":pwdIsSafe}, this.UserAndPwdIsTrue.getArguments().slice(3));
	},
	AddKeyword: function(category, keyword) {
		return this.invoke("AddKeyword", {"category":category, "keyword":keyword}, this.AddKeyword.getArguments().slice(2));
	},
	GetHealthOrganList: function(keyword) {
		return this.invoke("GetHealthOrganList", {"keyword":keyword}, this.GetHealthOrganList.getArguments().slice(1));
	},
	GetComboNameList: function(healthOrganID) {
		return this.invoke("GetComboNameList", {"healthOrganID":healthOrganID}, this.GetComboNameList.getArguments().slice(1));
	},
	UBiSoftTempSave: function(answer) {
		return this.invoke("UBiSoftTempSave", {"answer":answer}, this.UBiSoftTempSave.getArguments().slice(1));
	},
	UBiSoftProgress: function() {
		return this.invoke("UBiSoftProgress", {}, this.UBiSoftProgress.getArguments().slice(0));
	},
	UBiSoftSaveData: function(idea, answer, staffID, isEngLish) {
		return this.invoke("UBiSoftSaveData", {"idea":idea, "answer":answer, "staffID":staffID, "isEngLish":isEngLish}, this.UBiSoftSaveData.getArguments().slice(4));
	},
	url: '/ajaxpro/Healthbanks.MHB.BusinessRules.Ajax,BusinessRules.ashx'
}));
Healthbanks.MHB.BusinessRules.Ajax = new Healthbanks.MHB.BusinessRules.Ajax_class();


