You have the Webtv Bug, you must reload this page by holding down the cmd key on your keyboard and pressing the letter R key 7 times. The Webtv Bug prevents webpages that use javascript from functioning properly.
|

<clock></clock>
Here's the code for a clock with just the day of the week, month and year.
<clock dayofweek month day year></clock>
Here's the code for a clock with the time and seconds and am, pm.
<clock time seconds ampm></clock>
Here's the code for a clcck with all capitals with the day of the week, month, and seconds, am.pm.
<clock allcaps dayofweek month day year time seconds ampm></clock>
Here's the code for a clock with the time and seconds.
<clock time seconds></clock>
Here's the code for a clock with just the day of the week.
<clock dayofweek></clock>
Here a the code for the same clock in capitals
<clock allcaps dayofweek></clock>
Here's the code for a clock with day of the week, year and seconds in military time all in capitals.
<clock allcaps dayofweek month day year time military seconds></clock>
Here's the code for the same clock without capitals
<clock dayofweek month day year time military seconds></clock>
Here's the code for a clock with the day of the week, month, year in military time with all capitals with am, and pm.
<clock allcaps dayofweek month day year time military seconds ampm></clock>
Here's a clock with the day of the week, month, and seconds in military time.
<clock dayofweek month day time military seconds></clock>
Here's the ocde for a military clock with seconds.
<clock time military seconds></clock>
Want to change the color or size of any of these clocks? Use your font tags before and after.
<font size="6" color="yellow"><clock></clock></font>
Need a box around your clock. Use table's, you can change the border color to any color your want by changing the bgcolo="black" to any color you want.
<table border="5" bgcolor="black">
<tr>
<td align="center">
<clock></clock>
</td></tr></table>