var slideshowPic = new Array(); slideshowPic[0]='uploads/pic-4a7312e834677.052.JPG' slideshowPic[1]='uploads/pic-4a787311c1148.IMG_3890 web.jpg' slideshowPic[2]='uploads/pic-4a73131cc5ba3.038.JPG' slideshowPic[3]='uploads/pic-4a7312bb7d1dd.041.JPG' slideshowPic[4]='uploads/pic-49c3ee2b5ac19.Clubhouse - no door.jpg' slideshowPic[5]='uploads/pic-49c3ee0720187.Building.jpg' var slideShowSpeed = 7500 // Set slideShowSpeed (milliseconds) var crossFadeDuration = 3 // Duration of crossfade (seconds) // ======================================= // do not edit anything below this line // ======================================= var t_count var j_count = 0 var p_count = slideshowPic.length var preLoad = new Array() for (i_count = 0; i_count < p_count; i_count++){ //> preLoad[i_count] = new Image(); preLoad[i_count].src = slideshowPic[i_count]; } function runSlideShow(){ var ratio = "" if (document.all){ document.images.SlideShow.style.filter="blendTrans(duration=2)" document.images.SlideShow.style.filter="blendTrans(duration=crossFadeDuration)" document.images.SlideShow.filters.blendTrans.Apply() } document.images.SlideShow.src = preLoad[j_count].src pw = preLoad[j_count].width; ph = preLoad[j_count].height; h = 413; w = 550; document.images.SlideShow.width = w; document.images.SlideShow.height= h; //document.images.SlideShow.width = preLoad[j_count].width //document.images.SlideShow.height= preLoad[j_count].height if (document.all){ document.images.SlideShow.filters.blendTrans.Play() } j_count = j_count + 1 if (j_count > (p_count-1)) j_count=0 t_count = setTimeout('runSlideShow()', slideShowSpeed) }// end function