/*
Gestion de banni&egrave;re
SCRIPT EDITE SUR L'EDITEUR JAVASCRIPT
http://www.editeurjavascript.com
*/

ejs_banurl = new Array;
ejs_banimageUrl=new Array;

ejs_banimageUrl[0] = "http://xaalis.rauret.com/lagagne/liens_pub/prizee.gif";
ejs_banurl[0] = "http://www.prizee.com/?refer=Tilleul";

ejs_banimageUrl[1] = "http://xaalis.rauret.com/lagagne/liens_pub/rauret-pub.jpg";
ejs_banurl[1] = "http://www.rauret.com";

ejs_banimageUrl[2] = "http://xaalis.rauret.com/lagagne/liens_pub/mediabarre.gif";
ejs_banurl[2] = "http://www.mediabarre.com/cgi-bin/mbu?084939";

ejs_banimageUrl[3] = "http://xaalis.rauret.com/lagagne/liens_pub/mactime-pub.jpg";
ejs_banurl[3] = "http://www.mac-time.org";


ejs_banimageUrl[4] = "http://xaalis.rauret.com/lagagne/liens_pub/prizee.gif";
ejs_banurl[4] = "http://www.prizee.com/?refer=Tilleul";

ejs_banimageUrl[5] = "http://xaalis.rauret.com/lagagne/liens_pub/dakar.jpg";
ejs_banurl[5] = "http://xaalis.rauret.com/lagagne/bonus/dakar/dakar.htm";


ejs_banimageUrl[6] = "http://xaalis.rauret.com/lagagne/liens_pub/msf-pub.jpg";
ejs_banurl[6] = "http://www.msf.fr/site/pages.nsf/aider2-don?OpenForm&co=06AF1";

ejs_banimageUrl[7] = "http://xaalis.rauret.com/lagagne/liens_pub/cashsurfer.gif";
ejs_banurl[7] = "http://www.cashsurfers.com/signup.asp?referrer=4dazfpo21";

affiche = false;
numimage= 0;
function AffichePub()
   {
	 
   if(!affiche){
      tipas= Math.round(Math.random()*(2));
	  if (tipas == (1)){
      document.write ('<A HREF="#" onClick="window.open(ejs_banurl[numimage],\'_blank\')"><IMG SRC="' + ejs_banimageUrl[numimage] + '" width="468" height="60" BORDER=0 NAME=ejs_banpub alt="Cliquez!"></A>')
      affiche = true;liens=1; 
      }else {document.write ('<iframe src="http://impfr.tradedoubler.com/imp?type(iframe)g(450812)a(922429)" width="468" height="60" frameborder="0" border="0" marginwidth="0" marginheight="0" scrolling="no" alt="oh!"></iframe>')
      affiche = true;liens=0}
   }
   
	else if (liens == (1)){
	  {
      
         
      
	  if (numimage == (7))
	  numimage =0;
	  else
         numimage++;
      document.ejs_banpub.src=ejs_banimageUrl[numimage];
      }}
   setTimeout("AffichePub()",4000);
   }

AffichePub();

