<scriptlanguage="javascript"type="text/javascript"> /* Visit http://www.yaldex.com/
for full source code
and get more free JavaScript, CSS and DHTML scripts! */
<!-- Begin function
runClock(){ theTime =window.setTimeout("runClock()",1000); var
today =newDate(); vardisplay=
today.toLocaleString(); window.status=display;
} window.onload=runClock; // End --> </script>