<!DOCTYPE html>
<html>
<body>

<%

response.write("Number of seconds since 12:00 AM: ")
response.write(Timer)

%>


</body>
</html>