images = new Array();
images[0] = '<img src="/img/illu/headillu-karriere01.jpg" width="450" height="175" alt="" border="0">';
images[1] = '<img src="/img/illu/headillu-karriere02.jpg" width="450" height="175" alt="" border="0">';
images[2] = '<img src="/img/illu/headillu-karriere03.jpg" width="450" height="175" alt="" border="0">';
index = Math.floor(Math.random() * images.length);
document.write(images[index]);