Here is a very simple way to add a clock
to your page, just in case your visitors can't find their clock
in the corner of their screen.
First, copy and paste the contents of the text area and add it to
the <head> area of your webpage.
Then replace your <body> with this
complete body tag...
<body onload="start()" onunload="stop()">
Lastly, add the complete form tag to your page in the location you
would like the clock to appear. You can change the font size and
colors easily. It's that simple.
<form>
<input type="text" name="display" size="7"
style="background-color:#E8EFFA; color:#000000; font:bold 11px
verdana;">
</form>

