if(typeof SelfPortal == "undefined") SelfPortal={};
if(typeof SelfPortal.Web == "undefined") SelfPortal.Web={};
if(typeof SelfPortal.Web._SP_Login == "undefined") SelfPortal.Web._SP_Login={};
SelfPortal.Web._SP_Login_class = function() {};
Object.extend(SelfPortal.Web._SP_Login_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	LoginCheckInfo: function(UserName, UserPwd) {
		return this.invoke("LoginCheckInfo", {"UserName":UserName, "UserPwd":UserPwd}, this.LoginCheckInfo.getArguments().slice(2));
	},
	url: '/selfportal/ajaxpro/SelfPortal.Web._SP_Login,SelfPortal_deploy.ashx'
}));
SelfPortal.Web._SP_Login = new SelfPortal.Web._SP_Login_class();

