if(typeof login == "undefined") login={};
login_class = function() {};
Object.extend(login_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	checkLogin: function(email, pwd) {
		return this.invoke("checkLogin", {"email":email, "pwd":pwd}, this.checkLogin.getArguments().slice(2));
	},
	url: '/ajaxpro/login,MapleWeb_deploy.ashx'
}));
login = new login_class();

