OK, well and thanks for reinstating the notice, I'm no longer getting any error. However, the error line number and description you report seems to indicate that the array of images may have a minor problem with it and/or there may be a link tag enclosing the slide show. The first problem would be something that makes IE think that there is at least one additional yet not fully defined and/or a fully undefined array entry in the array. This is hard but not impossible to do with the template array format but, if you were to use a different array format, it becomes easier to give IE this impression. The second problem arises when you have something like this:
Code:
<a href="whatever.htm">
<script type="text/javascript">
//new fadeshow(theimages, fadewidth, fadeheight, borderwidth, delay, pause(stop show), displayorder)
new fadeshow(fadeimages,260,156,0,2500,1,"R");
</script>
</a>
If I have misunderstood and the page you linked to in your post also has no error for you in IE 7, then I would need a link to a page that does show the error. But, if the link you gave is where you are getting the error, it may have to do with your browser settings and/or possibly have something to do with Vista, if you are using Vista.
You also may just need to clear your cache and refresh the page.
Bookmarks