if(typeof NewsAjax == "undefined") NewsAjax={};
NewsAjax_class = function() {};
Object.extend(NewsAjax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	RetrieveNewsSeo: function(seo, currentNewsId, languageId) {
		return this.invoke("RetrieveNewsSeo", {"seo":seo, "currentNewsId":currentNewsId, "languageId":languageId}, this.RetrieveNewsSeo.getArguments().slice(3));
	},
	RetrieveNews: function(languageId, websiteId, typeId) {
		return this.invoke("RetrieveNews", {"languageId":languageId, "websiteId":websiteId, "typeId":typeId}, this.RetrieveNews.getArguments().slice(3));
	},
	RetrieveNewsGroupSeo: function(seo, currentNewsId, languageId) {
		return this.invoke("RetrieveNewsGroupSeo", {"seo":seo, "currentNewsId":currentNewsId, "languageId":languageId}, this.RetrieveNewsGroupSeo.getArguments().slice(3));
	},
	url: '/ajaxpro/News.BussinessLayer.NewsAjax,News.ashx'
}));
NewsAjax = new NewsAjax_class();

