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