dojo.addOnLoad(function() {
	window.Agenda = new AgendaFrontendClass();
	Agenda.init();
});