slideshowimages04("images/animbox04_01.jpg", "images/animbox04_02.jpg", "images/animbox04_03.jpg", "images/animbox04_04.jpg", "images/animbox04_05.jpg", "images/animbox04_06.jpg", "images/animbox04_07.jpg", "images/animbox04_08.jpg", "images/animbox04_09.jpg", "images/animbox04_10.jpg", "images/animbox04_11.jpg", "images/animbox04_12.jpg", "images/animbox04_13.jpg", "images/animbox04_14.jpg", "images/animbox04_15.jpg", "images/animbox04_16.jpg")
slideshowlinks04("", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "")

//configure the speed of the slideshow, in miliseconds
var slideshowspeed04=2000;
var whichlink04=0;
var whichimage04=0;

function slide04(){
  if (!document.images)
    return
    document.images.slide04.src=slideimages04[whichimage04].src
    whichlink04=whichimage04

  if (whichimage04<slideimages04.length-1)
    whichimage04++
  else
    whichimage04=0
    setTimeout("slide04()",slideshowspeed04)
}
slide04()

