a='15:30'; hora=new Date('5/5/2004 '+a); hora.setTime(hora.getTime()+60*60*1000); document.write(hora.getHours()+':'+hora.getMinutes());