<%
If not isempty(Request.Form("RedirectTo")) Then
   Response.Redirect Request.Form("RedirectTo")
else
   Response.Redirect "../index.html"
End If
%>
