<%
max = int(request.querystring)
if max > 50 then max = 9
for i = 1 to max
   response.write( i & "
") next %>