// JavaScript Document
imagen = new Array(); 
 imagen[0] = 'galleries/Vertigo-9Jul/images/Vertigo-9Jul-01.jpg';
 imagen[1] = 'galleries/Vertigo-9Jul/images/Vertigo-9Jul-13.jpg';
 imagen[2] = 'galleries/Vertigo-9Jul/images/Vertigo-9Jul-16.jpg';
 imagen[3] = 'galleries/Vertigo-9Jul/images/Vertigo-9Jul-17.jpg';
 imagen[4] = 'galleries/Vertigo-9Jul/images/Vertigo-9Jul-23.jpg';
 imagen[5] = 'galleries/Vertigo-9Jul/images/Vertigo-9Jul-25.jpg';
 imagen[6] = 'galleries/Vertigo-16Jul/images/Vertigo-16Jul-01.jpg';
 imagen[7] = 'galleries/Vertigo-16Jul/images/Vertigo-16Jul-02.jpg';
 imagen[8] = 'galleries/Vertigo-16Jul/images/Vertigo-16Jul-09.jpg';
 imagen[9] = 'galleries/Vertigo-16Jul/images/Vertigo-16Jul-30.jpg';
 direccion = new Array();
 direccion[0] = 'galleries/Vertigo-9Jul/index.html';
 direccion[1] = 'galleries/Vertigo-9Jul/index.html';
 direccion[2] = 'galleries/Vertigo-9Jul/index.html';
 direccion[3] = 'galleries/Vertigo-9Jul/index.html';
 direccion[4] = 'galleries/Vertigo-9Jul/index.html';
 direccion[5] = 'galleries/Vertigo-9Jul/index.html';
 direccion[6] = 'galleries/Vertigo-16Jul/index.html';
 direccion[7] = 'galleries/Vertigo-16Jul/index.html';
 direccion[8] = 'galleries/Vertigo-16Jul/index.html';
 direccion[9] = 'galleries/Vertigo-16Jul/index.html';
 randnum = Math.floor(imagen.length * Math.random());
 document.write('<a href="'+direccion[randnum]+'"><img src="'+imagen[randnum]+'" border="0"></a>')