"
strGotoPage = "admin/surveyReview.asp"
else
strGotoPage = "worldwide/vigil.asp"
end if
dim x
dim strFind
dim strAnchor, strAdmin
for x = 0 to ubound(arrContinent)
''Response.write "
" & arrContinent(x) & "
"
Response.write "" & arrContinent(x) & " " & vbcrlf
rsVigil.Filter = adFilterNone
rsVigil.movefirst
strFind = "[continent]='" & arrContinent(x) & "'"
rsVigil.filter = strFind
if not(rsVigil.EOF) then
do while not (rsVigil.eof)
if not isNull(rsVigil("city")) AND not isNull(rsVigil("state")) then
strAnchor = rsVigil("city") & ", " & rsVigil("state")
else
strAnchor = rsVigil("city") & rsVigil("state")
end if
''