<% RSS_Feed = "http://www.ij.org/rss.php?feed=itn" Set http = CreateObject("Msxml2.XMLHTTP") http.open "GET", RSS_Feed, false http.setRequestHeader "lastCached", now() http.setRequestHeader "Content-Type", "application/x-www-form-urlencoded" http.send response.write http.responseText %>