A simple solution for having two Translucent slideshow Script based slideshows in a single page is using IFrame.
The way this script is designed this requires more work on it to make this script a more reusable one but without wasting the time if you want to display two slideshows in a single page you can go for an IFrame in which you can load your second slideshow.
Code:
<iframe frameborder="0" height="225" src="3.htm" width="100%" scrolling="no"></iframe>
You can place the above kind of code in your page where you have the first slideshow already.
3.htm is the page where you have placed the second slideshow which you want. This slideshows will be displayed as if they are a part of single page.
The height and width of the IFrame can be altered based on the image height width of your second slideshow.

Originally Posted by
mburt
window.onload=startit;startit
I wonder how this is going to start two different slideshows in the same page?
Bookmarks