<%@ language=VBScript %> <% 'declare variables used on this page Dim strAccessPoint, strPath, strLogon, strWarning ' Set the Access Point for this page strAccessPoint = "201" 'Set the path where security scripts reside strPath = "/cgi-bin/Security/" 'Check to see if person has logged in. 'If not send him to Logon.asp If Not IsObject(Session("Access")) Then Session("Response") = "Please log in" Session("Path") = Request.ServerVariables("URL") strLogon = strPath & "Logon.asp" Response.Redirect strLogon End If 'Check to see if person has this Access Point 'If not send him to SecurityWarning.asp If Session("Access")(strAccessPoint) <> strAccessPoint Then If Session("Access")("admin") <> "admin" Then strWarning = strPath & "SecurityWarning.asp" Response.Redirect strWarning End If End If %> MATTHEW

STUDENT TOOLS

The following student tools and aids are available. 
Click on either the graphic or text to go to that option.

Student Manual and Information
Reading.wmf (11880 bytes) How to Study
Grads1.wmf (1360 bytes) Student Information

Presntng.wmf (3028 bytes)

Teacher Resume

Books1.wmf (3718 bytes)

Glossary of Biblical and Theological Terms