<% Response.Buffer = True If Session.Contents("ADMIN_ACCESS") <> True Then Response.Clear Response.Redirect "../nvs/check_login.asp" Response.End End If %>