images = new Array(5);
images[0] = "<a href = '/toernooi/feyenoord/index.html'><img width='620' height='196' alt='' src='/system/galleries/pics/Voorpagina/feyenoord_top_2010.JPG'></a>";
images[1] = "<a href = '/nieuws/201004/2010042500.html'><img width='620' height='210' alt='' src='/system/galleries/pics/Voorpagina/kampioen.jpg'></a>";
images[2] = "<img width='620' height='214' alt='' src='/system/galleries/pics/Voorpagina/voorpagina6.jpg'>";
images[3] = "<img width='620' height='210' alt='' src='/system/galleries/pics/Voorpagina/presentatiegids_breed.jpg'>";
images[4] = "<a href = '/toernooi/feyenoord/index.html'><img width='620' height='196' alt='' src='/system/galleries/pics/Voorpagina/feyenoord_top_2010.JPG'></a>";

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