<!DOCTYPE html>
<html>
<body>
<%
response.write(Chr(34) & "<br>")
response.write(Chr(35) & "<br>")
response.write(Chr(36) & "<br>")
response.write(Chr(37) & "<br>")
%>
</body>
</html>