Code:
function Time(t1,t2){ 

t = parseInt(t1) + parseInt(t2);
return t; 
}