if(typeof Lankey == "undefined") Lankey={};
if(typeof Lankey.UAir == "undefined") Lankey.UAir={};
if(typeof Lankey.UAir.Web == "undefined") Lankey.UAir.Web={};
if(typeof Lankey.UAir.Web.Login_class == "undefined") Lankey.UAir.Web.Login_class={};
Lankey.UAir.Web.Login_class = function() {};
Object.extend(Lankey.UAir.Web.Login_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	IsNullPwd: function(cardNo) {
		return this.invoke("IsNullPwd", {"cardNo":cardNo}, this.IsNullPwd.getArguments().slice(1));
	},
	SetDefaultPwd: function(cardNo) {
		return this.invoke("SetDefaultPwd", {"cardNo":cardNo}, this.SetDefaultPwd.getArguments().slice(1));
	},
	url: '/ajaxpro/Lankey.UAir.Web.Login,UAirWeb.ashx'
}));
Lankey.UAir.Web.Login = new Lankey.UAir.Web.Login_class();

