/*
Gestion de banni&egrave;re
SCRIPT EDITE SUR L'EDITEUR JAVASCRIPT
http://www.editeurjavascript.com
*/

ejs_Fasterix=new Array;

ejs_Fasterix[0] = "http://www.tintinabuller.com/Files/22896/Collection-Asterix-Asterix-et-la-potion-magique-small.jpg";

ejs_Fasterix[1] = "http://www.tintinabuller.com/Files/22896/Collection-Asterix-Agecanonix-small.jpg";

ejs_Fasterix[2] = "http://www.tintinabuller.com/Files/22896/AsterixPanoramix-small.jpg";

ejs_Fasterix[3] = "http://www.tintinabuller.com/Files/22896/AsterixFalbala-small.jpg";

affiche = false;

function AffichePubasterix()
   {
   if(!affiche)
      {
      numasterix= 0;
      document.write ('<IMG SRC="' + ejs_Fasterix[numasterix] + '" BORDER=0 NAME=ejs_banpubasterix></A>')
      affiche = true;
      }
   else
      {
      if(numasterix == (ejs_Fasterix.length-1))
         numasterix = 0;
      else
         numasterix++;
      document.ejs_banpubasterix.src=ejs_Fasterix[numasterix];
      }
   setTimeout("AffichePubasterix()",6000);
   }

AffichePubasterix();


