images = new Array(4);
images[0] = "<img width='640' height='200' alt='' src='/system/galleries/pics/Voorpagina/meisjes_mc2.jpg'>";
images[1] = "<img width='620' height='166' alt='' src='/system/galleries/pics/Voorpagina/IMG_8704_juigen.JPG'>";
images[2] = "<a href = '/jeugdnieuws/201108/2011082105.html'><img width='640' height='200' alt='' src='/system/galleries/pics/Voorpagina/minileague_start_02.jpg'></a>";
images[3] = "<img width='620' height='176' alt='' src='/system/galleries/pics/Voorpagina/etop-feyenoord_breed.JPG'>";

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

