<SCRIPT type = "text/JavaScript">
Function clockon (){
Thistime = new date ()
VaR hours = thistime. gethours ()
VaR minutes = thistime. getminutes ()
VaR seconds = thistime. getseconds ()
If (eval (hours) <10) {hours = "0" + hours}
If (eval (minutes) <10) {minutes = "0" + minutes}
If (seconds <10) {seconds = "0" + seconds}
Thistime = hours + ":" + minutes + ":" + seconds
('{Hour'{.html ('<font size = "100px">' + hours + '</font> ');
('{Minute'}.html ('<font size = "100px">' + minutes + '</font> ');
VaR timer = setTimeout ("clockon ()", 1000)
}
</SCRIPT>
<TD colspan = 3 style = "width: 500px; Height: 200px" background = "$ {ctxpath} webapps/images/timer.png" valign = "TOP">
<Div style = "float: Left; margin-left: margin PX; padding-top: 35px;" id = "Hour"> & nbsp; </div> <Div style = "float: Left; margin-left: 65px; padding-top: 35px;" id = "Minute"> & nbsp; </div>
</TD>