if(typeof NewsList == "undefined") NewsList={};
NewsList_class = function() {};
Object.extend(NewsList_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetDateNews: function(dt) {
		return this.invoke("GetDateNews", {"dt":dt}, this.GetDateNews.getArguments().slice(1));
	},
	url: '/ajaxpro/NewsList,App_Web_newslist.aspx.cdcab7d2.ashx'
}));
NewsList = new NewsList_class();

