function scroll(n)

{var blanc="      >>>--->  Ce site a déjà 11 ans !!!  <---<<<   ";

var texte = "     28/11 : Loto du Comité des fêtes...  -   04/12 : Soirée Téléthon et pot au feu du Comité des fêtes...  ";

var scrolling_text = blanc + texte;

scrolling_text = scrolling_text.substring(n,scrolling_text.length);

document.message.scroll_text.value = scrolling_text;

if(scrolling_text.length > 0) n ++;

else n = 0;

s = n;

n = setTimeout("scroll(s)", 150);}
