Find all statements that contain the Refresh meta tag, like this one:
Response.Write " <meta http-equiv=""Refresh"" content=""5; URL=" & chkString(Request.Form("refer"),"refer") & """>" &
Increase the value in red for the number of seconds before the refresh occurs.