images = new Array();
images[0] = '<img src="/img/illu/headillu-presse01.jpg" width="450" height="175" alt="" border="0">';
images[1] = '<img src="/img/illu/headillu-presse02.jpg" width="450" height="175" alt="" border="0">';
images[2] = '<img src="/img/illu/headillu-presse03.jpg" width="450" height="175" alt="" border="0">';
images[3] = '<img src="/img/illu/headillu-presse04.jpg" width="450" height="175" alt="" border="0">';
images[4] = '<img src="/img/illu/headillu-presse05.jpg" width="450" height="175" alt="" border="0">';
index = Math.floor(Math.random() * images.length);
document.write(images[index]);