<!--
var theImages = new Array()
theImages[0]='/gfx/20080914_zat_photoshoot_261'
theImages[1]='/gfx/20080914_zat_photoshoot_262'
theImages[2]='/gfx/20080914_zat_photoshoot_263'
theImages[3]='/gfx/20080914_zat_photoshoot_264'
theImages[4]='/gfx/20080914_zat_photoshoot_270'
theImages[5]='/gfx/20080914_zat_photoshoot_272'
theImages[6]='/gfx/20080914_zat_photoshoot_273'
theImages[7]='/gfx/20080914_zat_photoshoot_274'
theImages[8]='/gfx/20080914_zat_photoshoot_275'
theImages[9]='/gfx/20080914_zat_photoshoot_276'
theImages[10]='/gfx/20080914_zat_photoshoot_277'
theImages[11]='/gfx/20080914_zat_photoshoot_285'
theImages[12]='/gfx/20080914_zat_photoshoot_287'
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="Mike" BORDER=0></A>');
// -->

