I've been using the slideshow on my main page for some months but yesterday it stopped working
I use iWEB to build my site and havent changed anything recently can you help
here's the script i've been using
thanks in advance
Roger
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script type="text/javascript" src="http://web.me.com/rogerbyrne/fadeslideshow/fadeslideshow.js">
/***********************************************
* Ultimate Fade In Slideshow v2.0- (c) Dynamic Drive DHTML code library (<https://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
***********************************************/
</script>
<script type="text/javascript">
var mygallery=new fadeSlideShow({
wrapperid: "fadeshow1",
dimensions: [999, 565],
imagearray: [
["http://mac-photography.co.uk/image1.jpg", "", "_top", ""],
["http://mac-photography.co.uk/image8.jpg", "", "_top", ""],
["http://mac-photography.co.uk/image18.jpg", "", "_top", ""],
["http://mac-photography.co.uk/image19.jpg", "", "_top", ""],
["http://mac-photography.co.uk/image3.jpg", "", "_top", ""],
["http://mac-photography.co.uk/image5.jpg", "", "_top", ""],
["http://mac-photography.co.uk/image6.jpg", "", "_top", ""],
["http://mac-photography.co.uk/image7.jpg", "", "_top", ""],
["http://mac-photography.co.uk/image9.jpg", "", "_top", ""],
["http://mac-photography.co.uk/image10.jpg", "", "_top", ""],
["http://mac-photography.co.uk/image15.jpg", "", "_top", ""],
["http://mac-photography.co.uk/image11.jpg", "", "_top", ""],
["http://mac-photography.co.uk/image12.jpg", "", "_top", ""],
["http://mac-photography.co.uk/image13.jpg", "", "_top", ""],
["http://mac-photography.co.uk/image14.jpg", "", "_top", ""],
["http://mac-photography.co.uk/image16.jpg", "", "_top", ""],
["http://mac-photography.co.uk/image17.jpg", "", "_top", ""]
],
displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false, randomize:false},
persist: false,
fadeduration: 500,
descreveal: "ondemand",
togglerid: ""
})
</script>
<div id="fadeshow1"></div>