<script language="JavaScript"> <!-- var now = new Date(); document.write( now.getHours() , ":" , now.getMinutes() , ":" , now.getSeconds() ); //--> </script>