if(typeof index == "undefined") index={};
index_class = function() {};
Object.extend(index_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	userIsLogin: function() {
		return this.invoke("userIsLogin", {}, this.userIsLogin.getArguments().slice(0));
	},
	UserLogin: function(userName, userPass) {
		return this.invoke("UserLogin", {"userName":userName, "userPass":userPass}, this.UserLogin.getArguments().slice(2));
	},
	UserLogout: function() {
		return this.invoke("UserLogout", {}, this.UserLogout.getArguments().slice(0));
	},
	url: '/ajaxpro/index,App_Web_index.aspx.cdcab7d2.ashx'
}));
index = new index_class();

