if(typeof Render == "undefined") Render={};
Render_class = function() {};
Object.extend(Render_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/Render,App_Web_yocli8_b.ashx'
}));
Render = new Render_class();

