var currentdate = 0;
var core = 0;

function initArray() {

this.length = initArray.arguments.length;
  for (var i = 0; i < this.length; i++) {
  this[i] = initArray.arguments[i];
  }
}

link = new initArray(
"../ofertas/index.html",
"../volcan/index.html",
"../colima/index.html",
"../fotos/index.html",
"../portfolio/index.html",
"../guest/fotoinvitado.html",
"../contacto/unete.html",
"../week/index.html",
"../postcard/index.html",
"../fondos/index.html",
"../savers/index.html",
"../news/index.html",
"../info/index.html",
"../mapas/index.html",
"../guestbook/index.php",
"../guest/index.html",
"../tapiro/index.html",
"../shop/index.html",
"../turismo/directorio.html",
"../servicios/agencias.html",
"../comercial/index.html",
"../publicidad/index.html",
"../pyroclast/index.html",
"../ofertas/regalo.html"
);

image = new initArray(
"http://volcandecolima.com/images/vcad/vcad01.jpg",
"http://volcandecolima.com/images/vcad/vcad02.jpg",
"http://volcandecolima.com/images/vcad/vcad03.jpg",
"http://volcandecolima.com/images/vcad/vcad04.jpg",
"http://volcandecolima.com/images/vcad/vcad05.jpg",
"http://volcandecolima.com/images/vcad/vcad06.jpg",
"http://volcandecolima.com/images/vcad/vcad07.jpg",
"http://volcandecolima.com/images/vcad/vcad08.jpg",
"http://volcandecolima.com/images/vcad/vcad09.jpg",
"http://volcandecolima.com/images/vcad/vcad10.jpg",
"http://volcandecolima.com/images/vcad/vcad11.jpg",
"http://volcandecolima.com/images/vcad/vcad12.jpg",
"http://volcandecolima.com/images/vcad/vcad13.jpg",
"http://volcandecolima.com/images/vcad/vcad14.jpg",
"http://volcandecolima.com/images/vcad/vcad15.jpg",
"http://volcandecolima.com/images/vcad/vcad16.jpg",
"http://volcandecolima.com/images/vcad/vcad17.jpg",
"http://volcandecolima.com/images/vcad/vcad18.jpg",
"http://volcandecolima.com/images/vcad/vcad19.jpg",
"http://volcandecolima.com/images/vcad/vcad20.jpg",
"http://volcandecolima.com/images/vcad/vcad21.jpg",
"http://volcandecolima.com/images/vcad/vcad22.gif",
"http://volcandecolima.com/images/vcad/vcad23.jpg",
"http://volcandecolima.com/images/vcad/vcad24.jpg"
);

text = new initArray(
"vcad01",
"vcad02",
"vcad03",
"vcad04",
"vcad05",
"vcad06",
"vcad07",
"vcad08",
"vcad09",
"vcad10",
"vcad11",
"vcad12",
"vcad13",
"vcad14",
"vcad15",
"vcad16",
"vcad17",
"vcad18",
"vcad19",
"vcad20",
"vcad21",
"vcad22",
"vcad23",
"vcad24"
);

var currentdate = new Date();
var core = currentdate.getSeconds() % image.length;
var ranlink  = link[core];
var ranimage = image[core];
var rantext  = text[core];

document.write('<a href=\"' +ranlink+ '\" target=\"_blank\"><img src=\"'+ranimage+'\" border="0" alt=\"'+rantext+'\"></a>');
