if(typeof uc_ucLogin == "undefined") uc_ucLogin={};
uc_ucLogin_class = function() {};
Object.extend(uc_ucLogin_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	login: function(strUserName, strPwd) {
		return this.invoke("login", {"strUserName":strUserName, "strPwd":strPwd}, this.login.getArguments().slice(2));
	},
	url: '/ajaxpro/uc_ucLogin,App_Web_dhscuhqu.ashx'
}));
uc_ucLogin = new uc_ucLogin_class();

