In your external script file (slideshow.js) you need to remove:
Code:
<script type="text/javascript">
from the beginning and:
from the end.
That should get it running. Additionally, in your call:
Code:
<script type="text/javascript">
new fadeshow(fadeimages, 460, 175, 0, 3000, 0, "R")
</script>
With those images, it should be:
Code:
<script type="text/javascript">
new fadeshow(fadeimages, 240, 175, 0, 3000, 0, "R")
</script>
Finally, the image in the noscript tag will show up, but only if javascript is disabled or absent.
Bookmarks