window.addEvent('domready', function() {
  if($('mod_cal_cal')){
    new vlaCalendar('mod_cal_cal', { 
      startMonday: true,
      events: true
    });
  }
});
