if(typeof Yeeyoo == "undefined") Yeeyoo={};
if(typeof Yeeyoo.Friend == "undefined") Yeeyoo.Friend={};
if(typeof Yeeyoo.Friend.Web == "undefined") Yeeyoo.Friend.Web={};
Yeeyoo.Friend.Web.Index_class = function() {};
Object.extend(Yeeyoo.Friend.Web.Index_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SaveReplyData: function(postId, postUserId, userId, viewType, content) {
		return this.invoke("SaveReplyData", {"postId":postId, "postUserId":postUserId, "userId":userId, "viewType":viewType, "content":content}, this.SaveReplyData.getArguments().slice(5));
	},
	GetReplysByPostId: function(postId, userIdOfpost) {
		return this.invoke("GetReplysByPostId", {"postId":postId, "userIdOfpost":userIdOfpost}, this.GetReplysByPostId.getArguments().slice(2));
	},
	AddFriend: function(userId, friendId) {
		return this.invoke("AddFriend", {"userId":userId, "friendId":friendId}, this.AddFriend.getArguments().slice(2));
	},
	url: '/ajaxpro/Yeeyoo.Friend.Web.Index,Yeeyoo.Friend.Web.ashx'
}));
Yeeyoo.Friend.Web.Index = new Yeeyoo.Friend.Web.Index_class();

