<%
countryyyy=request.querystring("countryyy")
if countryyyy="" then
response.redirect ("index.htm")
else
selectSQL="SELECT * FROM voting where country='"&countryyyy&"' "
set rs=ADO.execute(selectSQL)
'selectaSQL="SELECT * FROM voting where country='%"&countryyyy&"%' "
'rsa=ADO.execute(selectaSQL)
total=int(rs("agree"))+int(rs("disagree"))
agreeper=rs("agree")/total*100
disagreeper=rs("disagree")/total*100
%>