<%
'Clear the session variables
Session("Here") = ""
Session("Counter") = ""
'Send the user back to the VBScript Examples Page
response.redirect("http://www.sccitn.com/itn180/vbscript.html")
%>