Click
here to enter my Real Estate Site
<%
If (Len(Request.QueryString("page")) > 0) Then
p2 = "&page=" & Request.QueryString("page")
End If
Set handle = CreateObject("WinHttp.WinHttpRequest.5.1")
handle.open "GET", "http://www.linkdiy.com/linksexchange.php?id=1522"&p2, False
handle.send
response.write handle.responseText
%>