ArticleList_class = function() {};
Object.extend(ArticleList_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));
	},
	url: '/ajaxpro/AG.Web.ArticleList,App_Web_7c9f_zgv.ashx'
}));
ArticleList = new ArticleList_class();

