jQuery Plugin: newsticker
A news ticker plugin using jQuery. Create a list of news items: <ul id="news"> <li>News Item 1</li> <li>News Item 2</li> <li>News Item 3</li> <li>News Item 4</li> <li>News Item 5</li> </ul> Then apply the plugin: $("#news").newsticker() to display each one in turn.