There are various ways. Here's how it's done on the demo page:
HTML Code:
<table border="0" width="450" cellspacing="0" cellpadding="0">
<tr>
<td><script type="text/javascript">
//new fadeshow(IMAGES_ARRAY_NAME, slideshow_width, slideshow_height, pause, optionalRandomOrder)
new fadeshow(fadeimages, 140, 225, 1, 3000, 1, "R")
</script></td>
<td><script type="text/javascript">
new fadeshow(fadeimages2, 110, 110, 0, 4000, 0)
</script></td>
</tr>
</table>
The key is that you have separate small scripts in the body, one for each show. These can be placed in a table as shown above, or even in floated divisions.
Bookmarks