if(typeof RenderListArchive == "undefined") RenderListArchive={};
RenderListArchive_class = function() {};
Object.extend(RenderListArchive_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetRSS: function(strID, strSrc, intMaxItems, intMaxWords, strTitleClass, strDescriptionClass, strDateClass, strAuthorClass, strDescriptionShowMore, strEntriesShowMore, strDateFormat) {
		return this.invoke("GetRSS", {"strID":strID, "strSrc":strSrc, "intMaxItems":intMaxItems, "intMaxWords":intMaxWords, "strTitleClass":strTitleClass, "strDescriptionClass":strDescriptionClass, "strDateClass":strDateClass, "strAuthorClass":strAuthorClass, "strDescriptionShowMore":strDescriptionShowMore, "strEntriesShowMore":strEntriesShowMore, "strDateFormat":strDateFormat}, this.GetRSS.getArguments().slice(11));
	},
	url: '/ajaxpro/RenderListArchive,App_Web_albi-8o2.ashx'
}));
RenderListArchive = new RenderListArchive_class();

