Event.observe(window, 'load', function(){ 

if($('small_calendar_fr')) new Calendar('small_calendar_fr', { startMonday: true, page:'calendrier.1546.html',id:9 }); 
if($('small_calendar_en')) new Calendar('small_calendar_en', { startMonday: true, page:'calendar.1640.html',id:10 }); 

if($('index_actu_fr')){
							new Ajax.Updater(	'index_actu_fr',
								"ajax.index.calendrier_selections.php",
								{	method:'get',
									parameters:'',
									asynchronous:true,
									onComplete: function(){},
									evalScripts:true
								}
							);
}
if($('index_actu_en')){
							new Ajax.Updater(	'index_actu_en',
								"ajax.index.calendar_selections.php",
								{	method:'get',
									parameters:'',
									asynchronous:true,
									onComplete: function(){},
									evalScripts:true
								}
							);
}
});