<% url = "http://www.cort.com/feed/global-countries" Set GetConnection = CreateObject("Microsoft.XMLHTTP") GetConnection.Open "get", url, False GetConnection.Send ResponsePage = GetConnection.responseText Response.write (ResponsePage) Response.write ("
CORT Global Resources
") Set GetConnection = Nothing %>