if(typeof xkziBook == "undefined") xkziBook={};
xkziBook_class = function() {};
Object.extend(xkziBook_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	addMsg: function(author, china, city, email, qq, blog, content) {
		return this.invoke("addMsg", {"author":author, "china":china, "city":city, "email":email, "qq":qq, "blog":blog, "content":content}, this.addMsg.getArguments().slice(7));
	},
	msgList: function(currentPage) {
		return this.invoke("msgList", {"currentPage":currentPage}, this.msgList.getArguments().slice(1));
	},
	userLogin: function(pass) {
		return this.invoke("userLogin", {"pass":pass}, this.userLogin.getArguments().slice(1));
	},
	showReply: function(tid) {
		return this.invoke("showReply", {"tid":tid}, this.showReply.getArguments().slice(1));
	},
	showReplyBar: function(tid) {
		return this.invoke("showReplyBar", {"tid":tid}, this.showReplyBar.getArguments().slice(1));
	},
	addReply: function(tid, content) {
		return this.invoke("addReply", {"tid":tid, "content":content}, this.addReply.getArguments().slice(2));
	},
	delTopic: function(tid) {
		return this.invoke("delTopic", {"tid":tid}, this.delTopic.getArguments().slice(1));
	},
	logOut: function() {
		return this.invoke("logOut", {}, this.logOut.getArguments().slice(0));
	},
	url: '/beijing2008/ajaxpro/index,App_Web_mjwmkkvw.ashx'
}));
xkziBook = new xkziBook_class();

