<!--
if (!window.opera) document.write('<div id="Digi" style="position:relative;left:120px;top:0px;width:60px;height:21px;border:0px solid #DDDDDD;font:16px Arialsans;cursor:default;text-align:center"><\/div>');
				function tick(){
				var now = new Date();
				var min = now.getMinutes();
				var hour = now.getHours();
				var sec = now.getSeconds();
				if (!window.opera) document.getElementById("Digi").innerHTML = (hour<10?"0"+hour:hour)+":"+(min<10?"0"+min:min)+":"+(sec<10?"0"+sec:sec);
				setTimeout("tick()",1000);
				}
				window.onload = tick;
-->
