if(typeof Discuz == "undefined") Discuz={};
if(typeof Discuz.Web == "undefined") Discuz.Web={};
if(typeof Discuz.Web.aspx == "undefined") Discuz.Web.aspx={};
if(typeof Discuz.Web.aspx._1 == "undefined") Discuz.Web.aspx._1={};
if(typeof Discuz.Web.aspx._1.MasterPage == "undefined") Discuz.Web.aspx._1.MasterPage={};
Discuz.Web.aspx._1.MasterPage_class = function() {};
Object.extend(Discuz.Web.aspx._1.MasterPage_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	CheckLogin: function(userName, password) {
		return this.invoke("CheckLogin", {"userName":userName, "password":password}, this.CheckLogin.getArguments().slice(2));
	},
	CheckIsExistUserName: function(username) {
		return this.invoke("CheckIsExistUserName", {"username":username}, this.CheckIsExistUserName.getArguments().slice(1));
	},
	CheckIsExistEmail: function(email) {
		return this.invoke("CheckIsExistEmail", {"email":email}, this.CheckIsExistEmail.getArguments().slice(1));
	},
	CheckValidationCode: function(valcode) {
		return this.invoke("CheckValidationCode", {"valcode":valcode}, this.CheckValidationCode.getArguments().slice(1));
	},
	url: '/ajaxpro/Discuz.Web.aspx._1.MasterPage,Discuz.Web.ashx'
}));
Discuz.Web.aspx._1.MasterPage = new Discuz.Web.aspx._1.MasterPage_class();

