%@ Language=VBScript %> <%Option Explicit %> <% Response.Expires = 0 %> <% If IsEmpty(Session("admin")) Then Response.Redirect "index.asp" End If %>