If you want to change the time it takes to refresh, you can do a search for the <meta tag in the page you want to change.
For the register page, look in the register.asp file for the <meta tag. It will look like this:<meta http-equiv="Refresh" content="2; URL=<% =Request.Form("refer")%>">
You will change the content method to the amount of seconds you want before the page refreshes. In that code, it is set at 2 seconds.
*----*----*----*----*----*----*----*----*
"It's not how long you live that counts,
But how well you live."
*----*----*----*----*----*----*----*----*