addNamespace("_6SNS.Template._1");
_6SNS.Template._1.GuestBook_class = Class.create();
_6SNS.Template._1.GuestBook_class.prototype = (new AjaxPro.Request()).extend({
	SubmitMessage: function(strContent, strAuthorID, callback) {
		return this.invoke("SubmitMessage", {"strContent":strContent, "strAuthorID":strAuthorID}, callback);
	},
	GetGuestBook: function(nCurrentPage, strUserID, callback) {
		return this.invoke("GetGuestBook", {"nCurrentPage":nCurrentPage, "strUserID":strUserID}, callback);
	},
	saveRepMsg: function(msgID, strContent, toUID, callback) {
		return this.invoke("saveRepMsg", {"msgID":msgID, "strContent":strContent, "toUID":toUID}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/_6SNS.Template._1.GuestBook,6SNS.ashx";
	}
})
_6SNS.Template._1.GuestBook = new _6SNS.Template._1.GuestBook_class();

