Ticking Clock
Here's
a little "ticking" clock. I've used the JavaScript timer to update
the clock every second (1000 milliseconds). The <BODY> tag for this
document gets the clock going (onload), and also stops the timer when you
close the page (onunload).