The home of

The Friendly Clock

To include this clock in a web page...

  1. add this code in the <head></head> section of your page ...
    <script src="https://www.bluegoldfishdesign.com/friendlyclock.js"></script>
  2. add an onLoad event handler in the <body> tag on your page to start the clock like this...
    <body onload="fcStart();">
  3. add this code where you want the clock to appear...
    <span id="friendlyclock"></span>

You can use CSS styling to add some pizzazz to the clock display. Use the tag #friendlyclock and let your imagination fly. Have fun!