
HJ.Agenda = Class.create();

HJ.Agenda.prototype = Object.extend(new Af.BaseCalendar(), {


	initialize: function() {
	}
});

