if(typeof Wish == "undefined") Wish={};
Wish_class = function() {};
Object.extend(Wish_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	reg: function(txtUserId, txtPassWord, droRegional, droSchool, droGradeType, txtTel, txtMobilePhone, txtAddress, jhm, username) {
		return this.invoke("reg", {"txtUserId":txtUserId, "txtPassWord":txtPassWord, "droRegional":droRegional, "droSchool":droSchool, "droGradeType":droGradeType, "txtTel":txtTel, "txtMobilePhone":txtMobilePhone, "txtAddress":txtAddress, "jhm":jhm, "username":username}, this.reg.getArguments().slice(10));
	},
	checkLogin: function(username, password, jihuoma) {
		return this.invoke("checkLogin", {"username":username, "password":password, "jihuoma":jihuoma}, this.checkLogin.getArguments().slice(3));
	},
	checkLogin2: function(username, password) {
		return this.invoke("checkLogin2", {"username":username, "password":password}, this.checkLogin2.getArguments().slice(2));
	},
	url: '/ajaxpro/Wish,EdulifeOnline_deploy.ashx'
}));
Wish = new Wish_class();


