if(typeof FotoEver == "undefined") FotoEver={};
if(typeof FotoEver.BlogLibrary == "undefined") FotoEver.BlogLibrary={};
if(typeof FotoEver.BlogLibrary.Ajax == "undefined") FotoEver.BlogLibrary.Ajax={};
FotoEver.BlogLibrary.Ajax_class = function() {};
Object.extend(FotoEver.BlogLibrary.Ajax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	AddRevert: function(Notes, GuestBookID) {
		return this.invoke("AddRevert", {"Notes":Notes, "GuestBookID":GuestBookID}, this.AddRevert.getArguments().slice(2));
	},
	DelGuestBook: function(GuestBookId) {
		return this.invoke("DelGuestBook", {"GuestBookId":GuestBookId}, this.DelGuestBook.getArguments().slice(1));
	},
	JoinMyFriend: function(FUserName) {
		return this.invoke("JoinMyFriend", {"FUserName":FUserName}, this.JoinMyFriend.getArguments().slice(1));
	},
	url: '/ajaxpro/FotoEver.BlogLibrary.Ajax,BlogLibrary.ashx'
}));
FotoEver.BlogLibrary.Ajax = new FotoEver.BlogLibrary.Ajax_class();

