images = new Array();
images[0] = '<img src="/image/illu/headillu-gastro01.jpg" width="450" height="175" alt="" border="0">';
images[1] = '<img src="/image/illu/headillu-gastro02.jpg" width="450" height="175" alt="" border="0">';
images[2] = '<img src="/image/illu/headillu-gastro03.jpg" width="450" height="175" alt="" border="0">';
images[3] = '<img src="/image/illu/headillu-gastro04.jpg" width="450" height="175" alt="" border="0">';
images[4] = '<img src="/image/illu/headillu-gastro05.jpg" width="450" height="175" alt="" border="0">';
index = Math.floor(Math.random() * images.length);
document.write(images[index]);