Lazypages required a homepage slideshow to add some motion to their portfolio site.
It is very easy to update jQuery slideshow. To add a new slide you simply add a new list item e.g.
<ul>
<li><img src="image1.jpg"/></li>
<li><img src="image2.jpg"/></li>
<li><img src="image3.jpg"/></li>
<li><img src="image4.jpg"/></li>
</ul>