Response.Redirect is a server call that happens as soon as that line executes when the page runs.
You need to write out a meta tag to the browser to refresh it after the alloted time:
<META HTTP-EQUIV=Refresh CONTENT="10; URL=myNewPage.asp">
The number is in seconds.
http://www.htmlhelp.com/reference/html40/head/meta.html
Peter
------------------------------------------------------
Work smarter, not harder.