<!DOCTYPE html>
<html>
<body>
<%
response.write(FormatNumber(20000,2) & "<br>")
response.write(FormatNumber(20000,5))
%>
</body>
</html>