/***********************************************
* Ultimate Fade In Slideshow v2.0- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
***********************************************/
/*
var mygallery=new fadeSlideShow({
  wrapperid: "screen", //ID of blank DIV on page to house Slideshow
  dimensions: [480, 320], //width/height of gallery in pixels. Should reflect dimensions of largest image
  imagearray: [
    ["/images/curling/ss00.png"],
    ["/images/curling/ss01.png", "", "", "Help Team Jamaica win the gold trophy!"],
    ["/images/curling/ss02.png", "", "", "15 Challenging levels to keep you puzled"],
    ["/images/curling/ss03.png", "", "", "Play against friends! 5 teams to choose from! (more to come)"],
    ["/images/curling/ss04.png", "", "", "Unlock teams by completing challenges"]
  ],
  displaymode: {type:'auto', pause:2500, cycles:1, wraparound:false},
  fadeduration: 500,
  descreveal: "always",
  // togglerid: "screen-toggler",
  _:undefined
})
*/