% ' Begin buffering the HTML ' Note this MUST happen before the initial tag. Response.Buffer = True %>
HTML code before potential redirect.
<%
' Change the following line as appropriate for your script
If 1 = 1 Then
Response.Clear
Response.Redirect "http://www.kqzyfj.com/click-764470-10285060"
End If
%>
<%
' The following causes the HTML to actually be sent to the client.
' Up to this point, no HTML has actually been downloaded to the client
' browser.
Response.End
%>