var curimg=0<!-- document.write("GalleryArray Length:"+galleryarray.length+"\n"); --><!-- document.write("1GalleryArray[curimg]:"+galleryarray[curimg]+"\n"); -->function slideshow_rotateimages(){<!-- document.getElementById("slideshow").setAttribute("src", "phpslide/"+galleryarray[curimg]) -->document.getElementById("slideshow").setAttribute("src", galleryarray[curimg])curimg=(curimg<galleryarray.length-1)? curimg+1 : 0}function slideshow_setinterval(){	setInterval("slideshow_rotateimages()", 2500)}
