<!--

// ***********************************************
// 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.html'><img src='../../imag/2007/random_portada/portada/por1.JPG' border='0' /></a>"
image[number++] = "<a href='random.html'><img src='../../imag/2007/random_portada/portada/por2.JPG' border='0' /></a>"
image[number++] = "<a href='random.html'><img src='../../imag/2007/random_portada/portada/por3.JPG' border='0' /></a>"
image[number++] = "<a href='random.html'><img src='../../imag/2007/random_portada/portada/por4.JPG' border='0' /></a>"
image[number++] = "<a href='random.html'><img src='../../imag/2007/random_portada/portada/por5.JPG' border='0' /></a>"
image[number++] = "<a href='random.html'><img src='../../imag/2007/random_portada/portada/por6.JPG' border='0' /></a>"
image[number++] = "<a href='random.html'><img src='../../imag/2007/random_portada/portada/por7.JPG' border='0' /></a>"
image[number++] = "<a href='random.html'><img src='../../imag/2007/random_portada/portada/por8.JPG' border='0' /></a>"
image[number++] = "<a href='random.html'><img src='../../imag/2007/random_portada/portada/por9.JPG' border='0' /></a>"
image[number++] = "<a href='random.html'><img src='../../imag/2007/random_portada/portada/por10.JPG' border='0' /></a>"
image[number++] = "<a href='random.html'><img src='../../imag/2007/random_portada/portada/por11.JPG' border='0' /></a>"
image[number++] = "<a href='random.html'><img src='../../imag/2007/random_portada/portada/por12.JPG' border='0' /></a>"
image[number++] = "<a href='random.html'><img src='../../imag/2007/random_portada/portada/por13.JPG' border='0' /></a>"
image[number++] = "<a href='random.html'><img src='../../imag/2007/random_portada/portada/por14.JPG' border='0' /></a>"
image[number++] = "<a href='random.html'><img src='../../imag/2007/random_portada/portada/por15.JPG' border='0' /></a>"
image[number++] = "<a href='random.html'><img src='../../imag/2007/random_portada/portada/por16.JPG' border='0' /></a>"
image[number++] = "<a href='random.html'><img src='../../imag/2007/random_portada/portada/por17.JPG' border='0' /></a>"

// keep adding items here...

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

document.write(image[increment]);

//-->