if(typeof Login_Lock == "undefined") Login_Lock={};
Login_Lock_class = function() {};
Object.extend(Login_Lock_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	checkhave: function(lockno) {
		return this.invoke("checkhave", {"lockno":lockno}, this.checkhave.getArguments().slice(1));
	},
	GetCertList: function(EnterNO) {
		return this.invoke("GetCertList", {"EnterNO":EnterNO}, this.GetCertList.getArguments().slice(1));
	},
	GetEnterNo: function(userID) {
		return this.invoke("GetEnterNo", {"userID":userID}, this.GetEnterNo.getArguments().slice(1));
	},
	CIsAvailable: function(fentfid) {
		return this.invoke("CIsAvailable", {"fentfid":fentfid}, this.CIsAvailable.getArguments().slice(1));
	},
	url: '/ajaxpro/Login_Lock,App_Web_pbfadnrq.ashx'
}));
Login_Lock = new Login_Lock_class();


