Site hosted by Angelfire.com: Build your free website today!

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()">


Email: packrat35@webtv.net