<!-- 
function VecImagenes()
{
  n=0;
  this[n++]="http://etiopica.com/imagenes/tiempooveja/ovejalluvia.png";
  this[n++]="http://etiopica.com/imagenes/tiempooveja/ovejanieve.png";
  this[n++]="http://etiopica.com/imagenes/tiempooveja/ovejanube.png";
  this[n++]="http://etiopica.com/imagenes/tiempooveja/ovejatormenta.png";
  this[n++]="http://etiopica.com/imagenes/tiempooveja/ovejasolnube.png";
  this[n++]="http://etiopica.com/imagenes/tiempooveja/ovejasol.png";
  this[n++]="http://etiopica.com/imagenes/tiempooveja/ovejanubenieve.png";
  this[n++]="http://etiopica.com/imagenes/tiempooveja/ovejasol.png";
  this[n++]="http://etiopica.com/imagenes/tiempooveja/ovejanube.png";
  this[n++]="http://etiopica.com/imagenes/tiempooveja/ovejasolnube.png";
  this[n++]="http://etiopica.com/imagenes/tiempooveja/ovejasol.png"
  this.N=n;
}
var Imagenes=new VecImagenes();
src= Imagenes[ Math.floor(Math.random() * Imagenes.N) ] ;
document.write("<IMG SRC="+src+">");
//-->

