if(typeof u17 == "undefined") u17={};
if(typeof u17.GuestBook == "undefined") u17.GuestBook={};
u17.GuestBook_class = function() {};
Object.extend(u17.GuestBook_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetGuestBookList: function(PageSizeStr, PageIndexStr) {
		return this.invoke("GetGuestBookList", {"PageSizeStr":PageSizeStr, "PageIndexStr":PageIndexStr}, this.GetGuestBookList.getArguments().slice(2));
	},
	PostGuestBook: function(gbtitle, guestcontent, gbname) {
		return this.invoke("PostGuestBook", {"gbtitle":gbtitle, "guestcontent":guestcontent, "gbname":gbname}, this.PostGuestBook.getArguments().slice(3));
	},
	LockGuestBook: function(id) {
		return this.invoke("LockGuestBook", {"id":id}, this.LockGuestBook.getArguments().slice(1));
	},
	UnLockGuestBook: function(id) {
		return this.invoke("UnLockGuestBook", {"id":id}, this.UnLockGuestBook.getArguments().slice(1));
	},
	AddQuestion: function(id) {
		return this.invoke("AddQuestion", {"id":id}, this.AddQuestion.getArguments().slice(1));
	},
	DelQuestion: function(id) {
		return this.invoke("DelQuestion", {"id":id}, this.DelQuestion.getArguments().slice(1));
	},
	SubmitAdminReply: function(conent, id) {
		return this.invoke("SubmitAdminReply", {"conent":conent, "id":id}, this.SubmitAdminReply.getArguments().slice(2));
	},
	EditAdminReply: function(id) {
		return this.invoke("EditAdminReply", {"id":id}, this.EditAdminReply.getArguments().slice(1));
	},
	url: '/ajaxpro/u17.GuestBook,YYQ.Page.ashx'
}));
u17.GuestBook = new u17.GuestBook_class();

