
  var mygallery=new fadeSlideShow({
    wrapperid: "root_exhibits", //ID of blank DIV on page to house Slideshow
    dimensions: [325, 400], //width/height of gallery in pixels. Should reflect dimensions of largest image
    imagearray: [
      ["/_v4/_flash/imgz/exhibit-home_2011-01_001.jpg", "/exhibits/", "_top", ""],
      ["/_v4/_flash/imgz/exhibit-home_2011-01_001.jpg", "/exhibits/", "_top", ""]
    ],
    displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false, randomize:true},
    persist: false, fadeduration: 500, descreveal: "ondemand", togglerid: ""
  })

  //  imagearray / "path_to_image", "optional_url", "optional_linktarget", "optional_description"
  //-- displaymode / type:'auto|manual', pause:milliseconds, cycles:0|integer, wraparound:true|false, randomize:true|false

