addNamespace("EName.GlobalInfo.News");
EName.GlobalInfo.News.EName_News_class = function() {};
Object.extend(EName.GlobalInfo.News.EName_News_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetNews: function(news_Class) {
		return this.invoke("GetNews", {"news_Class":news_Class}, this.GetNews.getArguments().slice(1));
	},
	url: '/ajaxpro/EName.GlobalInfo.News.EName_News,App_Code.attur2ob.ashx'
}));
EName.GlobalInfo.News.EName_News = new EName.GlobalInfo.News.EName_News_class();

