%@ Language=VBScript %> <% Response.buffer = true %>
<% dim strReferrer,strUrl strReferrer = Request("referrer") strUrl = Request.ServerVariables("URL") SetCookie "Referrer",strReferrer SetCookie "DestinationUrl",strUrl response.redirect "/index.html" %>