if(typeof PW35COM == "undefined") PW35COM={};
if(typeof PW35COM.Web == "undefined") PW35COM.Web={};
if(typeof PW35COM.Web.News == "undefined") PW35COM.Web.News={};
if(typeof PW35COM.Web.News.MS_MessageList == "undefined") PW35COM.Web.News.MS_MessageList={};
PW35COM.Web.News.MS_MessageList_class = function() {};
Object.extend(PW35COM.Web.News.MS_MessageList_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	FavouriteDocument: function(articleID) {
		return this.invoke("FavouriteDocument", {"articleID":articleID}, this.FavouriteDocument.getArguments().slice(1));
	},
	UpArticleSupportNum: function(articleID) {
		return this.invoke("UpArticleSupportNum", {"articleID":articleID}, this.UpArticleSupportNum.getArguments().slice(1));
	},
	UpRemarkSupportOrOpposeNum: function(remarkID, type) {
		return this.invoke("UpRemarkSupportOrOpposeNum", {"remarkID":remarkID, "type":type}, this.UpRemarkSupportOrOpposeNum.getArguments().slice(2));
	},
	url: '/ajaxpro/PW35COM.Web.News.MS_MessageList,PW35_Web_UI.ashx'
}));
PW35COM.Web.News.MS_MessageList = new PW35COM.Web.News.MS_MessageList_class();

