As far as that part goes. If you have two slide shows that you want to have appear in two different parts of your page, one should look something like so:
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")
</script>
the other something like:
Code:
<script type="text/javascript">
new fadeshow(fadeimages2, 140, 225, 0, 3000, 0)
</script>
These can each go in their own separate division or table cell, wherever you want them to be. The part in green is just a comment/instructions, and may be omitted.
Bookmarks