if(typeof Ecole == "undefined") Ecole={};
if(typeof Ecole.NewsSingolaHP == "undefined") Ecole.NewsSingolaHP={};
if(typeof Ecole.NewsSingolaHP.NewsSingolaHP_class == "undefined") Ecole.NewsSingolaHP.NewsSingolaHP_class={};
Ecole.NewsSingolaHP.NewsSingolaHP_class = function() {};
Object.extend(Ecole.NewsSingolaHP.NewsSingolaHP_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetRandomNews: function(idMod) {
		return this.invoke("GetRandomNews", {"idMod":idMod}, this.GetRandomNews.getArguments().slice(1));
	},
	url: '/ajaxpro/Ecole.NewsSingolaHP.NewsSingolaHP,NewsSingolaHP.ashx'
}));
Ecole.NewsSingolaHP.NewsSingolaHP = new Ecole.NewsSingolaHP.NewsSingolaHP_class();


