SLIDES = new slideshow("SLIDES");SLIDES.timeout = 3500;SLIDES.prefetch = -1;SLIDES.repeat = true;s = new slide();s.src =  "gfx/onze-tekenaars_1.jpg";s.text = unescape("");s.link = "";s.target = "_top";s.attr = "";s.filter = "";s.title="";SLIDES.add_slide(s);s = new slide();s.src =  "gfx/onze-tekenaars_2.jpg";s.text = unescape("");s.link = "";s.target = "_top";s.attr = "";s.filter = "";s.title="";SLIDES.add_slide(s);s = new slide();s.src =  "gfx/onze-tekenaars_3.jpg";s.text = unescape("");s.link = "";s.target = "_top";s.attr = "";s.filter = "";s.title="";SLIDES.add_slide(s);
if (true) SLIDES.shuffle();
SLIDES.post_update_hook = function() { 
  this.image.alt = this.slides[this.current].title; 
  this.image.title = this.slides[this.current].title; 
}
