Hi folks,
on this website the textual time is dynamically updated .. i'm guessing using javascript.
this is the html code, using Firebug to inspect the page ...
<strong class="big" id="ct">Friday, 3 September 2010 at 8:17:21 AM</strong>
with that time value incremementing each second.
I'm guessing some javascript updates the 'ct' element .. but I can't find the code to how that's done?
Can anyone help?