if(typeof left == "undefined") left={};
left_class = function() {};
Object.extend(left_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	isValidate: function(validate, name, pwd) {
		return this.invoke("isValidate", {"validate":validate, "name":name, "pwd":pwd}, this.isValidate.getArguments().slice(3));
	},
	loginOut: function() {
		return this.invoke("loginOut", {}, this.loginOut.getArguments().slice(0));
	},
	url: '/ajaxpro/left,App_Web_left.ascx.cdcab7d2.ashx'
}));
left = new left_class();


