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

tab_imag[0] = URL + "fetish-sm/sex-shop_fetish-sm_01.jpg";
tab_imag[1] = URL + "fetish-sm/sex-shop_fetish-sm_02.jpg";
tab_imag[2] = URL + "fetish-sm/sex-shop_fetish-sm_03.jpg";
tab_imag[3] = URL + "fetish-sm/sex-shop_fetish-sm_04.jpg";
tab_imag[4] = URL + "fetish-sm/sex-shop_fetish-sm_05.jpg";
tab_imag[5] = URL + "fetish-sm/sex-shop_fetish-sm_06.jpg";
tab_imag[6] = URL + "fetish-sm/sex-shop_fetish-sm_07.jpg";
tab_imag[7] = URL + "fetish-sm/sex-shop_fetish-sm_08.jpg";
tab_imag[8] = URL + "fetish-sm/sex-shop_fetish-sm_09.jpg";
tab_imag[9] = URL + "fetish-sm/sex-shop_fetish-sm_10.jpg";
tab_imag[10] = URL + "fetish-sm/sex-shop_fetish-sm_11.jpg";
tab_imag[11] = URL + "fetish-sm/sex-shop_fetish-sm_12.jpg";
tab_imag[12] = URL + "fetish-sm/sex-shop_fetish-sm_13.jpg";
tab_imag[13] = URL + "fetish-sm/sex-shop_fetish-sm_14.jpg";
tab_imag[14] = URL + "fetish-sm/sex-shop_fetish-sm_15.jpg";
tab_imag[15] = URL + "fetish-sm/sex-shop_fetish-sm_16.jpg";
tab_imag[16] = URL + "fetish-sm/sex-shop_fetish-sm_17.jpg";
tab_imag[17] = URL + "fetish-sm/sex-shop_fetish-sm_18.jpg";
tab_imag[18] = URL + "fetish-sm/sex-shop_fetish-sm_19.jpg";
tab_imag[19] = URL + "fetish-sm/sex-shop_fetish-sm_20.jpg";
tab_imag[20] = URL + "fetish-sm/sex-shop_fetish-sm_21.jpg";


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

