<!-- 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/de_biesbosch_foto.jpg'
theImages1[1] ='../stijl/oosterschelde_foto.jpg'
theImages1[2] ='../stijl/lauwersmeer_foto.jpg'
theImages1[3] ='../stijl/schiermonnikoog_foto.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="119" height="93">');
}
//  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/sallandse_heuvelrug_foto.jpg'
theImages2[1] ='stijl/utrechtse_heuvelrug_foto.jpg'
theImages2[2] ='stijl/veluwezoom_foto.jpg'
theImages2[3] ='stijl/zuid_kennemerland_foto.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="119" height="93" hspace="1">');
}
//  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/de_loonse_en_drunense_duinen_foto.jpg'
theImages3[1] ='stijl/de_alde_feanen_foto.jpg'
theImages3[2] ='stijl/de_groote_peel_foto.jpg'
theImages3[3] ='stijl/de_maasduinen_foto.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="119" height="93">');
}
//  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/de_meinweg_foto.jpg'
theImages4[1] ='stijl/de_weerribben_foto.jpg'
theImages4[2] ='stijl/de_zoom_kalmthoutse_heide_foto.jpg'
theImages4[3] ='stijl/drents_friese_wold_foto.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="119" height="93" hspace="1">');
}
//  End -->
<!-- Begin
// Set up the image files to be used.
var theImages5 = new Array() // do not change this
// To add more image files, continue with the
// pattern below, adding to the array.
theImages5[0] ='stijl/drentsche_aa_foto.jpg'
theImages5[1] ='stijl/duinen_van_texel_foto.jpg'
theImages5[2] ='stijl/dwingelderveld_foto.jpg'
theImages5[3] ='stijl/hoge_veluwe_foto.jpg'
// do not edit anything below this line
var j = 0
var p = theImages5.length;
var preBuffer = new Array()
for (i = 0; i < p; i++){
   preBuffer[i] = new Image()
   preBuffer[i].src = theImages5[i]
}
var whichImage5 = Math.round(Math.random()*(p-1));
function showImage5(){
document.write('<img border="0" src="'+theImages5[whichImage5]+'" width="119" height="93">');
}
//  End -->
