// JavaScript Document

function VecImagenes()
{
n=0;
this[n++]="imagenes/home/img1.jpg";
this[n++]="imagenes/home/img2.jpg";
this[n++]="imagenes/home/img3.jpg";
this[n++]="imagenes/home/img4.jpg";
this[n++]="imagenes/home/img5.jpg";
this[n++]="imagenes/home/img6.jpg";
this[n++]="imagenes/home/img7.jpg";
this[n++]="imagenes/home/img8.jpg";
this[n++]="imagenes/home/img9.jpg";
this[n++]="imagenes/home/img10.jpg";
this[n++]="imagenes/home/img11.jpg";
this[n++]="imagenes/home/img13.jpg";
this[n++]="imagenes/home/img14.jpg";
this[n++]="imagenes/home/img15.jpg";
this[n++]="imagenes/home/img16.jpg";
this[n++]="imagenes/home/img17.jpg";
this[n++]="imagenes/home/img18.jpg";
this[n++]="imagenes/home/img19.jpg";
this[n++]="imagenes/home/img20.jpg";
this[n++]="imagenes/home/img21.jpg";
this[n++]="imagenes/home/img22.jpg";
this.N=n;
}
var Imagenes=new VecImagenes();
src= Imagenes[ Math.floor(Math.random() * Imagenes.N) ] ;
document.write("<img src="+src+" vspace=5 hspace=10>");
