'WebService(URL, StringParametros)
StringElementosFilhos = WebService("http://freegeoip.appspot.com/xml/189.123.16.216", "")
VetorElementosFilhos = Split(StringElementosFilhos, ",", -1, 1)
For i=0 to Ubound(VetorElementosFilhos)
response.write VetorElementosFilhos(i)
Next