<!-- 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/fotoa1.jpg'
theImages1[1] ='stijl/fotoa2.jpg'
theImages1[2] ='stijl/fotoa3.jpg'
theImages1[3] ='stijl/fotoa4.jpg'
theImages1[4] ='stijl/fotoa5.jpg'
theImages1[5] ='stijl/fotoa6.jpg'
theImages1[6] ='stijl/fotoa7.jpg'
// theImages1[7] ='stijl/fotoa8.jpg'
// 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="135" height="90">');
}
//  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/fotob1.jpg'
// theImages2[1] ='stijl/fotob2.jpg'
// theImages2[2] ='stijl/fotob3.jpg'
// theImages2[3] ='stijl/fotob4.jpg'
// theImages2[4] ='stijl/fotob5.jpg'
// theImages2[5] ='stijl/fotob6.jpg'
// theImages2[6] ='stijl/fotob7.jpg'
// theImages2[7] ='stijl/fotob8.jpg'
// 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="135" height="90">');
}
//  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/fotoc1.jpg'
theImages3[1] ='stijl/fotoc2.jpg'
theImages3[2] ='stijl/fotoc3.jpg'
// theImages3[3] ='stijl/fotoc4.jpg'
// theImages3[4] ='stijl/fotoc5.jpg'
// theImages3[5] ='stijl/fotoc6.jpg'
// theImages3[6] ='stijl/fotoc7.jpg'
// theImages3[7] ='stijl/fotoc8.jpg'
// 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="135" height="90">');
}
//  End -->
<!-- Begin
// Set up the image files to be used.
var theImages4 = new Array() // do not change this
// To add more image files, continue with the
// pattern below, adding to the array.
theImages4[0] ='stijl/fotod1.jpg'
theImages4[1] ='stijl/fotod2.jpg'
theImages4[2] ='stijl/fotod3.jpg'
theImages4[3] ='stijl/fotod4.jpg'
// theImages4[4] ='stijl/fotod5.jpg'
// theImages4[5] ='stijl/fotod6.jpg'
// theImages4[6] ='stijl/fotod7.jpg'
// theImages4[7] ='stijl/fotod8.jpg'
// do not edit anything below this line
var j = 0
var p = theImages4.length;
var preBuffer = new Array()
for (i = 0; i < p; i++){
   preBuffer[i] = new Image()
   preBuffer[i].src = theImages4[i]
}
var whichImage4 = Math.round(Math.random()*(p-1));
function showImage4(){
document.write('<img border="0" src="'+theImages4[whichImage4]+'" width="135" height="90">');
}
//  End -->