NewsModule_class = function() {};
Object.extend(NewsModule_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetHtml: function(currentPage, moduleId, portalId) {
		return this.invoke("GetHtml", {"currentPage":currentPage, "moduleId":moduleId, "portalId":portalId}, this.GetHtml.getArguments().slice(3));
	},
	LoadTextFromFile: function(fileKey, secondsUntilExpired) {
		return this.invoke("LoadTextFromFile", {"fileKey":fileKey, "secondsUntilExpired":secondsUntilExpired}, this.LoadTextFromFile.getArguments().slice(2));
	},
	UpdateRating: function(itemId, mark, typeId) {
		return this.invoke("UpdateRating", {"itemId":itemId, "mark":mark, "typeId":typeId}, this.UpdateRating.getArguments().slice(3));
	},
	GetRating: function(itemId, typeId) {
		return this.invoke("GetRating", {"itemId":itemId, "typeId":typeId}, this.GetRating.getArguments().slice(2));
	},
	GetRatingVotes: function(itemId, typeId) {
		return this.invoke("GetRatingVotes", {"itemId":itemId, "typeId":typeId}, this.GetRatingVotes.getArguments().slice(2));
	},
	url: '/ajaxpro/AG.Web.ArticleList,App_Web_articlelist.ascx.4a0e848.-sbuwq2-.ashx'
}));
NewsModule = new NewsModule_class();

