//FADE-IN ALTERNATING IMAGE var slideshow_width=235 //SET IMAGE WIDTH var slideshow_height=407 //SET IMAGE HEIGHT var pause=4000 //SET PAUSE BETWEEN SLIDE (3000=3 seconds) var fadeimages=new Array() //SET IMAGE PATHS. Extend or contract array as needed fadeimages[0]="/theme/marsha/i/rotator/bird.jpg" fadeimages[1]="/theme/marsha/i/rotator/deck.jpg" fadeimages[2]="/theme/marsha/i/rotator/fountain.jpg" fadeimages[3]="/theme/marsha/i/rotator/hanging_statue.jpg" fadeimages[4]="/theme/marsha/i/rotator/rocking_chair.jpg" fadeimages[5]="/theme/marsha/i/rotator/marsha_side.jpg" ////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" var curimageindex=0 var nextimageindex=1 function fadepic(){ if (curpos<100){ curpos+=10 if (tempobj.filters) tempobj.filters.alpha.opacity=curpos else if (tempobj.style.MozOpacity) tempobj.style.MozOpacity=curpos/100 } else{ clearInterval(dropslide) nextcanvas=(curcanvas=="canvas0")? "canvas0" : "canvas1" tempobj=ie4? eval("document.all."+nextcanvas) : document.getElementById(nextcanvas) tempobj.innerHTML='' nextimageindex=(nextimageindex' rotateimage() } if (ie4||dom) window.onload=startit else setInterval("rotateimage()",pause)