if(typeof AjaxMethods == "undefined") AjaxMethods={};
AjaxMethods_class = function() {};
Object.extend(AjaxMethods_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	getFeaturedNews: function() {
		return this.invoke("getFeaturedNews", {}, this.getFeaturedNews.getArguments().slice(0));
	},
	url: '/ajaxpro/AjaxMethods,App_Code.s2ko0xje.ashx'
}));
AjaxMethods = new AjaxMethods_class();

