<% REM ######################################################################### %> <% REM %> <% REM adredir.ASP %> <% REM Microsoft Ad Server v3.0 %> <% REM %> <% REM Copyright (c) 1996-98 Microsoft Corporation. All rights reserved. %> <% REM %> <% REM ######################################################################### %> <% Set Ad = Application("Ad") ciid = Request.Querystring("ciid") url = Request.Querystring("url") evt = Request.Querystring("evt") if evt = "" then evt = "CLIK" call Ad.RecordEvent(Response, ciid, evt) if url <> "" then Response.Redirect(url) %>