<!--

// ***********************************************
// AUTHOR: WWW.CGISCRIPT.NET, LLC
// URL: http://www.cgiscript.net
// Use the script, just leave this message intact.
// Download your FREE CGI/Perl Scripts today!
// ( http://www.cgiscript.net/scripts.htm )
// ***********************************************

function image() {
};

image = new image();
number = 0;

// imageArray
image[number++] = "<a href='random_arcana.html'><img src='random_arcana.jpg' border='0' /></a>"
image[number++] = "<a href='random_corredor.html'><img src='random_corredor.jpg' border='0' /></a>"
image[number++] = "<a href='random_cosecha.html'><img src='random_cosecha.jpg' border='0' /></a>"
image[number++] = "<a href='random_distantes.html'><img src='random_distantes.jpg' border='0' /></a>"
image[number++] = "<a href='random_furiacaballos.html'><img src='random_furiacaballos.jpg' border='0' /></a>"
image[number++] = "<a href='random_malditos.html'><img src='random_malditos.jpg' border='0' /></a>"
image[number++] = "<a href='random_ningunlugar.html'><img src='random_ningunlugar.jpg' border='0' /></a>"
image[number++] = "<a href='random_ultimahuella.html'><img src='random_ultimahuella.jpg' border='0' /></a>"
image[number++] = "<a href='random_veloberta.html'><img src='random_veloberta.jpg' border='0' /></a>"
image[number++] = "<a href='random_welcome.html'><img src='random_welcome.jpg' border='0' /></a>"
// keep adding items here...

increment = Math.floor(Math.random() * number);

document.write(image[increment]);

//-->