var imagenes = new armarvector 
("http://img230.imageshack.us/img230/7646/middle008.jpg",
"http://img194.imageshack.us/img194/5881/metartluh2216.jpg",
"http://img695.imageshack.us/img695/3930/middle010n.jpg",
"http://img696.imageshack.us/img696/8504/78230912.jpg",
"http://img693.imageshack.us/img693/4259/34663293.jpg",
"http://img694.imageshack.us/img694/4635/33075078.jpg",
"http://img695.imageshack.us/img695/2852/40256331.jpg",
"http://img682.imageshack.us/img682/977/88817950.jpg",
"http://img200.imageshack.us/img200/6531/45223055.jpg",
"http://img696.imageshack.us/img696/754/53120396.jpg",
"http://img42.imageshack.us/img42/2457/68027082.jpg",
"http://img40.imageshack.us/img40/3567/52319719.jpg",
"http://img200.imageshack.us/img200/723/68669467.jpg",
"http://img696.imageshack.us/img696/6473/82282579.jpg",
"http://img694.imageshack.us/img694/6893/10a.jpg",
"http://img692.imageshack.us/img692/2913/85861781.jpg",
"http://img693.imageshack.us/img693/5686/97388649.jpg",
"http://img686.imageshack.us/img686/2285/12a.jpg",
"http://img200.imageshack.us/img200/1310/32278314.jpg",
"http://img193.imageshack.us/img193/5337/13api.jpg",
"http://img42.imageshack.us/img42/7001/13bu.jpg"
 );

// Declaramos todas las imagenes 
var enlaces  = new armarvector 
("http://fashion-celebrity.com",
"http://fashion-celebrity.com",
"http://fashion-celebrity.com",
"http://fashion-celebrity.com",
"http://fashion-celebrity.com",
"http://fashion-celebrity.com",
"http://fashion-celebrity.com",
"http://fashion-celebrity.com",
"http://fashion-celebrity.com",
"http://fashion-celebrity.com",
"http://fashion-celebrity.com",
"http://fashion-celebrity.com",
"http://fashion-celebrity.com",
"http://fashion-celebrity.com",
"http://fashion-celebrity.com",
"http://fashion-celebrity.com",
"http://fashion-celebrity.com",
"http://fashion-celebrity.com",
"http://fashion-celebrity.com",
"http://fashion-celebrity.com",
"http://fashion-celebrity.com");

// Declaramos sus respectivos enlaces


function Imagen_Aleatoria() {
hoy= new Date();
maximo=21; //La cantidad de imagenes que poseemos.
segundos=hoy.getSeconds();

if (segundos==0) {segundos=1}
	 while (segundos>maximo) {segundos=segundos-maximo}
	 document.write ('<A HREF="'+enlaces[segundos]+'"><IMG SRC="'+imagenes[segundos]+'" border=0>');
}

function armarvector (v1, v2, v3, v4,v5,v6,v7,v8,v9,v10,v11,v12,v13,v14,v15,v16,v17,v18,v19,v20,v21) {
 this[1]=v1;
 this[2]=v2;
 this[3]=v3;
 this[4]=v4;
 this[5]=v5;
 this[6]=v6;
 this[7]=v7;
 this[8]=v8;
 this[9]=v9;
 this[10]=v10;
 this[11]=v11;
 this[12]=v12;
 this[13]=v13;
 this[14]=v14;
 this[15]=v15;
 this[16]=v16;
 this[17]=v17;
 this[18]=v18;
 this[19]=v19;
 this[20]=v20;
 this[21]=v21;
}


Imagen_Aleatoria()

