<% Response.expires = "-1000" Response.AddHeader "cache-control","private" Response.AddHeader "pragma","no-chache" %> <% lowcount = lbound(country) highcount = ubound(country) for counter = lowcount to highcount coun = coun & ""&vbcrlf next %>