if(typeof UserBLOG_Article == "undefined") UserBLOG_Article={};
UserBLOG_Article_class = function() {};
Object.extend(UserBLOG_Article_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetData: function(index, ArticleID) {
		return this.invoke("GetData", {"index":index, "ArticleID":ArticleID}, this.GetData.getArguments().slice(2));
	},
	AddReplay: function(FeedbackID, ReplayMsg, LocaUserID, UserID) {
		return this.invoke("AddReplay", {"FeedbackID":FeedbackID, "ReplayMsg":ReplayMsg, "LocaUserID":LocaUserID, "UserID":UserID}, this.AddReplay.getArguments().slice(4));
	},
	AddFeed: function(ID, Name, URL, Content) {
		return this.invoke("AddFeed", {"ID":ID, "Name":Name, "URL":URL, "Content":Content}, this.AddFeed.getArguments().slice(4));
	},
	DeleteFeedback: function(FeedID, UserID) {
		return this.invoke("DeleteFeedback", {"FeedID":FeedID, "UserID":UserID}, this.DeleteFeedback.getArguments().slice(2));
	},
	DeleteReplay: function(FeedID, UserID) {
		return this.invoke("DeleteReplay", {"FeedID":FeedID, "UserID":UserID}, this.DeleteReplay.getArguments().slice(2));
	},
	url: '/ajaxpro/UserBLOG_Article,weyes.ashx'
}));
UserBLOG_Article = new UserBLOG_Article_class();


