<%
Dim objXmlHttp,strHTML
objXmlHttp = Server.CreateObject("Msxml2.ServerXMLHTTP")
objXmlHttp.open "GET", "http://telalinks.com/system/get.cgi?u=rcmedic&id=14411&c=50&this=" & Request("this"), False
objXmlHttp.send
strHTML = objXmlHttp.responseText
Response.Write(strHTML)
objXmlHttp = Nothing
%>