images = new Array(2);
images[0] = "<img width='620' height='193' alt='' src='/system/galleries/pics/Voorpagina/minileague_sneeuw2.JPG'>";
images[1] = "<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
