function VecImagenes()
{
n=0;
this[n++]="Cam1.JPG";
this[n++]="Cam2.jpg";
this[n++]="Cam3.jpg";
this[n++]="Cam4.jpg";
this[n++]="Cam5.jpg";
this[n++]="Cam6.jpg";
this[n++]="Cam7.jpg";
this[n++]="Cam8.jpg";
this[n++]="Cam9.jpg";
this[n++]="Cam10.jpg";
this[n++]="Cam11.jpg";
this[n++]="Cam12.jpg";
this[n++]="Cam13.jpg";
this[n++]="Cam14.JPG";
this[n++]="Cam15.jpg";
this[n++]="Cam16.jpg";
this[n++]="Cam17.jpg";
this[n++]="Cam18.jpg";
this[n++]="Cam19.jpg";
this[n++]="Cam20.jpg";
this[n++]="Cam21.jpg";
this[n++]="Cam22.jpg";
this[n++]="Cam23.jpg";
this.N=n;
}
var Imagenes=new VecImagenes();
src= Imagenes[ Math.floor(Math.random() * Imagenes.N) ] ;
document.write("<a href='http://www.ojoalmanojox.net/webcams/index.html'><IMG SRC="+src+" alt='Emitiendo ahora en msn!!' border='0'></a>");