@cbop-dev/aland-gospel-synopsis
Version:
ES Javascript module for looking up parallel texts from the NT gospels, based on Aland's 'Quattuor Synopsis Evangeliorum'
216 lines • 97.2 kB
JavaScript
import { mylog } from "./lib/env/env.js";
export const gospels = {
MATTHEW: 0,
MARK: 1,
LUKE: 2,
JOHN: 3,
NONE: 4
}
export const alandSynopsis = {
pericopes: [
{pericope: 1 , title: "Prologue" , Matt: { ref: "1:1" , primary: true }, Mark: { ref: "1:1" , primary: true }, Luke: { ref: "1:1-4" , primary: true }, John: { ref: "1:1-18" , primary: true }, other: { ref: "Acts 1:1-2" }},
{pericope: 2 , title: "The Promise of the Birth of John the Baptist" , Matt: { ref: null , primary: false }, Mark: { ref: null , primary: false }, Luke: { ref: "1:5-25" , primary: true }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 3 , title: "The Annunciation" , Matt: { ref: null , primary: false }, Mark: { ref: null , primary: false }, Luke: { ref: "1:26-38" , primary: true }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 4 , title: "Mary's Visit to Elizabeth" , Matt: { ref: null , primary: false }, Mark: { ref: null , primary: false }, Luke: { ref: "1:39-56" , primary: true }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 5 , title: "The Birth of John the Baptist" , Matt: { ref: null , primary: false }, Mark: { ref: null , primary: false }, Luke: { ref: "1:57-80" , primary: true }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 6 , title: "The Genealogy of Jesus" , Matt: { ref: "1:2-17" , primary: true }, Mark: { ref: null , primary: false }, Luke: { ref: "3:23-38" , primary: false }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 7 , title: "The Birth of Jesus" , Matt: { ref: "1:18-25" , primary: true }, Mark: { ref: null , primary: false }, Luke: { ref: "2:1-7" , primary: true }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 8 , title: "The Adoration of the Infant Jesus" , Matt: { ref: "2:1-12" , primary: true }, Mark: { ref: null , primary: false }, Luke: { ref: "2:8-20" , primary: true }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 9 , title: "The Circumcision and Presentation in the Temple" , Matt: { ref: null , primary: false }, Mark: { ref: null , primary: false }, Luke: { ref: "2:21-38" , primary: true }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 10 , title: "The Flight into Egypt and Return" , Matt: { ref: "2:13-21" , primary: true }, Mark: { ref: null , primary: false }, Luke: { ref: null , primary: false }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 11 , title: "The Childhood of Jesus at Nazareth" , Matt: { ref: "2:22-23" , primary: true }, Mark: { ref: null , primary: false }, Luke: { ref: "2:39-40" , primary: true }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 12 , title: "The Boy Jesus in the Temple" , Matt: { ref: null , primary: false }, Mark: { ref: null , primary: false }, Luke: { ref: "2:41-52" , primary: true }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 13 , title: "John the Baptist" , Matt: { ref: "3:1-6" , primary: true }, Mark: { ref: "1:2-6" , primary: true }, Luke: { ref: "3:1-6" , primary: true }, John: { ref: "1:19-23" , primary: true }, other: { ref: null }},
{pericope: 14 , title: "John's Preaching of Repentance" , Matt: { ref: "3:7-10" , primary: true }, Mark: { ref: null , primary: false }, Luke: { ref: "3:7-9" , primary: true }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 15 , title: "John Replies to Questioners" , Matt: { ref: null , primary: false }, Mark: { ref: null , primary: false }, Luke: { ref: "3:10-14" , primary: true }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 16 , title: "John's Messianic Preaching" , Matt: { ref: "3:11-12" , primary: true }, Mark: { ref: "1:7-8" , primary: true }, Luke: { ref: "3:15-18" , primary: true }, John: { ref: "1:24-28" , primary: true }, other: { ref: "Acts 13:24-25" }},
{pericope: 17 , title: "The Imprisonment of John" , Matt: { ref: "14:3-4" , primary: false }, Mark: { ref: "6:17-18" , primary: false }, Luke: { ref: "3:19-20" , primary: true }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 18 , title: "The Baptism of Jesus" , Matt: { ref: "3:13-17" , primary: true }, Mark: { ref: "1:9-11" , primary: true }, Luke: { ref: "3:21-22" , primary: true }, John: { ref: "1:29-34" , primary: true }, other: { ref: null }},
{pericope: 19 , title: "The Genealogy of Jesus" , Matt: { ref: "1:1-17" , primary: false }, Mark: { ref: null , primary: false }, Luke: { ref: "3:23-38" , primary: true }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 20 , title: "The Temptation" , Matt: { ref: "4:1-11" , primary: true }, Mark: { ref: "1:12-13" , primary: true }, Luke: { ref: "4:1-13" , primary: true }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 21 , title: "The Call of the First Disciples" , Matt: { ref: null , primary: false }, Mark: { ref: null , primary: false }, Luke: { ref: null , primary: false }, John: { ref: "1:35-51" , primary: true }, other: { ref: null }},
{pericope: 22 , title: "The Marriage at Cana" , Matt: { ref: null , primary: false }, Mark: { ref: null , primary: false }, Luke: { ref: null , primary: false }, John: { ref: "2:1-11" , primary: true }, other: { ref: null }},
{pericope: 23 , title: "The Sojourn at Capernaum" , Matt: { ref: null , primary: false }, Mark: { ref: null , primary: false }, Luke: { ref: null , primary: false }, John: { ref: "2:12" , primary: true }, other: { ref: null }},
{pericope: 24 , title: "The First Journey to Jerusalem" , Matt: { ref: null , primary: false }, Mark: { ref: null , primary: false }, Luke: { ref: null , primary: false }, John: { ref: "2:13" , primary: true }, other: { ref: null }},
{pericope: 25 , title: "The Cleansing of the Temple" , Matt: { ref: "21:12-13" , primary: false }, Mark: { ref: "11:15-17" , primary: false }, Luke: { ref: "19:45-46" , primary: false }, John: { ref: "2:14-22" , primary: true }, other: { ref: null }},
{pericope: 26 , title: "Jesus' Ministry in Jerusalem" , Matt: { ref: null , primary: false }, Mark: { ref: null , primary: false }, Luke: { ref: null , primary: false }, John: { ref: "2:23-25" , primary: true }, other: { ref: null }},
{pericope: 27 , title: "The Discourse with Nicodemus" , Matt: { ref: null , primary: false }, Mark: { ref: null , primary: false }, Luke: { ref: null , primary: false }, John: { ref: "3:1-21" , primary: true }, other: { ref: null }},
{pericope: 28 , title: "Jesus' Ministry in Judea" , Matt: { ref: null , primary: false }, Mark: { ref: null , primary: false }, Luke: { ref: null , primary: false }, John: { ref: "3:22" , primary: true }, other: { ref: null }},
{pericope: 29 , title: "John's Testimony to Christ" , Matt: { ref: null , primary: false }, Mark: { ref: null , primary: false }, Luke: { ref: null , primary: false }, John: { ref: "3:23-36" , primary: true }, other: { ref: null }},
{pericope: 30 , title: "The Journey into Galilee" , Matt: { ref: "4:12" , primary: true }, Mark: { ref: "1:14a" , primary: true }, Luke: { ref: "4:14a" , primary: true }, John: { ref: "4:1-3" , primary: true }, other: { ref: null }},
{pericope: 31 , title: "The Discourse with the Woman of Samaria" , Matt: { ref: null , primary: false }, Mark: { ref: null , primary: false }, Luke: { ref: null , primary: false }, John: { ref: "4:4-42" , primary: true }, other: { ref: null }},
{pericope: 32 , title: "Ministry in Galilee" , Matt: { ref: "4:13-17" , primary: true }, Mark: { ref: "1:14b-15" , primary: true }, Luke: { ref: "4:14b-15" , primary: true }, John: { ref: "4:43-46a" , primary: true }, other: { ref: null }},
{pericope: 33 , title: "Jesus' Preaching at Nazareth" , Matt: { ref: "13:53-58" , primary: false }, Mark: { ref: "6:1-6a" , primary: false }, Luke: { ref: "4:16-30" , primary: true }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 34 , title: "The Call of the Disciples" , Matt: { ref: "4:18-22" , primary: true }, Mark: { ref: "1:16-20" , primary: true }, Luke: { ref: null , primary: false }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 35 , title: "Teaching in the Synagogue at Capernaum" , Matt: { ref: null , primary: false }, Mark: { ref: "1:21-22" , primary: true }, Luke: { ref: "4:31-32" , primary: true }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 36 , title: "The Healing of the Demoniac in the Synagogue" , Matt: { ref: null , primary: false }, Mark: { ref: "1:23-28" , primary: true }, Luke: { ref: "4:33-37" , primary: true }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 37 , title: "The Healing of Peter's Mother-in-law" , Matt: { ref: "8:14-15" , primary: false }, Mark: { ref: "1:29-31" , primary: true }, Luke: { ref: "4:38-39" , primary: true }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 38 , title: "The Sick Healed at Evening" , Matt: { ref: "8:16-17" , primary: false }, Mark: { ref: "1:32-34" , primary: true }, Luke: { ref: "4:40-41" , primary: true }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 39 , title: "Jesus Departs from Capernaurn" , Matt: { ref: null , primary: false }, Mark: { ref: "1:35-38" , primary: true }, Luke: { ref: "4:42-43" , primary: true }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 40 , title: "First Preaching Tour in Galilee" , Matt: { ref: "4:23" , primary: true }, Mark: { ref: "1:39" , primary: true }, Luke: { ref: "4:44" , primary: true }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 41 , title: "The Miraculous Draught of Fish" , Matt: { ref: null , primary: false }, Mark: { ref: null , primary: false }, Luke: { ref: "5:1-11" , primary: true }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 42 , title: "The Cleansing of the Leper" , Matt: { ref: "8:1-4" , primary: false }, Mark: { ref: "1:40-45" , primary: true }, Luke: { ref: "5:12-16" , primary: true }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 43 , title: "The Healing of the Paralytic" , Matt: { ref: "9:1-8" , primary: false }, Mark: { ref: "2:1-12" , primary: true }, Luke: { ref: "5:17-26" , primary: true }, John: { ref: "5:8-9a" , primary: false }, other: { ref: null }},
{pericope: 44 , title: "The Call of Levi (Matthew)" , Matt: { ref: "9:9-13" , primary: false }, Mark: { ref: "2:13-17" , primary: true }, Luke: { ref: "5:27-32" , primary: true }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 45 , title: "The Question about Fasting" , Matt: { ref: "9:14-17" , primary: false }, Mark: { ref: "2:18-22" , primary: true }, Luke: { ref: "5:33-39" , primary: true }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 46 , title: "Plucking Grain on the Sabbath" , Matt: { ref: "12:1-8" , primary: false }, Mark: { ref: "2:23-28" , primary: true }, Luke: { ref: "6:1-5" , primary: true }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 47 , title: "The Man with the Withered Hand" , Matt: { ref: "12:9-14" , primary: false }, Mark: { ref: "3:1-6" , primary: true }, Luke: { ref: "6:6-11" , primary: true }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 48 , title: "Jesus Heals Multitudes by the Sea" , Matt: { ref: "4:24-25; 12:15-16" , primary: false }, Mark: { ref: "3:7-12" , primary: true }, Luke: { ref: "6:17-19" , primary: false }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 49 , title: "The Choosing of the Twelve" , Matt: { ref: "10:1-4" , primary: false }, Mark: { ref: "3:13-19" , primary: true }, Luke: { ref: "6:12-16" , primary: true }, John: { ref: null , primary: false }, other: { ref: "Acts 1:13b" }},
{pericope: 50 , title: "Occasion of the Sermon" , Matt: { ref: "4:24-25; 5:1-2" , primary: true }, Mark: { ref: "3:7-13 a" , primary: false }, Luke: { ref: "6:17-20a" , primary: false }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 51 , title: "The Beatitudes" , Matt: { ref: "5:3-12" , primary: true }, Mark: { ref: null , primary: false }, Luke: { ref: "6:20b-23" , primary: false }, John: { ref: null , primary: false }, other: { ref: "1 Pet 3:14; 1 Pet 4:14" }},
{pericope: 52 , title: "The Salt of the Earth" , Matt: { ref: "5:13" , primary: true }, Mark: { ref: "9:49-50" , primary: false }, Luke: { ref: "14:34-35" , primary: false }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 53 , title: "The Light of the World" , Matt: { ref: "5:14-16" , primary: true }, Mark: { ref: "4:21" , primary: false }, Luke: { ref: "8:16" , primary: false }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 54 , title: "On the Law and the Prophets" , Matt: { ref: "5:17-20" , primary: true }, Mark: { ref: null , primary: false }, Luke: { ref: "16:16-17" , primary: false }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 55 , title: "On Murder and Wrath" , Matt: { ref: "5:21-26" , primary: true }, Mark: { ref: null , primary: false }, Luke: { ref: "12:57-59" , primary: false }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 56 , title: "On Adultery and Divorce" , Matt: { ref: "5:27-32" , primary: true }, Mark: { ref: "9:43-48" , primary: false }, Luke: { ref: "16:18" , primary: false }, John: { ref: null , primary: false }, other: { ref: "1 Cor 7:10-16" }},
{pericope: 57 , title: "On Oaths" , Matt: { ref: "5:33-37" , primary: true }, Mark: { ref: null , primary: false }, Luke: { ref: null , primary: false }, John: { ref: null , primary: false }, other: { ref: "Jas 5:12" }},
{pericope: 58 , title: "On Retaliation" , Matt: { ref: "5:38-42" , primary: true }, Mark: { ref: null , primary: false }, Luke: { ref: "6:29-30" , primary: false }, John: { ref: null , primary: false }, other: { ref: "Acts 20:35" }},
{pericope: 59 , title: "On Love of One's Enemies" , Matt: { ref: "5:43-48" , primary: true }, Mark: { ref: null , primary: false }, Luke: { ref: "6:27-28; 6:32-36" , primary: false }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 60 , title: "On Almsgiving" , Matt: { ref: "6:1-4" , primary: true }, Mark: { ref: null , primary: false }, Luke: { ref: null , primary: false }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 61 , title: "On Prayer" , Matt: { ref: "6:5-6" , primary: true }, Mark: { ref: null , primary: false }, Luke: { ref: null , primary: false }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 62 , title: "The Lord's Prayer" , Matt: { ref: "6:7-15" , primary: true }, Mark: { ref: "11:25" , primary: false }, Luke: { ref: "11:1-4" , primary: false }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 63 , title: "On Fasting" , Matt: { ref: "6:16-18" , primary: true }, Mark: { ref: null , primary: false }, Luke: { ref: null , primary: false }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 64 , title: "On Treasures" , Matt: { ref: "6:19-21" , primary: true }, Mark: { ref: null , primary: false }, Luke: { ref: "12:33-34" , primary: false }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 65 , title: "The Sound Eye" , Matt: { ref: "6:22-23" , primary: true }, Mark: { ref: null , primary: false }, Luke: { ref: "11:34-36" , primary: false }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 66 , title: "On Serving Two Masters" , Matt: { ref: "6:24" , primary: true }, Mark: { ref: null , primary: false }, Luke: { ref: "16:13" , primary: false }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 67 , title: "On Anxiety" , Matt: { ref: "6:25-34" , primary: true }, Mark: { ref: null , primary: false }, Luke: { ref: "12:22-32" , primary: false }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 68 , title: "On Judging" , Matt: { ref: "7:1-5" , primary: true }, Mark: { ref: "4:24-25" , primary: false }, Luke: { ref: "6:37-42" , primary: false }, John: { ref: null , primary: false }, other: { ref: "Romans 2:1-3" }},
{pericope: 69 , title: "On Profaning the Holy" , Matt: { ref: "7:6" , primary: true }, Mark: { ref: null , primary: false }, Luke: { ref: null , primary: false }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 70 , title: "God's Answering of Prayer" , Matt: { ref: "7:7-11" , primary: true }, Mark: { ref: null , primary: false }, Luke: { ref: "11:9-13" , primary: false }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 71 , title: "The Golden Rule" , Matt: { ref: "7:12" , primary: true }, Mark: { ref: null , primary: false }, Luke: { ref: "6:31" , primary: false }, John: { ref: null , primary: false }, other: { ref: "Acts 15:19-20,28-29; Acts 21:25" }},
{pericope: 72 , title: "The Two Ways" , Matt: { ref: "7:13-14" , primary: true }, Mark: { ref: null , primary: false }, Luke: { ref: "13:23-24" , primary: false }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 73 , title: "'By their Fruits'" , Matt: { ref: "7:15-20; 12:33-35" , primary: true }, Mark: { ref: null , primary: false }, Luke: { ref: "6:43-45" , primary: false }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 74 , title: "'Saying Lord, Lord'" , Matt: { ref: "7:21-23" , primary: true }, Mark: { ref: null , primary: false }, Luke: { ref: "6:46; 13:25-27" , primary: false }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 75 , title: "The House Built upon the Rock" , Matt: { ref: "7:24-27" , primary: true }, Mark: { ref: null , primary: false }, Luke: { ref: "6:47-49" , primary: false }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 76 , title: "The Effect of the Sermon" , Matt: { ref: "7:28-29" , primary: true }, Mark: { ref: "1:21-22" , primary: false }, Luke: { ref: null , primary: false }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 77 , title: "Occasion of the Sermon" , Matt: { ref: "4:24-25; 5:1-2" , primary: false }, Mark: { ref: "3:7-13a" , primary: false }, Luke: { ref: "6:17-20a" , primary: true }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 78 , title: "The Beatitudes" , Matt: { ref: "5:3-12" , primary: false }, Mark: { ref: null , primary: false }, Luke: { ref: "6:20b-23" , primary: true }, John: { ref: null , primary: false }, other: { ref: "1 Pet 4:14" }},
{pericope: 79 , title: "The Woes" , Matt: { ref: null , primary: false }, Mark: { ref: null , primary: false }, Luke: { ref: "6:24-26" , primary: true }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 80 , title: "On Love of One's Enemies" , Matt: { ref: "5:38-48" , primary: false }, Mark: { ref: null , primary: false }, Luke: { ref: "6:27-36" , primary: true }, John: { ref: null , primary: false }, other: { ref: "Acts 20:35" }},
{pericope: 81 , title: "On Judging" , Matt: { ref: "7:1-5" , primary: false }, Mark: { ref: "4:24-25" , primary: false }, Luke: { ref: "6:37-42" , primary: true }, John: { ref: null , primary: false }, other: { ref: "Romans 2:1-3" }},
{pericope: 82 , title: "'By their Fruits'" , Matt: { ref: "7:15-20; 12:33-35" , primary: false }, Mark: { ref: null , primary: false }, Luke: { ref: "6:43-45" , primary: true }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 83 , title: "The House Built upon the Rock" , Matt: { ref: "7:21-27" , primary: false }, Mark: { ref: null , primary: false }, Luke: { ref: "6:46-49" , primary: true }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 84 , title: "Cleansing of the Leper" , Matt: { ref: "8:1-4" , primary: true }, Mark: { ref: "1:40-45" , primary: false }, Luke: { ref: "5:12-16" , primary: false }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 85 , title: "The Centurion of Capernaum" , Matt: { ref: "8:5-13" , primary: true }, Mark: { ref: "7:3" , primary: false }, Luke: { ref: "7:1-10; 13:28-29" , primary: true }, John: { ref: "4:46b-54" , primary: true }, other: { ref: null }},
{pericope: 86 , title: "The Widow's Son at Nain" , Matt: { ref: null , primary: false }, Mark: { ref: null , primary: false }, Luke: { ref: "7:11-17" , primary: true }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 87 , title: "The Healing of Peter's Mother-in-law" , Matt: { ref: "8:14-15" , primary: true }, Mark: { ref: "1:29-31" , primary: false }, Luke: { ref: "4:38-39" , primary: false }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 88 , title: "The Sick Healed at Evening" , Matt: { ref: "8:16-17" , primary: true }, Mark: { ref: "1:32-34" , primary: false }, Luke: { ref: "4:40-41" , primary: false }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 89 , title: "On Following Jesus" , Matt: { ref: "8:18-22" , primary: true }, Mark: { ref: null , primary: false }, Luke: { ref: "9:57-62" , primary: false }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 90 , title: "Stilling the Storm" , Matt: { ref: "8:23-27" , primary: true }, Mark: { ref: "4:35-41" , primary: false }, Luke: { ref: "8:22-25" , primary: false }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 91 , title: "The Gadarene Demoniacs" , Matt: { ref: "8:28-34" , primary: true }, Mark: { ref: "5:1-20" , primary: false }, Luke: { ref: "8:26-39" , primary: false }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 92 , title: "The Healing of the Paralytic" , Matt: { ref: "9:1-8" , primary: true }, Mark: { ref: "2:1-12" , primary: false }, Luke: { ref: "5:17-26" , primary: false }, John: { ref: "5:8-9a" , primary: false }, other: { ref: null }},
{pericope: 93 , title: "The Call of Levi (Matthew)" , Matt: { ref: "9:9-13" , primary: true }, Mark: { ref: "2:13-17" , primary: false }, Luke: { ref: "5:27-32" , primary: false }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 94 , title: "The Question about Fasting" , Matt: { ref: "9:14-17" , primary: true }, Mark: { ref: "2:18-22" , primary: false }, Luke: { ref: "5:33-39" , primary: false }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 95 , title: "Jairus' Daughter and the Woman with a Hemorrhage" , Matt: { ref: "9:18-26" , primary: true }, Mark: { ref: "5:21-43" , primary: false }, Luke: { ref: "8:40-56" , primary: false }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 96 , title: "Two Blind Men" , Matt: { ref: "9:27-31; 20:29-34" , primary: true }, Mark: { ref: "10:46-52" , primary: false }, Luke: { ref: "18:35-43" , primary: false }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 97 , title: "The Dumb Demoniac" , Matt: { ref: "9:32-34; 12:22-24" , primary: true }, Mark: { ref: "3:22" , primary: false }, Luke: { ref: "11:14-15" , primary: false }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 98 , title: "The Harvest is Great" , Matt: { ref: "9:35-38" , primary: true }, Mark: { ref: "6:6b; 6:34" , primary: false }, Luke: { ref: "8:1; 10:2" , primary: false }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 99 , title: "Commissioning the Twelve" , Matt: { ref: "10:1-16" , primary: true }, Mark: { ref: "6:7; 3:13-19; 6:8-11" , primary: false }, Luke: { ref: "9:1; 6:12-16; 9:2-5; 10:3" , primary: false }, John: { ref: null , primary: false }, other: { ref: "Acts 1:13b; 1 Cor 9:5-14; 1 Tim 5:18; Jas 5:4" }},
{pericope: 100 , title: "The Fate of the Disciples" , Matt: { ref: "10:17-25; 24:9-14" , primary: true }, Mark: { ref: "13:9-13" , primary: false }, Luke: { ref: "12:11-12; 6:40; 21:12-19" , primary: false }, John: { ref: "13:16" , primary: false }, other: { ref: "2 Tim 2:12" }},
{pericope: 101 , title: "Exhortation to Fearless Confession" , Matt: { ref: "10:26-33" , primary: true }, Mark: { ref: null , primary: false }, Luke: { ref: "12:2-9" , primary: false }, John: { ref: null , primary: false }, other: { ref: "Acts 27:34; 2 Tim 2:12; Rev 3:5" }},
{pericope: 102 , title: "Divisions within Households" , Matt: { ref: "10:34-36" , primary: true }, Mark: { ref: null , primary: false }, Luke: { ref: "12:51-53" , primary: false }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 103 , title: "Conditions of Discipleship" , Matt: { ref: "10:37-39" , primary: true }, Mark: { ref: null , primary: false }, Luke: { ref: "14:25-27; 17:33" , primary: false }, John: { ref: "12:25" , primary: false }, other: { ref: null }},
{pericope: 104 , title: "Rewards of Discipleship" , Matt: { ref: "10:40-42" , primary: true }, Mark: { ref: "9:41" , primary: false }, Luke: { ref: "10:16" , primary: false }, John: { ref: "13:20" , primary: false }, other: { ref: null }},
{pericope: 105 , title: "Continuation of Journey" , Matt: { ref: "11:1" , primary: true }, Mark: { ref: null , primary: false }, Luke: { ref: null , primary: false }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 106 , title: "John the Baptist's Question and Jesus' Answer" , Matt: { ref: "11:2-6" , primary: true }, Mark: { ref: null , primary: false }, Luke: { ref: "7:18-23" , primary: true }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 107 , title: "Jesus' Witness concerning John" , Matt: { ref: "11:7-19" , primary: true }, Mark: { ref: null , primary: false }, Luke: { ref: "7:24-35; 16:16" , primary: true }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 108 , title: "Woes Pronounced on Galilean Cities" , Matt: { ref: "11:20-24" , primary: true }, Mark: { ref: null , primary: false }, Luke: { ref: "10:12-15" , primary: false }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 109 , title: "Jesus' Thanksgiving to the Father" , Matt: { ref: "11:25-27" , primary: true }, Mark: { ref: null , primary: false }, Luke: { ref: "10:21-22" , primary: false }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 110 , title: "'Come unto Me'" , Matt: { ref: "11:28-30" , primary: true }, Mark: { ref: null , primary: false }, Luke: { ref: null , primary: false }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 111 , title: "Plucking Grain on the Sabbath" , Matt: { ref: "12:1-8" , primary: true }, Mark: { ref: "2:23-28" , primary: false }, Luke: { ref: "6:1-5" , primary: false }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 112 , title: "Healing the Withered Hand" , Matt: { ref: "12:9-14" , primary: true }, Mark: { ref: "3:1-6" , primary: false }, Luke: { ref: "6:6-11" , primary: false }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 113 , title: "Jesus Heals Multitudes by the Sea" , Matt: { ref: "12:15-21" , primary: true }, Mark: { ref: "3:7-12" , primary: false }, Luke: { ref: "6:17-19" , primary: false }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 114 , title: "The Woman with the Ointment" , Matt: { ref: "26:6-13" , primary: false }, Mark: { ref: "14:3-9" , primary: false }, Luke: { ref: "7:36-50" , primary: true }, John: { ref: "12:1-8" , primary: false }, other: { ref: null }},
{pericope: 115 , title: "The Ministering Women" , Matt: { ref: null , primary: false }, Mark: { ref: null , primary: false }, Luke: { ref: "8:1-3" , primary: true }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 116 , title: "Jesus is Thought to be Beside Himself" , Matt: { ref: null , primary: false }, Mark: { ref: "3:20-21" , primary: true }, Luke: { ref: null , primary: false }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 117 , title: "On Collusion with Satan" , Matt: { ref: "12:22-30; 9:32-34" , primary: true }, Mark: { ref: "3:22-27" , primary: true }, Luke: { ref: "11:14-15; 11:17-23" , primary: false }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 118 , title: "The Sin against the Holy Spirit" , Matt: { ref: "12:31-37; 7:16-20" , primary: true }, Mark: { ref: "3:28-30" , primary: true }, Luke: { ref: "12:10; 6:43-45" , primary: false }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 119 , title: "The Sign of Jonah" , Matt: { ref: "12:38-42; 16:1-2a,4" , primary: true }, Mark: { ref: "8:11-12" , primary: false }, Luke: { ref: "11:16; 11:29-32" , primary: false }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 120 , title: "The Return of the Evil Spirit" , Matt: { ref: "12:43-45" , primary: true }, Mark: { ref: null , primary: false }, Luke: { ref: "11:24-26" , primary: false }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 121 , title: "Jesus' True Kindred" , Matt: { ref: "12:46-50" , primary: true }, Mark: { ref: "3:31-35" , primary: true }, Luke: { ref: "8:19-21" , primary: false }, John: { ref: "15:14" , primary: false }, other: { ref: null }},
{pericope: 122 , title: "The Parable of the Sower" , Matt: { ref: "13:1-9" , primary: true }, Mark: { ref: "4:1-9" , primary: true }, Luke: { ref: "8:4-8" , primary: true }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 123 , title: "The Reason for Speaking in Parables" , Matt: { ref: "13:10-17" , primary: true }, Mark: { ref: "4:10-12; 4:25" , primary: true }, Luke: { ref: "8:9-10; 8:18b; 10:23-24" , primary: true }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 124 , title: "Interpretation of the Parable of the Sower" , Matt: { ref: "13:18-23" , primary: true }, Mark: { ref: "4:13-20" , primary: true }, Luke: { ref: "8:11-15" , primary: true }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 125 , title: "'He who has Ears to Hear, Let him Hear'" , Matt: { ref: "5:15; 10:26; 7:2; 13:12" , primary: false }, Mark: { ref: "4:21-25" , primary: true }, Luke: { ref: "8:16-18" , primary: true }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 126 , title: "The Parable of the Seed Growing Secretly" , Matt: { ref: null , primary: false }, Mark: { ref: "4:26-29" , primary: true }, Luke: { ref: null , primary: false }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 127 , title: "The Parable of the Tares" , Matt: { ref: "13:24-30" , primary: true }, Mark: { ref: null , primary: false }, Luke: { ref: null , primary: false }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 128 , title: "The Parable of the Mustard Seed" , Matt: { ref: "13:31-32" , primary: true }, Mark: { ref: "4:30-32" , primary: true }, Luke: { ref: "13:18-19" , primary: false }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 129 , title: "The Parable of the Leaven" , Matt: { ref: "13:33" , primary: true }, Mark: { ref: null , primary: false }, Luke: { ref: "13:20-21" , primary: false }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 130 , title: "Jesus' Use of Parables" , Matt: { ref: "13:34-35" , primary: true }, Mark: { ref: "4:33-34" , primary: true }, Luke: { ref: null , primary: false }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 131 , title: "Interpretation of the Parable of the Tares" , Matt: { ref: "13:36-43" , primary: true }, Mark: { ref: null , primary: false }, Luke: { ref: null , primary: false }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 132 , title: "The Parables of the Hidden Treasure and of the Pearl" , Matt: { ref: "13:44-46" , primary: true }, Mark: { ref: null , primary: false }, Luke: { ref: null , primary: false }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 133 , title: "The Parable of the Net" , Matt: { ref: "13:47-50" , primary: true }, Mark: { ref: null , primary: false }, Luke: { ref: null , primary: false }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 134 , title: "Treasures New and Old" , Matt: { ref: "13:51-52" , primary: true }, Mark: { ref: null , primary: false }, Luke: { ref: null , primary: false }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 135 , title: "Jesus' True Kindred" , Matt: { ref: "12:46-50" , primary: false }, Mark: { ref: "3:31-35" , primary: false }, Luke: { ref: "8:19-21" , primary: true }, John: { ref: "15:14" , primary: false }, other: { ref: null }},
{pericope: 136 , title: "Stilling the Storm" , Matt: { ref: "8:23-27" , primary: false }, Mark: { ref: "4:35-41" , primary: true }, Luke: { ref: "8:22-25" , primary: true }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 137 , title: "The Gerasene Demoniac" , Matt: { ref: "8:28-34" , primary: false }, Mark: { ref: "5:1-20" , primary: true }, Luke: { ref: "8:26-39" , primary: true }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 138 , title: "Jairus' Daughter and the Woman with a Hemorrhage" , Matt: { ref: "9:18-26" , primary: false }, Mark: { ref: "5:21-43" , primary: true }, Luke: { ref: "8:40-56" , primary: true }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 139 , title: "Jesus is Rejected at Nazareth" , Matt: { ref: "13:53-58" , primary: true }, Mark: { ref: "6:1-6a" , primary: true }, Luke: { ref: "4:16-30" , primary: false }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 140 , title: "Second Journey (to Jerusalem)" , Matt: { ref: null , primary: false }, Mark: { ref: null , primary: false }, Luke: { ref: null , primary: false }, John: { ref: "5:1" , primary: true }, other: { ref: null }},
{pericope: 141 , title: "The Healing at the Pool" , Matt: { ref: null , primary: false }, Mark: { ref: null , primary: false }, Luke: { ref: null , primary: false }, John: { ref: "5:2-47" , primary: true }, other: { ref: null }},
{pericope: 142 , title: "Commissioning the Twelve" , Matt: { ref: "9:35; 10:1,7-11,14" , primary: false }, Mark: { ref: "6:6b-13" , primary: true }, Luke: { ref: "9:1-6" , primary: true }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 143 , title: "Opinions regarding Jesus" , Matt: { ref: "14:1-2" , primary: true }, Mark: { ref: "6:14-16" , primary: true }, Luke: { ref: "9:7-9" , primary: true }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 144 , title: "The Death of John the Baptist" , Matt: { ref: "14:3-12" , primary: true }, Mark: { ref: "6:17-29" , primary: true }, Luke: { ref: "3:19-20" , primary: false }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 145 , title: "The Return of the Apostles" , Matt: { ref: null , primary: false }, Mark: { ref: "6:30-31" , primary: true }, Luke: { ref: "9:10a" , primary: true }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 146 , title: "Five Thousand are Fed" , Matt: { ref: "14:13-21" , primary: true }, Mark: { ref: "6:32-44" , primary: true }, Luke: { ref: "9: 10b-17" , primary: true }, John: { ref: "6:1-15" , primary: true }, other: { ref: null }},
{pericope: 147 , title: "The Walking on the Water" , Matt: { ref: "14:22-33" , primary: true }, Mark: { ref: "6:45-52" , primary: true }, Luke: { ref: null , primary: false }, John: { ref: "6:16-21" , primary: true }, other: { ref: null }},
{pericope: 148 , title: "Healings at Gennesaret" , Matt: { ref: "14:34-36" , primary: true }, Mark: { ref: "6:53-56" , primary: true }, Luke: { ref: null , primary: false }, John: { ref: "6:22-25" , primary: true }, other: { ref: null }},
{pericope: 149 , title: "The Bread of Life" , Matt: { ref: null , primary: false }, Mark: { ref: null , primary: false }, Luke: { ref: null , primary: false }, John: { ref: "6:26-59" , primary: true }, other: { ref: null }},
{pericope: 150 , title: "Defilement - Traditional and Real" , Matt: { ref: "15:1-20" , primary: true }, Mark: { ref: "7:1-23" , primary: true }, Luke: { ref: "11:37-41; 6:39" , primary: false }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 151 , title: "The Syrophoenician (Canaanite) Woman" , Matt: { ref: "15:21-28" , primary: true }, Mark: { ref: "7:24-30" , primary: true }, Luke: { ref: null , primary: false }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 152 , title: "Jesus Heals a Deaf Mute and Many Others" , Matt: { ref: "15:29-31" , primary: true }, Mark: { ref: "7:31-37" , primary: true }, Luke: { ref: null , primary: false }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 153 , title: "Four Thousand are Fed" , Matt: { ref: "15:32-39" , primary: true }, Mark: { ref: "8:1-10" , primary: true }, Luke: { ref: null , primary: false }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 154 , title: "The Pharisees Seek a Sign" , Matt: { ref: "16:1-4; 12:38-39" , primary: true }, Mark: { ref: "8:11-13" , primary: true }, Luke: { ref: "11:16; 12:54-56; 11:29" , primary: false }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 155 , title: "The Leaven of the Pharisees" , Matt: { ref: "16:5-12" , primary: true }, Mark: { ref: "8:14-21" , primary: true }, Luke: { ref: "12:1" , primary: false }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 156 , title: "A Blind Man is Healed at Bethsaida" , Matt: { ref: null , primary: false }, Mark: { ref: "8:22-26" , primary: true }, Luke: { ref: null , primary: false }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 157 , title: "Many Disciples Take Offense at Jesus" , Matt: { ref: null , primary: false }, Mark: { ref: null , primary: false }, Luke: { ref: null , primary: false }, John: { ref: "6:60-66" , primary: true }, other: { ref: null }},
{pericope: 158 , title: "Peter's Confession" , Matt: { ref: "16:13-20" , primary: true }, Mark: { ref: "8:27-30" , primary: true }, Luke: { ref: "9:18-21" , primary: true }, John: { ref: "6:67-71" , primary: true }, other: { ref: null }},
{pericope: 159 , title: "Jesus Foretells His Passion" , Matt: { ref: "16:21-23" , primary: true }, Mark: { ref: "8:31-33" , primary: true }, Luke: { ref: "9:22" , primary: true }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 160 , title: "'If Any Man would Come after Me'" , Matt: { ref: "16:24-28" , primary: true }, Mark: { ref: "8:34-38; 9:1" , primary: true }, Luke: { ref: "9:23-27" , primary: true }, John: { ref: "12:25" , primary: false }, other: { ref: "2 Tim 2:12" }},
{pericope: 161 , title: "The Transfiguration" , Matt: { ref: "17:1-9" , primary: true }, Mark: { ref: "9:2-10" , primary: true }, Luke: { ref: "9:28-36" , primary: true }, John: { ref: null , primary: false }, other: { ref: "2 Pet 1:16-18" }},
{pericope: 162 , title: "The Coming of Elijah" , Matt: { ref: "17:10-13" , primary: true }, Mark: { ref: "9:11-13" , primary: true }, Luke: { ref: null , primary: false }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 163 , title: "Jesus Heals a Boy Possessed by a Spirit" , Matt: { ref: "17:14-21" , primary: true }, Mark: { ref: "9:14-29" , primary: true }, Luke: { ref: "9:37-43a; 17:6" , primary: true }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 164 , title: "Jesus Foretells His Passion again" , Matt: { ref: "17:22-23" , primary: true }, Mark: { ref: "9:30-32" , primary: true }, Luke: { ref: "9:43b-45" , primary: true }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 165 , title: "Payment of the Temple Tax" , Matt: { ref: "17:24-27" , primary: true }, Mark: { ref: null , primary: false }, Luke: { ref: null , primary: false }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 166 , title: "True Greatness" , Matt: { ref: "18:1-5" , primary: true }, Mark: { ref: "9:33-37" , primary: true }, Luke: { ref: "9:46-48" , primary: true }, John: { ref: "13:2" , primary: false }, other: { ref: null }},
{pericope: 167 , title: "The Strange Exorcist" , Matt: { ref: "10:42" , primary: false }, Mark: { ref: "9:38-41" , primary: true }, Luke: { ref: "9:49-50" , primary: true }, John: { ref: null , primary: false }, other: { ref: "1 Cor 12:3" }},
{pericope: 168 , title: "Warnings concerning Temptations" , Matt: { ref: "18:6-9; 5:13" , primary: true }, Mark: { ref: "9:42-50" , primary: true }, Luke: { ref: "17:1-2; 14:34-35" , primary: false }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 169 , title: "The Parable of the Lost Sheep" , Matt: { ref: "18:10-14" , primary: true }, Mark: { ref: null , primary: false }, Luke: { ref: "15:3-7" , primary: false }, John: { ref: null , primary: false }, other: { ref: "2 Pet 3:9" }},
{pericope: 170 , title: "On Reproving One's Brother" , Matt: { ref: "18:15-18" , primary: true }, Mark: { ref: null , primary: false }, Luke: { ref: "17:3" , primary: false }, John: { ref: "20:23" , primary: false }, other: { ref: null }},
{pericope: 171 , title: "'Where Two or Three are Gathered Together'" , Matt: { ref: "18:19-20" , primary: true }, Mark: { ref: null , primary: false }, Luke: { ref: null , primary: false }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 172 , title: "On Reconciliation" , Matt: { ref: "18:21-22" , primary: true }, Mark: { ref: null , primary: false }, Luke: { ref: "17:4" , primary: false }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 173 , title: "The Parable of the Unforgiving Servant" , Matt: { ref: "18:23-35" , primary: true }, Mark: { ref: null , primary: false }, Luke: { ref: null , primary: false }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 174 , title: "Decision to Go to Jerusalem" , Matt: { ref: "19:1-2" , primary: false }, Mark: { ref: "10:1" , primary: false }, Luke: { ref: "9:51" , primary: true }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 175 , title: "Jesus is Rejected by Samaritans" , Matt: { ref: null , primary: false }, Mark: { ref: null , primary: false }, Luke: { ref: "9:52-56" , primary: true }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 176 , title: "On Following Jesus" , Matt: { ref: "8:18-22" , primary: false }, Mark: { ref: null , primary: false }, Luke: { ref: "9:57-62" , primary: true }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 177 , title: "Commissioning the Seventy" , Matt: { ref: "9:37-38; 10:7-16" , primary: false }, Mark: { ref: null , primary: false }, Luke: { ref: "10:1-12" , primary: true }, John: { ref: null , primary: false }, other: { ref: "1 Cor 9:5-14; 1 Tim 5:18; Jas 5:4" }},
{pericope: 178 , title: "Woes Pronounced on Galilaean Cities" , Matt: { ref: "11:20-24" , primary: false }, Mark: { ref: null , primary: false }, Luke: { ref: "10:13-15" , primary: true }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 179 , title: "'He who Hears You, Hears Me'" , Matt: { ref: "10:4" , primary: false }, Mark: { ref: null , primary: false }, Luke: { ref: "10:16" , primary: true }, John: { ref: "13:2" , primary: false }, other: { ref: null }},
{pericope: 180 , title: "The Return of the Seventy" , Matt: { ref: null , primary: false }, Mark: { ref: null , primary: false }, Luke: { ref: "10:17-20" , primary: true }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 181 , title: "Jesus' Thanksgiving to the Father, and the Blessedness of the Disciples" , Matt: { ref: "11:25-27; 13:16-17" , primary: false }, Mark: { ref: null , primary: false }, Luke: { ref: "10:21-24" , primary: true }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 182 , title: "The Lawyer's Question" , Matt: { ref: "22:34-40" , primary: false }, Mark: { ref: "12:28-34" , primary: false }, Luke: { ref: "10:25-28" , primary: true }, John: { ref: null , primary: false }, other: { ref: "Romans 13:8-10; Gal 5:14; Jas 2:8" }},
{pericope: 183 , title: "The Parable of the Good Samaritan" , Matt: { ref: null , primary: false }, Mark: { ref: null , primary: false }, Luke: { ref: "10:29-37" , primary: true }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 184 , title: "Mary and Martha" , Matt: { ref: null , primary: false }, Mark: { ref: null , primary: false }, Luke: { ref: "10:38-42" , primary: true }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 185 , title: "The Lord's Prayer" , Matt: { ref: "6:9-13" , primary: false }, Mark: { ref: null , primary: false }, Luke: { ref: "11:1-4" , primary: true }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 186 , title: "The Importunate Friend at Midnight" , Matt: { ref: null , primary: false }, Mark: { ref: null , primary: false }, Luke: { ref: "11:5-8" , primary: true }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 187 , title: "Encouragement to Pray" , Matt: { ref: "7:7-11" , primary: false }, Mark: { ref: null , primary: false }, Luke: { ref: "11:9-13" , primary: true }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 188 , title: "The Beelzebub Controversy" , Matt: { ref: "12:22-30" , primary: false }, Mark: { ref: "3:22-27" , primary: false }, Luke: { ref: "11:14-23" , primary: true }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 189 , title: "The Return of the Evil Spirit" , Matt: { ref: "12:43-45" , primary: false }, Mark: { ref: null , primary: false }, Luke: { ref: "11:24-26" , primary: true }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 190 , title: "True Blessedness" , Matt: { ref: null , primary: false }, Mark: { ref: null , primary: false }, Luke: { ref: "11:27-28" , primary: true }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 191 , title: "The Sign of Jonah" , Matt: { ref: "12:38-42" , primary: false }, Mark: { ref: "8:11-12" , primary: false }, Luke: { ref: "11:29-32" , primary: true }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 192 , title: "Concerning Light" , Matt: { ref: "5:15" , primary: false }, Mark: { ref: "4:21" , primary: false }, Luke: { ref: "11:33" , primary: true }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 193 , title: "The Sound Eye" , Matt: { ref: "6:22-23" , primary: false }, Mark: { ref: null , primary: false }, Luke: { ref: "11:34-36" , primary: true }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 194 , title: "Discourses against the Pharisees and Lawyers" , Matt: { ref: "15:1-9" , primary: false }, Mark: { ref: "7:1-9" , primary: false }, Luke: { ref: "11:37-54" , primary: true }, John: { ref: null , primary: false }, other: { ref: "Acts 7:51-53" }},
{pericope: 195 , title: "The Leaven of the Pharisees" , Matt: { ref: "16:5-6" , primary: false }, Mark: { ref: "8:14-15" , primary: false }, Luke: { ref: "12:1" , primary: true }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 196 , title: "Exhortation to Fearless Confession" , Matt: { ref: "10:26-33" , primary: false }, Mark: { ref: null , primary: false }, Luke: { ref: "12:2-9" , primary: true }, John: { ref: null , primary: false }, other: { ref: "Acts 27:34; 2 Tim 2:12; Rev 3:5" }},
{pericope: 197 , title: "The Sin against the Holy Spirit" , Matt: { ref: "12:31-32" , primary: false }, Mark: { ref: "3:28-30" , primary: false }, Luke: { ref: "12:1" , primary: true }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 198 , title: "The Assistance of the Holy Spirit" , Matt: { ref: "10:19-20" , primary: false }, Mark: { ref: "13:11" , primary: false }, Luke: { ref: "12:11-12; 21:14-15" , primary: true }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 199 , title: "Warning against Avarice" , Matt: { ref: null , primary: false }, Mark: { ref: null , primary: false }, Luke: { ref: "12:13-15" , primary: true }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 200 , title: "The Parable of the Rich Fool" , Matt: { ref: null , primary: false }, Mark: { ref: null , primary: false }, Luke: { ref: "12:16-21" , primary: true }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 201 , title: "Anxieties about Earthly Things" , Matt: { ref: "6:25-34" , primary: false }, Mark: { ref: null , primary: false }, Luke: { ref: "12:22-32" , primary: true }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 202 , title: "Treasures in Heaven" , Matt: { ref: "6:19-21" , primary: false }, Mark: { ref: null , primary: false }, Luke: { ref: "12:33-34" , primary: true }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 203 , title: "Watchfulness and Faithfulness" , Matt: { ref: "24:42-51" , primary: false }, Mark: { ref: null , primary: false }, Luke: { ref: "12:35-48" , primary: true }, John: { ref: null , primary: false }, other: { ref: "1 Thess 5:2; Rev 16:15" }},
{pericope: 204 , title: "Division in Households" , Matt: { ref: "10:34-36" , primary: false }, Mark: { ref: null , primary: false }, Luke: { ref: "12:49-53" , primary: true }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 205 , title: "Interpreting the Times" , Matt: { ref: "16:2-3" , primary: false }, Mark: { ref: null , primary: false }, Luke: { ref: "12:54-56" , primary: true }, John: { ref: null , primary: false }, other: { ref: null }},
{pericope: 206 , title: "Agreement with One's Accuser" , Matt: { ref: "5:25-26" , primary: false }, Mark: { ref: null , primary: false }, Luke: { ref: "12:57-59" , primary: true }, John: { ref: null , pri