<!-- 
function VecImagenes()
{
  n=0;
  this[n++]="http://etiopica.com/imagenes/censura/censura-01.gif";
  this[n++]="http://etiopica.com/imagenes/censura/censura-02.gif";
  this[n++]="http://etiopica.com/imagenes/censura/censura-03.gif";
  this[n++]="http://etiopica.com/imagenes/censura/censura-04.gif";
  this.N=n;
}
var Imagenes=new VecImagenes();
src= Imagenes[ Math.floor(Math.random() * Imagenes.N) ] ;
document.write("<IMG SRC="+src+">");
//-->
