<!-- TWO STEPS TO INSTALL STATUS CLOCK:
1. Paste the first code into the HEAD of your HTML
document
<!-- STEP ONE: Put this code into the HEAD of your HTML document --> <HEAD> <SCRIPT LANGUAGE="JavaScript"> <!-- Original: Francis Woodhouse (francis@contessa.u-net.com) --> <!-- This script and many more are available free online at -->
<!-- Begin
<!-- STEP TWO: Put this code onLoad event handler in the BODY tag --> <body onLoad="runClock()"> <!-- Script Size: 0.81 KB --> |