news_class = function() {}; Object.extend(news_class.prototype, Object.extend(new AjaxPro.AjaxClass(), { ShowguideList: function(ReportType, PageIndex, PageSize) { return this.invoke("ShowguideList", {"ReportType":ReportType, "PageIndex":PageIndex, "PageSize":PageSize}, this.ShowguideList.getArguments().slice(3)); }, GetCountguide: function(ReportType) { return this.invoke("GetCountguide", {"ReportType":ReportType}, this.GetCountguide.getArguments().slice(1)); }, url: '/ajaxpro/news,App_Web_qh3er445.ashx' })); news = new news_class();