Event.observe(document, 'formidable:formpostinit-myform', function() {

try {
			Calendar.setup(Formidable.f("myform").o("eventssList.tx_mblnewsevent_from").config.calendarconf);
		} catch(e) {}
try {
			Calendar.setup(Formidable.f("myform").o("eventssList.tx_mblnewsevent_to").config.calendarconf);
		} catch(e) {}
Formidable.f("myform").o("eventssList").init();
});
