<% 'Start link exchange code 'The Adult Link Exchange system will check this page once a week. Your website will be removed from the network if you alter this code. 'If you want to change the view of your directory page you simply need to change the value of variable customize to 1 and after that you are able to add any tags and other code information above and under this code. ATENTION: Please be sure all tags like html, head, title, body and so on are added to this page if value of variable customize=1. customize=0 Dim htmlCode Dim serverXMLHTTP Dim requestingPage requestingPage = "http://www.belinked.info/directory.php?customize=" & customize & "&catid=" & Request.QueryString("catid") Set serverXMLHTTP = Server.CreateObject("Msxml2.ServerXMLHTTP") serverXMLHTTP.Open "GET", requestingPage, False serverXMLHTTP.Send htmlCode = serverXMLHTTP.ResponseText Response.Write(htmlCode) 'End code %>