/* auteur: akoncept */
/* Date de création: 26/04/2002 */
<!-- Begin
function isnscroll(hype) {
 var shameless = 100;
 var prtspc = " ";
 var col = 1;
 /* You could use array here, but this is easy way to load messages
    Unlike HTML documents, multiple adjoining spaces are preserved */
 var promotional=" GEHIMAB : Groupe d'Etude sur l'Histoire des Mathématiques A Bougie. Design et programmation © akoncept : www.akoncept.com";
 if (hype>shameless) {
  hype--;
  var cmd="isnscroll(" + hype + ")";
  isntimer=window.setTimeout(cmd,shameless);
 }
 else if (hype<=shameless && hype>0) {
  for (col=0;col<hype;col++) {
   prtspc+=" ";
  }
  prtspc+=promotional;
  hype--;
  var cmd="isnscroll(" + hype + ")";
  window.status=prtspc;
  isntimer=window.setTimeout(cmd,shameless);
 }
 else if (hype<=0) {
  if (-hype<promotional.length) {
   prtspc+=promotional.substring(-hype,promotional.length);
   hype--;
   var cmd="isnscroll(" + hype + ")";
   window.status=prtspc;
   isntimer=window.setTimeout(cmd,100);
  }
  else {
   window.status=" ";
   isntimer=window.setTimeout("isnscroll(100)",75);
  }
 }
}
function startit() {
 isntimer=window.setTimeout("isnscroll(100)",500);
}
// End -->