<table border="0" cellpadding="0" cellspacing="1" width="102" height="124" background="klok2.jpg">
<tr>
<td>
<p style="margin-top: 0; margin-bottom: 90" align="center"> <span id=tick2>
</span>

<script>
<!--
/*By JavaScript Kit
http://javascriptkit.com
Credit MUST stay intact for use
*/
function show2(){
if (!document.all&&!document.getElementById)
return
thelement=document.getElementById? document.getElementById("tick2"): document.all.tick2
var Digital=new Date()
var hours=Digital.getHours()
var minutes=Digital.getMinutes()
var seconds=Digital.getSeconds()
var dn="PM"
if (hours<12)
dn="AM"
if (hours>12)
hours=hours-12
if (hours==0)
hours=12
if (minutes<=9)
minutes="0"+minutes
if (seconds<=9)
seconds="0"+seconds
var ctime=hours+":"+minutes+":"+seconds+" "+dn
thelement.innerHTML="<span style='border:0px dotted #D8A8AA;font-size:12;color:#ff00ff;'>"+ctime+"</span>"
setTimeout("show2()",1000)
}
window.onload=show2
//-->
</script>

<p style="margin-top: 0; margin-bottom: 0"> </p>
</td>
</tr>
</table>