//Javascript Created by Computerhope http://www.computerhope.com

//store the quotations in arrays

images = new Array();


images[0] = "<a href = 'index.php?topic=498.0'><img src='Themes/default/images/minvelst/cs2009.gif' alt='minvel ST clsox'>";
images[1] = "<a href = 'index.php?topic=29.0'><img src='Themes/default/images/minvelst/wuas2009.gif' alt='minvel ST clsox'>";
images[2] = "<a href = 'index.php?topic=25.0'><img src='Themes/default/images/minvelst/votedorama2009.gif' alt='minvel ST clsox'>";
images[3] = "<a href = 'index.php?board=19.0'><img src='Themes/default/images/minvelst/trailers2009.gif' alt='minvel ST clsox'>";
//images[1] = "<img src='Themes/default/images/minvelst/loveit.gif' alt='minvel ST clsox'>";
//images[2] = "<a href = 'index.php?topic=29.0'><img src='Themes/default/images/minvelst/undeseoenlasestrellas.gif' alt='minvel ST clsox'></a>";

index = Math.floor(Math.random() * images.length);

document.write(images[index]);

//done
//para aņadir links, ejemplo.
//images[3] = "<a href = 'http://www.computerhope.com/newslet.htm'><img src='banners/scripts_cls/banner_principal/' alt='Computer Hope Newsletter'></a>";
