In your inc_top.asp file, look for this code:<meta http-equiv="Refresh" content="2; URL=<% =Request.ServerVariables("HTTP_REFERER") %>">
It should be there twice. Replace the 2 to the number of seconds you want. It is currently set to redirect after 2 seconds.
- David