ausgabe = Math.round(Math.random()*(banner.length-1));

document.write(banner[ausgabe]);
