xxxxxxxxxx
<!DOCTYPE html>
<html>
<body>
<script type="text/vbscript">
document.write(Int(-6.13443) & "<br>")
document.write(Int(-6.93443))
</script>
</body>
</html>