var URL = "http://www.matrique.com/ban_promo/120x300/";
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.gif";
tab_imag[2] = URL + "live-show/live-show_03.gif";
tab_imag[3] = URL + "live-show/live-show_04.gif";
tab_imag[4] = URL + "live-show/live-show_05.gif";
tab_imag[5] = URL + "live-show/live-show_06.gif";
tab_imag[6] = URL + "live-show/live-show_07.gif";
tab_imag[7] = URL + "live-show/live-show_08.gif";
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.gif";
tab_imag[14] = URL + "live-show/live-show_15.gif";
tab_imag[14] = URL + "live-show/live-show_16.gif";
tab_imag[14] = URL + "live-show/live-show_17.jpg";
tab_imag[14] = URL + "live-show/live-show_18.jpg";
tab_imag[14] = URL + "live-show/live-show_19.gif";
tab_imag[14] = URL + "live-show/live-show_20.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=120">' + TXT + '</a>';
document.write(banniere);
