<!--
var theImages = new Array()
theImages[0]='/gfx/20080914_zat_photoshoot_235'
theImages[1]='/gfx/20080914_zat_photoshoot_237'
theImages[2]='/gfx/20080914_zat_photoshoot_243'
theImages[3]='/gfx/20080914_zat_photoshoot_244'
theImages[4]='/gfx/20080914_zat_photoshoot_248'
theImages[5]='/gfx/20080914_zat_photoshoot_251'
theImages[6]='/gfx/20080914_zat_photoshoot_252'
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="Chielie" BORDER=0></A>');
// -->
