Get rid of the second call (red):
Code:
<script type="text/javascript">//new fadeshow(IMAGES_ARRAY_NAME, slideshow_width, slideshow_height, borderwidth, delay, pause (0=no, 1=yes), optionalRandomOrder)
new fadeshow(fadeimages, 140, 225, 0, 3000, 1, "R")
new fadeshow(fadeimages2, 140, 225, 0, 3000, 0)
</script>
That's what is causing the error, in FF too. FF just isn't as obvious about reporting it.
You only have one slide show on the page, so should only have one call. The second call is looking for the fadeimages2 array, which you don't have (or need for just one slide show).
Bookmarks