Cam = new Array;
var nombre=16;

Cam[1]='<img src=http://www.madame-x.com/decor/cam001.gif alt=WEBCAMS&nbsp;X width=275 height=225>';

Cam[2]='<img src=http://www.madame-x.com/decor/cam002.gif alt=WEBCAMS&nbsp;X width=275 height=225>';

Cam[3]='<img src=http://www.madame-x.com/decor/cam003.gif alt=WEBCAMS&nbsp;X width=275 height=225>';

Cam[4]='<img src=http://www.madame-x.com/decor/cam004.gif alt=WEBCAMS&nbsp;X width=275 height=225>';

Cam[5]='<img src=http://www.madame-x.com/decor/cam005.gif alt=WEBCAMS&nbsp;X width=275 height=225>';

Cam[6]='<img src=http://www.madame-x.com/decor/cam006.gif alt=WEBCAMS&nbsp;X width=275 height=225>';

Cam[7]='<img src=http://www.madame-x.com/decor/cam007.gif alt=WEBCAMS&nbsp;X width=275 height=225>';

Cam[8]='<img src=http://www.madame-x.com/decor/cam008.gif alt=WEBCAMS&nbsp;X width=275 height=225>';

Cam[9]='<img src=http://www.madame-x.com/decor/cam009.gif alt=WEBCAMS&nbsp;X width=275 height=225>';

Cam[10]='<img src=http://www.madame-x.com/decor/cam010.gif alt=WEBCAMS&nbsp;X width=275 height=225>';

Cam[11]='<img src=http://www.madame-x.com/decor/cam011.gif alt=WEBCAMS&nbsp;X width=275 height=225>';

Cam[12]='<img src=http://www.madame-x.com/decor/cam012.gif alt=WEBCAMS&nbsp;X width=275 height=225>';

Cam[13]='<img src=http://www.madame-x.com/decor/cam013.gif alt=WEBCAMS&nbsp;X width=275 height=225>';

Cam[14]='<img src=http://www.madame-x.com/decor/cam014.gif alt=WEBCAMS&nbsp;X width=275 height=225>';

Cam[15]='<img src=http://www.madame-x.com/decor/cam015.gif alt=WEBCAMS&nbsp;X width=275 height=225>';

Cam[16]='<img src=http://www.madame-x.com/decor/cam016.gif alt=WEBCAMS&nbsp;X width=275 height=225>';

Cam[1]='<img src=http://www.madame-x.com/decor/cam001.gif alt=WEBCAMS&nbsp;X width=275 height=225>';

affiche = false;
function AfficheCam()

   {

   if(!affiche)

      {

      numimage= Math.round(Math.random() *(nombre-1)+1);
      document.write (Cam[numimage])
      affiche = true;

      }

   }

AfficheCam();


