if(typeof User_SignIn == "undefined") User_SignIn={};
User_SignIn_class = function() {};
Object.extend(User_SignIn_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	getCode: function() {
		return this.invoke("getCode", {}, this.getCode.getArguments().slice(0));
	},
	judgeLogin: function(strUsername, strPSW, strUrl) {
		return this.invoke("judgeLogin", {"strUsername":strUsername, "strPSW":strPSW, "strUrl":strUrl}, this.judgeLogin.getArguments().slice(3));
	},
	url: '/ajaxpro/User_SignIn,App_Web_3tfn8cde.ashx'
}));
User_SignIn = new User_SignIn_class();

