if(typeof Semau == "undefined") Semau={};
if(typeof Semau.Login == "undefined") Semau.Login={};
Semau.Login_class = function() {};
Object.extend(Semau.Login_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	CheckValiCode: function(valicode) {
		return this.invoke("CheckValiCode", {"valicode":valicode}, this.CheckValiCode.getArguments().slice(1));
	},
	url: '/ajaxpro/Semau.Login,Semau.ashx'
}));
Semau.Login = new Semau.Login_class();

