function hora() 
{ 
hora=new Date() 
document.write (hora.getHours()) 
} 
function minuto() 
{ 
minuto=new Date() 
document.write(minuto.getMinutes()) 
} 