<!--
var theImages = new Array()
theImages[0] = 'http://i193.photobucket.com/albums/z252/Mythiot/header1-2.png'
theImages[1] = 'http://i193.photobucket.com/albums/z252/Mythiot/header2.png'
theImages[2] = 'http://i193.photobucket.com/albums/z252/Mythiot/header3.png'
theImages[3] = 'http://i193.photobucket.com/albums/z252/Mythiot/header4.png'
theImages[4] = 'http://i193.photobucket.com/albums/z252/Mythiot/header7.png'
theImages[5] = 'http://i193.photobucket.com/albums/z252/Mythiot/header8.png'
// theImages[5] = 'http://i193.photobucket.com/albums/z252/Mythiot/header5.png'
// theImages[5] = 'http://i193.photobucket.com/albums/z252/Mythiot/header6.png'

var j = 0
var p = theImages.length;
var preBuffer = new Array()
for (i = 0; i < p; i++){
   preBuffer[i] = new Image()
   preBuffer[i].src = theImages[i]
}
var whichImage = Math.round(Math.random()*(p-1));
function showImage(){
//document.write('<img src="'+theImages[whichImage]+'" alt="Persaudaraan Setia Hati" usemap="#home"/><map name="home"><area shape="rect" coords="0,0,470,120" alt="Home" href="index.php?id=0" /></map>');
document.write('<img style="background:transparent url('+theImages[whichImage]+');" src="../image/20jaar.png" alt="Wij bestaan 20jaar!" border="0" usemap="#home"/><map name="home"><area shape="rect" coords="0,0,470,120" alt="Home" href="index.php?id=0" /></map>');
}
//-->