<!DOCTYPE html>
<html>
<body>

<%

response.write(Chr(65) & "<br>")
response.write(Chr(66) & "<br>")
response.write(Chr(67) & "<br>")
response.write(Chr(97) & "<br>")
response.write(Chr(98) & "<br>")
response.write(Chr(99) & "<br>")

%>


</body>
</html>