<!DOCTYPE html>
<html>
<body>

<%

response.write(TimeSerial(23,2,3) & "<br>")
response.write(TimeSerial(0,9,11) & "<br>")
response.write(TimeSerial(14+2,9-2,1-1))

%>


</body>
</html>