var thePics = new Array();
thePics[1] = "http://www.luventicus.org/anuncios/modulos/seccionesdelsitio/fig3d_1.gif";
thePics[2] = "http://www.luventicus.org/anuncios/modulos/seccionesdelsitio/fig3d_2.gif";
thePics[3] = "http://www.luventicus.org/anuncios/modulos/seccionesdelsitio/fig3d_3.gif";
thePics[4] = "http://www.luventicus.org/anuncios/modulos/seccionesdelsitio/fig3d_4.gif";
thePics[5] = "http://www.luventicus.org/anuncios/modulos/seccionesdelsitio/fig3d_5.gif";
thePics[6] = "http://www.luventicus.org/anuncios/modulos/seccionesdelsitio/fig3d_6.jpg";
thePics[7] = "http://www.luventicus.org/anuncios/modulos/seccionesdelsitio/fig3d_7.jpg";
thePics[8] = "http://www.luventicus.org/anuncios/modulos/seccionesdelsitio/fig3d_8.jpg";
thePics[9] = "http://www.luventicus.org/anuncios/modulos/seccionesdelsitio/fig3d_9.jpg";
thePics[10] = "http://www.luventicus.org/anuncios/modulos/seccionesdelsitio/fig3d_10.gif";
var rn = Math.floor(Math.random() * thePics.length);
if (rn == 0) {
rn = 1;
}
document.write("<img src='"+thePics[rn]+"' border=0>");