Static JavaScript Clock
The code for this clock (as you see it on this page) is quite complex.
I'm indebted to Scaniawheelnuts of this parish who first introduced me to it - you can see the cursor-following variant on his website here. What I've done is to take out the dynamic movement of the clock - it doesn't follow the cursor any more.
Grab the code and place it in the <body> section of your HTML page - adjust the xmouse and ymouse parameters to suit the placement on the page that you want (xmouse is pixels across the page, ymouse is pixels down the page).
You can also change the colours of the lettering and the hands in the top section of the code - it's fairly obvious where.
Here's the code:
Have fun with it!