The Time is currently...
To use this clock on one of your pages, please do the following...
- Open the html document that you wish to add the clock to.
- Find the <body> tag and replace it with <body onload="StartClock()" onunload="KillClock()">
- Move to the point in your document where you wish the clock to be displayed and copy and paste the following text.
<script type="text/javascript" src="/clock/clock.js"></script>
The Time is currently... <form name="theClock" action="post"><input type="text" name="theTime" size="8"/></form>
- Save your file