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