var URL = "http://www.matrique.com/sex-shop/";
var TXT = "<br>Sexy<br>toys";
var tab_imag = new Array();

tab_imag[0] = URL + "godes-vibros-plugs/godes-vibros-plugs_01.jpg";
tab_imag[1] = URL + "godes-vibros-plugs/godes-vibros-plugs_02.jpg";
tab_imag[2] = URL + "godes-vibros-plugs/godes-vibros-plugs_03.jpg";
tab_imag[3] = URL + "godes-vibros-plugs/godes-vibros-plugs_04.jpg";
tab_imag[4] = URL + "godes-vibros-plugs/godes-vibros-plugs_05.jpg";
tab_imag[5] = URL + "godes-vibros-plugs/godes-vibros-plugs_06.jpg";
tab_imag[6] = URL + "godes-vibros-plugs/godes-vibros-plugs_07.jpg";
tab_imag[7] = URL + "godes-vibros-plugs/godes-vibros-plugs_08.jpg";
tab_imag[8] = URL + "godes-vibros-plugs/godes-vibros-plugs_09.jpg";
tab_imag[9] = URL + "godes-vibros-plugs/godes-vibros-plugs_10.jpg";
tab_imag[10] = URL + "godes-vibros-plugs/godes-vibros-plugs_11.jpg";
tab_imag[11] = URL + "godes-vibros-plugs/godes-vibros-plugs_12.jpg";
tab_imag[12] = URL + "godes-vibros-plugs/godes-vibros-plugs_13.jpg";
tab_imag[13] = URL + "godes-vibros-plugs/godes-vibros-plugs_14.jpg";
tab_imag[14] = URL + "godes-vibros-plugs/godes-vibros-plugs_15.jpg";
tab_imag[15] = URL + "godes-vibros-plugs/godes-vibros-plugs_16.jpg";
tab_imag[16] = URL + "godes-vibros-plugs/godes-vibros-plugs_17.jpg";
tab_imag[17] = URL + "godes-vibros-plugs/godes-vibros-plugs_18.jpg";
tab_imag[18] = URL + "godes-vibros-plugs/godes-vibros-plugs_19.jpg";
tab_imag[19] = URL + "godes-vibros-plugs/godes-vibros-plugs_20.jpg";
tab_imag[20] = URL + "godes-vibros-plugs/godes-vibros-plugs_21.jpg";
tab_imag[21] = URL + "godes-vibros-plugs/godes-vibros-plugs_22.jpg";


var i = Math.round(Math.random()*(tab_imag.length-1));
var banniere = '<a href="' + URL +'godes-vibros-plugs.html">';
banniere += '<img src="' + tab_imag[i] + '" border=1 width=75 height=120">' + TXT + '</a>';
document.write(banniere);
