var msg="MESSAGE";var index=0;var delay=200function defil() {	var nb_char=msg.length;	index++;	if (index>nb_char) index=0;	window.status=msg.substring(index)+msg;	setTimeout("defil()",delay);}function defiler(txt,tps) {	msg=txt + "      " + txt + "      " ;	delay=tps;	defil();}defiler("Si vous voulez avoir le plaisir de nous écouter, notre agenda est disponible sur la page agenda 2011. Bonne rentrée à Tous",100);function clicie() {		if ((event.button==2)||(event.button==3)) {		alert("Désolé propriété de Dynamic Samba");	}}function clicns(e){		if(e.which==3){		alert("Désolé propriété de Noteingam");		return false;	}}if (document.all) {	document.onmousedown=clicie;}if (document.layers) {document.captureEvents(Event.MOUSEDOWN); document.onmousedown = clicns;}if (window.sidebar) {document.captureEvents(Event.MOUSEDOWN); document.onmousedown = clicns;}function OuvrirPopup(url,longueur,hauteur) {  var top=(screen.height-hauteur)/2;  var left=(screen.width-longueur)/2;window.open(url,"","status=0,toolbar=no,scrollbars=0,top="+top+",left="+left+",width="+longueur+",height="+hauteur+"")}function rollover(nom,src) {		document.images[nom].src=src;}function disp(txt) {document.write(txt);}function don_date_maj()	{var date_maj=new Date(document.lastModified);	date_maj=don_date_format(date_maj);	return date_maj;}function don_date_jour()	{var date_jour=new Date();	date_jour=don_date_format(date_jour);	return date_jour;}function don_date_format(d1) {	var m=new Array(13);	m[1]="Janvier"; m[2]="Février";	m[3]="Mars"; m[4]="Avril"; m[5]="Mai"; m[6]="Juin"; 	m[7]="Juillet";	m[8]="Aout"; m[9]="Septembre"; m[10]="Octobre";	m[11]="Novembre"; m[12]="Décembre";	var d=new Array(8);	d[1]="Dimanche"; d[2]="Lundi"; d[3]="Mardi"; d[4]="Mercredi"; d[5]="Jeudi"; d[6]="Vendredi"; d[7]="Samedi";	var mois=m[d1.getMonth()+1];	var jour=d[d1.getDay()+1];	var date=d1.getDate();	var an=d1.getYear();	if (an<200) an=1900+an;	date=jour+" "+date+" "+mois+" "+an;	return date;	}
