<!--

// ***********************************************
// 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='media.html'><img src='../../imag/2007/random_portada/media/proy1.JPG' border='0' /></a>"
image[number++] = "<a href='media.html'><img src='../../imag/2007/random_portada/media/proy2.JPG' border='0' /></a>"
image[number++] = "<a href='media.html'><img src='../../imag/2007/random_portada/media/proy3.JPG' border='0' /></a>"
image[number++] = "<a href='media.html'><img src='../../imag/2007/random_portada/media/proy4.JPG' border='0' /></a>"
image[number++] = "<a href='media.html'><img src='../../imag/2007/random_portada/media/proy5.JPG' border='0' /></a>"
image[number++] = "<a href='media.html'><img src='../../imag/2007/random_portada/media/proy6.JPG' border='0' /></a>"
image[number++] = "<a href='media.html'><img src='../../imag/2007/random_portada/media/proy7.JPG' border='0' /></a>"
image[number++] = "<a href='media.html'><img src='../../imag/2007/random_portada/media/proy8.JPG' border='0' /></a>"
image[number++] = "<a href='media.html'><img src='../../imag/2007/random_portada/media/proy9.JPG' border='0' /></a>"
image[number++] = "<a href='media.html'><img src='../../imag/2007/random_portada/media/proy10.JPG' border='0' /></a>"
image[number++] = "<a href='media.html'><img src='../../imag/2007/random_portada/media/proy11.JPG' border='0' /></a>"
image[number++] = "<a href='media.html'><img src='../../imag/2007/random_portada/media/proy12.JPG' border='0' /></a>"
image[number++] = "<a href='media.html'><img src='../../imag/2007/random_portada/media/proy13.JPG' border='0' /></a>"
image[number++] = "<a href='media.html'><img src='../../imag/2007/random_portada/media/proy14.JPG' border='0' /></a>"
image[number++] = "<a href='media.html'><img src='../../imag/2007/random_portada/media/proy15.JPG' border='0' /></a>"
image[number++] = "<a href='media.html'><img src='../../imag/2007/random_portada/media/proy16.JPG' border='0' /></a>"
image[number++] = "<a href='media.html'><img src='../../imag/2007/random_portada/media/proy17.JPG' border='0' /></a>"
image[number++] = "<a href='media.html'><img src='../../imag/2007/random_portada/media/proy18.JPG' border='0' /></a>"
// keep adding items here...

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

document.write(image[increment]);

//-->
