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

tab_imag[0] = URL + "120x120/live-show_01.gif";
tab_imag[1] = URL + "120x120/live-show_02.gif";
tab_imag[2] = URL + "120x120/live-show_03.gif";
tab_imag[3] = URL + "120x120/live-show_04.gif";
tab_imag[4] = URL + "120x120/live-show_05.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);
