images = new Array();
images[0] = '<img src="/img/illu/headillu-unternehmen01.jpg" width="450" height="175" alt="" border="0">';
images[1] = '<img src="/img/illu/headillu-unternehmen02.jpg" width="450" height="175" alt="" border="0">';
images[2] = '<img src="/img/illu/headillu-unternehmen03.jpg" width="450" height="175" alt="" border="0">';
images[3] = '<img src="/img/illu/headillu-unternehmen04.jpg" width="450" height="175" alt="" border="0">';
images[4] = '<img src="/img/illu/headillu-unternehmen05.jpg" width="450" height="175" alt="" border="0">';
images[5] = '<img src="/img/illu/headillu-unternehmen06.jpg" width="450" height="175" alt="" border="0">';
images[6] = '<img src="/img/illu/headillu-unternehmen07.jpg" width="450" height="175" alt="" border="0">';
images[7] = '<img src="/img/illu/headillu-unternehmen08.jpg" width="450" height="175" alt="" border="0">';
images[8] = '<img src="/img/illu/headillu-unternehmen09.jpg" width="450" height="175" alt="" border="0">';
images[9] = '<img src="/img/illu/headillu-unternehmen10.jpg" width="450" height="175" alt="" border="0">';
images[10] = '<img src="/img/illu/headillu-unternehmen11.jpg" width="450" height="175" alt="" border="0">';
images[11] = '<img src="/img/illu/headillu-unternehmen12.jpg" width="450" height="175" alt="" border="0">';
images[12] = '<img src="/img/illu/headillu-unternehmen13.jpg" width="450" height="175" alt="" border="0">';
images[13] = '<img src="/img/illu/headillu-unternehmen14.jpg" width="450" height="175" alt="" border="0">';
images[14] = '<img src="/img/illu/headillu-unternehmen15.jpg" width="450" height="175" alt="" border="0">';
images[15] = '<img src="/img/illu/headillu-unternehmen16.jpg" width="450" height="175" alt="" border="0">';
images[16] = '<img src="/img/illu/headillu-unternehmen17.jpg" width="450" height="175" alt="" border="0">';
index = Math.floor(Math.random() * images.length);
document.write(images[index]);