var theImages = new Array()
theImages[0] = 'upload/img-home/hoofd_vrouw1.jpg'
theImages[1] = 'upload/img-home/Hoofd_Front1.jpg'
theImages[2] = 'upload/img-home/Hoofd_Front5.jpg'
theImages[3] = 'upload/img-home/iStock_000001671256Large.jpg'
theImages[4] = 'upload/img-home/Hoofd_Front6.jpg'
var whichImage = Math.round(Math.random()*(theImages.length-1));
function showImage(){
document.write('
');
}
var theImages2 = new Array()
theImages2[0] = 'upload/img-page/Main_Left2.jpg'
theImages2[1] = 'upload/img-page/Main_Left3.jpg'
theImages2[2] = 'upload/img-page/Main_Left4.jpg'
theImages2[3] = 'upload/img-page/Main_Left5.jpg'
theImages2[4] = 'upload/img-page/Main_Left6.jpg'
var whichImage2 = Math.round(Math.random()*(theImages2.length-1));
function showImage2(){
document.write('
');
}