<!--
var theImages = new Array()
theImages[0]='/gfx/20080914_zat_photoshoot_207'
theImages[1]='/gfx/20080914_zat_photoshoot_213'
theImages[2]='/gfx/20080914_zat_photoshoot_216'
theImages[3]='/gfx/20080914_zat_photoshoot_220'
theImages[4]='/gfx/20080914_zat_photoshoot_221'
theImages[5]='/gfx/20080914_zat_photoshoot_226'
theImages[6]='/gfx/20080914_zat_photoshoot_227'
theImages[7]='/gfx/20080914_zat_photoshoot_229'
theImages[8]='/gfx/20080914_zat_photoshoot_230'
theImages[9]='/gfx/20080914_zat_photoshoot_231'
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));
document.write('<A HREF="'+theImages[whichImage]+'_groot.jpg" TARGET="_blank"><IMG WIDTH=150 HEIGHT=224 HSPACE=5 VSPACE=5 VALIGN=top SRC="'+theImages[whichImage]+'.jpg" ALT="Bas" BORDER=0></A>');
// -->

