AjaxNamespaceClientScript_class = function() {};
Object.extend(AjaxNamespaceClientScript_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	AjaxTabList: function(Id, moduleId, portalId) {
		return this.invoke("AjaxTabList", {"Id":Id, "moduleId":moduleId, "portalId":portalId}, this.AjaxTabList.getArguments().slice(3));
	},
	url: '/ajaxpro/IntranetNews.Article.ArticleListAjax,PapaCMPS.Article.ashx'
}));
AjaxNamespaceClientScript = new AjaxNamespaceClientScript_class();

