// JavaScript Document

<!-- Original:  Ronnie T. Moore -->
<!-- Web Site:  The JavaScript Source -->

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
var preload = new Image();
// Change this to the web address of your animated GIF image
preload.src = "im/core/pulse.gif";

function doGIF() {
document['pulse'].src = preload.src;
}
//  End -->

