<script>

function see(){

window.setTimeout("see()",1000);

today = new Date();

self.status = today.toString();

}

</script>

<body onload=see()>