images = new Array(5);
images[0] = "<a href = '/atletiek/index.html'><img width='640' height='200' alt='' src='/system/galleries/pics/Voorpagina/Atletiek.jpg'></a>";
images[1] = "<img width='640' height='200' alt='' src='/system/galleries/pics/Voorpagina/meisjes_mc2.jpg'>";
images[2] = "<a href = '/nieuws/201108/2011081401.html'><img width='640' height='131' alt='' src='/system/galleries/pics/Voorpagina/bewegwijzering.JPG'></a>";
images[3] = "<a href = '/jeugdnieuws/201108/2011082105.html'><img width='640' height='200' alt='' src='/system/galleries/pics/Voorpagina/minileague_start_02.jpg'></a>";
images[4] = "<a href = '/veldverhuur/index.html'><img width='620' height='214' alt='' src='/veldverhuur/image_gallery/Veldverhuurbanner.jpg'></a>";

index = Math.floor(Math.random() * images.length);
document.write(images[index]);
//done

