Rotater.js
version 1.1.1 (18 Apr 2009)
A banner rotating script.
<script type="text/javascript"> rot = new Rotater(); with (rot) { images = ["picture1.jpg", "picture2.jpg", { img: "logo.gif", url: "http://www.osem.nl", target: "_blank" }]; pause = 2500; init(); } </script>