var URL = "http://www.matrique.com/ban_promo/280x190/";
var TXT = "<br>Acces direct";
var tab_imag = new Array();

tab_imag[0] = URL + "live-show/live-show_01.gif";
tab_imag[1] = URL + "live-show/live-show_02.jpg";
tab_imag[2] = URL + "live-show/live-show_03.gif";
tab_imag[3] = URL + "live-show/live-show_04.jpg";
tab_imag[4] = URL + "live-show/live-show_05.gif";
tab_imag[5] = URL + "live-show/live-show_06.jpg";
tab_imag[6] = URL + "live-show/live-show_07.gif";

tab_imag[7] = URL + "live-show/live-show_08.jpg";
tab_imag[8] = URL + "live-show/live-show_09.gif";
tab_imag[9] = URL + "live-show/live-show_10.gif";
tab_imag[10] = URL + "live-show/live-show_11.gif";
tab_imag[11] = URL + "live-show/live-show_12.jpg";
tab_imag[12] = URL + "live-show/live-show_13.gif";
tab_imag[13] = URL + "live-show/live-show_14.jpg";
tab_imag[14] = URL + "live-show/live-show_15.gif";
tab_imag[15] = URL + "live-show/live-show_16.jpg";
tab_imag[16] = URL + "live-show/live-show_17.jpg";
tab_imag[17] = URL + "live-show/live-show_18.jpg";
tab_imag[18] = URL + "live-show/live-show_19.gif";
tab_imag[19] = URL + "live-show/live-show_20.gif";
tab_imag[20] = URL + "live-show/live-show_21.gif";
tab_imag[21] = URL + "live-show/live-show_22.gif";
tab_imag[22] = URL + "live-show/live-show_23.jpg";
tab_imag[23] = URL + "live-show/live-show_24.jpg";
tab_imag[24] = URL + "live-show/live-show_25.gif";
tab_imag[25] = URL + "live-show/live-show_26.jpg";
tab_imag[26] = URL + "live-show/live-show_27.gif";
tab_imag[29] = URL + "live-show/live-show_28.gif";
tab_imag[28] = URL + "live-show/live-show_29.gif";
tab_imag[29] = URL + "live-show/live-show_30.gif";

var i = Math.round(Math.random()*(tab_imag.length-1));
var banniere = '<a href="' + URL +'../../../live-show/live-show.html" target="_blank">';
banniere += '<img src="' + tab_imag[i] + '" border=1 width=280">' + TXT + '</a>';
document.write(banniere);
