var slideshow_width='100px' //SET IMAGE WIDTH var slideshow_height='76px' //SET IMAGE HEIGHT var pause=3000 //SET PAUSE BETWEEN SLIDE (3000=3 seconds) var fadeimages=new Array() //SET 1) IMAGE PATHS, 2) optional link, 3), optional link target: fadeimages[0]=["img/rotate/01.JPG","photos.php?show=7",""] fadeimages[1]=["img/rotate/03.JPG","photos.php?show=7",""] fadeimages[2]=["img/rotate/04.JPG","photos.php?show=7",""] fadeimages[3]=["img/rotate/06.JPG","photos.php?show=7",""] fadeimages[4]=["img/rotate/12.JPG","photos.php?show=7",""] fadeimages[5]=["img/rotate/14.JPG","photos.php?show=7",""] fadeimages[6]=["img/rotate/17.JPG","photos.php?show=7",""] fadeimages[7]=["img/rotate/19.JPG","photos.php?show=7",""] fadeimages[8]=["img/rotate/21.JPG","photos.php?show=7",""] fadeimages[9]=["img/rotate/23.JPG","photos.php?show=7",""] ////NO need to edit beyond here///////////// var preloadedimages=new Array() for (p=0;p
') else document.write('') var curpos=10 var degree=10 var curcanvas="canvas0" function get_random() { var ranNum= Math.floor(Math.random()*fadeimages.length); return ranNum; } var curimageindex=get_random() var nextimageindex=curimageindex+1 if (curimageindex==(fadeimages.length-1)){ nextimageindex=0 } function fadepic(){ if (curpos<100){ curpos+=10 if (tempobj.filters) tempobj.filters.alpha.opacity=curpos else if (tempobj.style.MozOpacity) tempobj.style.MozOpacity=curpos/101 } else{ clearInterval(dropslide) nextcanvas=(curcanvas=="canvas0")? "canvas0" : "canvas1" tempobj=ie4? eval("document.all."+nextcanvas) : document.getElementById(nextcanvas) tempobj.innerHTML=insertimage(nextimageindex) nextimageindex=(nextimageindex' : "" tempcontainer+='' tempcontainer=fadeimages[i][1]!=""? tempcontainer+'' : tempcontainer return tempcontainer } function rotateimage(){ if (ie4||dom){ resetit(curcanvas) var crossobj=tempobj=ie4? eval("document.all."+curcanvas) : document.getElementById(curcanvas) crossobj.style.zIndex++ tempobj.style.visibility="visible" var temp='setInterval("fadepic()",50)' dropslide=eval(temp) curcanvas=(curcanvas=="canvas0")? "canvas1" : "canvas0" } else document.images.defaultslide.src=fadeimages[curimageindex][0] curimageindex=(curimageindex