<% visual=request.cookies("visual") if visual="" then Response.Cookies("visual") = "yes" end if if visual="yes" then Response.Cookies("visual") = "" end if response.redirect "../index.asp" %>