// http://www.dynamicdrive.com var slideshow_width=252 //SET IMAGE WIDTH var slideshow_height=193 //SET IMAGE HEIGHT var pause=1500 //SET PAUSE BETWEEN SLIDE (3000=3 seconds) var fadeimages=new Array() //SET IMAGE PATHS. Extend or contract array as needed fadeimages[0]="images/home1.jpg" fadeimages[1]="images/home2.jpg" fadeimages[2]="images/home3.jpg" fadeimages[3]="images/home4.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=function(){startit();st_onload()} else setInterval("rotateimage()",pause)