Simple Window Status Clock




The code for the clock

<script language="javascript">
<!--
function timer()
{
var today=new Date()
window.status=today
}
//-->
</script>
</head>

<body onLoad="timer()">