On the right side is a regular setTimeout slide show. The time delay is the same with all the pictures. It's "one second" interval for each.
On the left side is a *setTimeout* slide show with different time set for each picture. Between the spring and the bugs it's 2 seconds. Between the bugs and Jenny is also 2 seconds. It takes a total of 12 seconds for the loop to make one round. Then the first slide takes 4 sec.


We sure did a good job on cleaning up the source code of setTimeout1.html:
1- Deleting the line that says: if(top.location!=self.location) {top.location=self.location}; (???)
2- Deleting all the td and tr in the scripts.
3- Getting rid of the a and /a tags around the the html scripts in the body part and it still works fine.
4- Adding a double breaks tag br+ br after the text on top of the picture and that makes them horizontally even.
5- Use p align="center" on the left picture space and use of hspace="100" on the right one to get them in symetry.