function runSlideShow308250(){

          /*
          if (document.all){
               document.images.SlideShow308250.style.filter="blendTrans(duration=5)"
               document.images.SlideShow308250.style.filter="blendTrans(duration=crossFadeDuration)"
               document.images.SlideShow308250.filters.blendTrans.Apply()
          }
          document.images.SlideShow308250.src = preLoad308250[j308250].src
          if (document.all){
               document.images.SlideShow308250.filters.blendTrans.Play()
          }
          j308250 = j308250 + 1
          if (j308250 > (p308250-1)) j308250=0
          t308250 = setTimeout('runSlideShow308250()', slideShowSpeed308250)
          */
          document.images.SlideShow308250.src = preLoad308250[j308250].src
          j308250 = j308250 + 1
          if (j308250 > (p308250-1)) j308250=0
          t308250 = setTimeout('runSlideShow308250()', slideShowSpeed308250)
}

var slideShowSpeed308250 = 3000
var Pic308250 = new Array()
//var Title308250 = new Array()
//var Description308250 = new Array()
Pic308250[0] = 'images/index/1.jpg'
Pic308250[1] = 'images/index/2.jpg'
Pic308250[2] = 'images/index/3.jpg'
Pic308250[3] = 'images/index/4.jpg'
Pic308250[4] = 'images/index/5.jpg'

var t308250
var j308250 = 0
var p308250 = Pic308250.length
var preLoad308250 = new Array()

for (i308250 = 0; i308250 < p308250; i308250++){
    preLoad308250[i308250] = new Image();
    preLoad308250[i308250].src = Pic308250[i308250];
}