   now = new Date()
   document.write(now.getHours() + ".") 
   document.write(now.getMinutes())
