<!DOCTYPE html>
<html>
<body>
<%
response.write(Int(6.83227) & "<br>")
response.write(Int(6.23443))
%>
</body>
</html>