<%@ language=VBScript %> <% 'declare variables used on this page Dim strAccessPoint, strPath, strLogon, strWarning ' Set the Access Point for this page strAccessPoint = "301" '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

WELCOME TO THIS COURSE IN THE GOSPEL OF MATTHEW!

Introduction to the Gospel of Matthew Course
This course is an intermediate course in the Gospel of Mathew.
The course will begin by looking at Matthew as one of the three Synoptic Gospels, namely, Matthew, Mark, and Luke.
The Gospel of John is not grouped under the term Synoptic Gospels.
The course will then examine an Introduction to the Gospel of Matthew in which the authorship, date, literary style, structure, and theology of Matthew will be examined.

To enter the course we recommend that you survey the Syllabus by clicking on SYLLABUS in the column to the left.

Or you may begin by surveying the Course Outline by clicking on OUTLINE in the column to the left.

We strongly recommend that you click on STUDENT TOOLS in the column to the left to gain information on how to study this material.

Periodically check the MESSAGES in the column to the left.