function VecImagenes()
{
  n=0;
  this[n++]="<a href='http://www.elfarero.com/colabora.asp'><IMG SRC=http://www.elfarero.com/logos/00.gif";
  this[n++]="<a href='http://www.holaola.com' target='_blank'><IMG SRC=http://www.elfarero.com/logos/01.gif";
  this[n++]="<a href='http://www.ribadeo.org' target='_blank'><IMG SRC=http://www.elfarero.com/logos/03.gif";
  this[n++]="<a href='http://www.recuncho.com' target='_blank'><IMG SRC=http://www.elfarero.com/logos/05.gif";
  this.N=n;
}
var Imagenes=new VecImagenes();
src= Imagenes[ Math.floor(Math.random() * Imagenes.N) ] ;
document.write(""+src+" width='107' height='90' alt='colabora'></a>");