If you can use php on your server you could try this script here: http://www.marcofolio.net/webdesign/..._rotation.html
Just upload a copy of the default "rotate.php" file from the download pack into each category image folder (folders 1 to 6) and then add this HTML to your web page;
Code:
<img src="path/to/folder1/rotate.php" height="150" width="150" alt=""/><br/>
<img src="path/to/folder2/rotate.php" height="150" width="150" alt=""/><br/>
<img src="path/to/folder3/rotate.php" height="150" width="150" alt=""/><br/>
<img src="path/to/folder4/rotate.php" height="150" width="150" alt=""/><br/>
<img src="path/to/folder5/rotate.php" height="150" width="150" alt=""/><br/>
<img src="path/to/folder6/rotate.php" height="150" width="150" alt=""/>
Make sure each src="" value points to the "rotate.php" files in the different category image folders.
That should be it.
Bookmarks