if(typeof Dynamic == "undefined") Dynamic={};
if(typeof Dynamic.Web == "undefined") Dynamic.Web={};
if(typeof Dynamic.Web.MPBasePage == "undefined") Dynamic.Web.MPBasePage={};
Dynamic.Web.MPBasePage_class = function() {};
Object.extend(Dynamic.Web.MPBasePage_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/Dynamic.Web.MPBasePage,App_Code.ashx'
}));
Dynamic.Web.MPBasePage = new Dynamic.Web.MPBasePage_class();

