if(typeof DcSoft == "undefined") DcSoft={};
if(typeof DcSoft.SP_Web == "undefined") DcSoft.SP_Web={};
if(typeof DcSoft.SP_Web.NewsList == "undefined") DcSoft.SP_Web.NewsList={};
DcSoft.SP_Web.NewsList_class = function() {};
Object.extend(DcSoft.SP_Web.NewsList_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetContent: function(newsId) {
		return this.invoke("GetContent", {"newsId":newsId}, this.GetContent.getArguments().slice(1));
	},
	url: '/ajaxpro/DcSoft.SP_Web.NewsList,DcSoft.SP_Web.ashx'
}));
DcSoft.SP_Web.NewsList = new DcSoft.SP_Web.NewsList_class();


