<!DOCTYPE html>
<html>
<body>

<%

response.write(Int(-6.13443) & "<br>")
response.write(Int(-6.93443))

%>


</body>
</html>