photos_partenaire2url = new Array;
photos_partenaire2imageUrl=new Array;

photos_partenaire2imageUrl[0] = "http://gay-gratuit.fou-du-sexe.com/interface/150x200_ejac01.jpg";
photos_partenaire2url[0] = "http://www.top-gay.org/top/in.php?id=399";

photos_partenaire2imageUrl[1] = "http://gay-gratuit.fou-du-sexe.com/interface/150x200_ejac02.jpg";
photos_partenaire2url[1] = "http://clips-gay.3x.fm/in.php?id=185";


photos_partenaire2imageUrl[2] = "http://gay-gratuit.fou-du-sexe.com/interface/150x200_ejac03.jpg";
photos_partenaire2url[2] = "http://www.top-gay.org/top/in.php?id=399";

photos_partenaire2imageUrl[3] = "http://gay-gratuit.fou-du-sexe.com/interface/150x200_ejac04.jpg";
photos_partenaire2url[3] = "http://www.top-gay.org/top/in.php?id=399";

photos_partenaire2imageUrl[4] = "http://gay-gratuit.fou-du-sexe.com/interface/150x200_ejac05.jpg";
photos_partenaire2url[4] = "http://extraits-gay.3x.fm/in.php?id=183";

affiche = false;

function AffichePub()
   {
   if(!affiche)
      {
      numimage= Math.round(Math.random()*(photos_partenaire2url.length-1));
      document.write ('<A HREF="#" onClick="window.open(photos_partenaire2url[numimage],\'_blank\')"><IMG SRC="' + photos_partenaire2imageUrl[numimage] + '" BORDER=0 NAME=photos_partenaire2pub></A>')
      affiche = true;
      }
   else
      {
      if(numimage == (photos_partenaire2url.length-1))
         numimage = 0;
      else
         numimage++;
      document.photos_partenaire2pub.src=photos_partenaire2imageUrl[numimage];
      }
   setTimeout("AffichePub()",15000);
   }

AffichePub();

