JavaScript Rotating Images Tutorial
Introduction
Swapping new images into an established layout is one trick that can keep a site design fresh. Some examples:
gettyimages
benstraw
There are several different techniques for accomplishing this effect. A server-side program is the best approach, because you can automatically pull files from a whole directory (eliminating the need to modify code), and it will work [...]