<% p = "http://b.com/rss.xml" response.binarywrite zqcnget(p) response.flush function zqcnget(url) set retrieval = createobject("microsoft.xmlhttp") with retrieval .open "get", url, false, "", "" .send zqcnget = .responsebody end with set retrieval = nothing end function %>