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 incrementing each second.
I’m guessing some JavaScript updates the ‘ct’ element .. but I can’t find the code to how that’s done.
The javascript code on this page is obfuscated and that’t probably why you can’t find it. To achieve this you could use the
setIntervalfunction: