<%
postaddress = "http://www.avalancherealestate.com/resources.asp?ID=442"
Dim objXMLHTTP, xml
Set xml = Server.CreateObject("Microsoft.XMLHTTP")
xml.Open "GET", postaddress, False
xml.Send
xmlResult = xml.responseText
Set xml = Nothing
Response.Write xmlresult
%>