function Onglet_agenda(){
		document.getElementById('bloc_agenda').style.display="block";
		document.getElementById('bloc_actus').style.display="none";
}
function Onglet_actus(){
		document.getElementById('bloc_actus').style.display="block";
		document.getElementById('bloc_agenda').style.display="none";
}

function refreshing() 
{
	//setTimeout("alert('test')",30000);
	xajax_RefreshLive();
	setTimeout("refreshing()",30000);
	 
}