<!-- Begin
// Set up the image files to be used.
var theImages1 = new Array() // do not change this
// To add more image files, continue with the
// pattern below, adding to the array.
theImages1[0] ='/stijl/topl01.gif'
theImages1[1] ='/stijl/topl02.gif'
theImages1[2] ='/stijl/topl03.gif'
theImages1[3] ='/stijl/topl04.gif'
theImages1[4] ='/stijl/topl05.gif'
theImages1[5] ='/stijl/topl06.gif'
theImages1[6] ='/stijl/topl07.gif'
theImages1[7] ='/stijl/topl08.gif'
theImages1[8] ='/stijl/topl09.gif'
theImages1[9] ='/stijl/topl10.gif'
theImages1[10] ='/stijl/topl11.gif'
theImages1[11] ='/stijl/topl12.gif'
// do not edit anything below this line
var j = 0
var p = theImages1.length;
var preBuffer = new Array()
for (i = 0; i < p; i++){
   preBuffer[i] = new Image()
   preBuffer[i].src = theImages1[i]
}
var whichImage1 = Math.round(Math.random()*(p-1));
function showImage1(){
document.write('<img border="0" src="'+theImages1[whichImage1]+'" width="95" height="130">');
}
//  End -->
<!-- Begin
// Set up the image files to be used.
var theImages2 = new Array() // do not change this
// To add more image files, continue with the
// pattern below, adding to the array.
theImages2[0] ='/stijl/topm01.gif'
theImages2[1] ='/stijl/topm02.gif'
theImages2[2] ='/stijl/topm03.gif'
theImages2[3] ='/stijl/topm04.gif'
theImages2[4] ='/stijl/topm05.gif'
theImages2[5] ='/stijl/topm06.gif'
theImages2[6] ='/stijl/topm07.gif'
theImages2[7] ='/stijl/topm08.gif'
theImages2[8] ='/stijl/topm09.gif'
theImages2[9] ='/stijl/topm10.gif'
theImages2[10] ='/stijl/topm11.gif'
theImages2[11] ='/stijl/topm12.gif'
// do not edit anything below this line
var j = 0
var p = theImages2.length;
var preBuffer = new Array()
for (i = 0; i < p; i++){
   preBuffer[i] = new Image()
   preBuffer[i].src = theImages2[i]
}
var whichImage2 = Math.round(Math.random()*(p-1));
function showImage2(){
document.write('<img border="0" src="'+theImages2[whichImage2]+'" width="95" height="130">');
}
//  End -->
<!-- Begin
// Set up the image files to be used.
var theImages3 = new Array() // do not change this
// To add more image files, continue with the
// pattern below, adding to the array.
theImages3[0] ='/stijl/topr01.gif'
theImages3[1] ='/stijl/topr02.gif'
theImages3[2] ='/stijl/topr03.gif'
theImages3[3] ='/stijl/topr04.gif'
theImages3[4] ='/stijl/topr05.gif'
theImages3[5] ='/stijl/topr06.gif'
theImages3[6] ='/stijl/topr07.gif'
theImages3[7] ='/stijl/topr08.gif'
// do not edit anything below this line
var j = 0
var p = theImages3.length;
var preBuffer = new Array()
for (i = 0; i < p; i++){
   preBuffer[i] = new Image()
   preBuffer[i].src = theImages3[i]
}
var whichImage3 = Math.round(Math.random()*(p-1));
function showImage3(){
document.write('<img border="0" src="'+theImages3[whichImage3]+'" width="95" height="130">');
}
//  End -->