From the source code of the page:
Code:
<script type="text/javascript">
var mygallery=new fadeSlideShow({
wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
dimensions: [700, 300], //width/height of gallery in pixels. Should reflect dimensions of largest image
imagearray: [
["http://www.ratiotheatre.org/images/slide/Dining.jpg", "current.html", "", ""],
["http://www.ratiotheatre.org/images/slide/GMO.jpg", "GMO.html", "", ""],
["http://www.ratiotheatre.org/images/slide/DS.jpg","dinnerandshow.html"],
["http://www.ratiotheatre.org/images/slide/Season.jpg","boxoffice.html"]//<--no trailing comma after very last image element!
],
displaymode: {type:'auto', pause:6000, cycles:0, wraparound:false},
persist: true, //remember last viewed slide and recall within same session?
fadeduration: 1000, //transition duration (milliseconds)
descreveal: "none",
togglerid: ""
})
</script>
The highlighted image is corrupt. Others skip over it. But in IE that breaks the script. Remove the entire line or fix the image.
There could also be other problems, but that much needs to be fixed first. You may need to empty the browser cache and/or refresh the page to see any changes.
Bookmarks