-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathOpenGNT_headingCrossRef3.tsv
We can make this file beautiful and searchable if this error is corrected: Illegal quoting in line 2.
1006 lines (1006 loc) · 118 KB
/
OpenGNT_headingCrossRef3.tsv
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
Book Chapter Verse 【Heading】
40 1 1 【The Genealogy of Jesus】 (<a href="javascript:void(0)" onclick="bcv(8,4,18);">Ruth 4:18-22</a>; <a href="javascript:void(0)" onclick="bcv(42,3,23);">Luke 3:23-38</a>)
40 1 18 【The Birth of Jesus】 (<a href="javascript:void(0)" onclick="bcv(23,7,10);">Isaiah 7:10-16</a>; <a href="javascript:void(0)" onclick="bcv(33,5,1);">Micah 5:1-6</a>; <a href="javascript:void(0)" onclick="bcv(42,2,1);">Luke 2:1-7</a>)
40 2 1 【The Pilgrimage of the Magi】
40 2 13 【The Flight to Egypt】 (<a href="javascript:void(0)" onclick="bcv(28,11,1);">Hosea 11:1-7</a>)
40 2 16 【The Slaughter of Infants】 (<a href="javascript:void(0)" onclick="bcv(24,31,1);">Jeremiah 31:1-30</a>)
40 2 19 【The Return to Nazareth】 (<a href="javascript:void(0)" onclick="bcv(23,61,1);">Isaiah 61:1-11</a>; <a href="javascript:void(0)" onclick="bcv(40,13,53);">Matthew 13:53-58</a>; <a href="javascript:void(0)" onclick="bcv(41,6,1);">Mark 6:1-6</a>; <a href="javascript:void(0)" onclick="bcv(42,2,39);">Luke 2:39-40</a>; <a href="javascript:void(0)" onclick="bcv(42,4,16);">Luke 4:16-30</a>)
40 3 1 【The Mission of John the Baptist】 (<a href="javascript:void(0)" onclick="bcv(23,40,1);">Isaiah 40:1-5</a>; <a href="javascript:void(0)" onclick="bcv(41,1,1);">Mark 1:1-8</a>; <a href="javascript:void(0)" onclick="bcv(42,3,1);">Luke 3:1-20</a>; <a href="javascript:void(0)" onclick="bcv(43,1,19);">John 1:19-28</a>)
40 3 13 【The Baptism of Jesus】 (<a href="javascript:void(0)" onclick="bcv(41,1,9);">Mark 1:9-11</a>; <a href="javascript:void(0)" onclick="bcv(42,3,21);">Luke 3:21-22</a>; <a href="javascript:void(0)" onclick="bcv(43,1,29);">John 1:29-34</a>)
40 4 1 【The Temptation of Jesus】 (<a href="javascript:void(0)" onclick="bcv(41,1,12);">Mark 1:12-13</a>; <a href="javascript:void(0)" onclick="bcv(42,4,1);">Luke 4:1-13</a>)
40 4 12 【Jesus Begins His Ministry】 (<a href="javascript:void(0)" onclick="bcv(23,9,1);">Isaiah 9:1-7</a>; <a href="javascript:void(0)" onclick="bcv(41,1,14);">Mark 1:14-15</a>; <a href="javascript:void(0)" onclick="bcv(42,4,14);">Luke 4:14-15</a>)
40 4 18 【The First Disciples】 (<a href="javascript:void(0)" onclick="bcv(40,13,47);">Matthew 13:47-52</a>; <a href="javascript:void(0)" onclick="bcv(41,1,16);">Mark 1:16-20</a>; <a href="javascript:void(0)" onclick="bcv(42,5,1);">Luke 5:1-11</a>; <a href="javascript:void(0)" onclick="bcv(43,1,35);">John 1:35-42</a>)
40 4 23 【Jesus Heals the Multitudes】 (<a href="javascript:void(0)" onclick="bcv(42,6,17);">Luke 6:17-19</a>)
40 5 1 【The Sermon on the Mount】
40 5 3 <pm>¶</pm>【The Beatitudes】 (<a href="javascript:void(0)" onclick="bcv(19,1,1);">Psalm 1:1-6</a>; <a href="javascript:void(0)" onclick="bcv(42,6,20);">Luke 6:20-23</a>)
40 5 13 【Salt and Light】 (<a href="javascript:void(0)" onclick="bcv(50,2,12);">Philippians 2:12-18</a>)
40 5 17 【The Fulfillment of the Law】
40 5 21 【Anger and Reconciliation】 (<a href="javascript:void(0)" onclick="bcv(42,12,57);">Luke 12:57-59</a>)
40 5 27 【Adultery】 (<a href="javascript:void(0)" onclick="bcv(3,18,1);">Leviticus 18:1-30</a>)
40 5 31 【Divorce】 (<a href="javascript:void(0)" onclick="bcv(5,24,1);">Deuteronomy 24:1-5</a>; <a href="javascript:void(0)" onclick="bcv(42,16,18);">Luke 16:18-18</a>)
40 5 33 【Oaths and Vows】 (<a href="javascript:void(0)" onclick="bcv(4,30,1);">Numbers 30:1-16</a>)
40 5 38 【Love Your Enemies】 (<a href="javascript:void(0)" onclick="bcv(3,24,17);">Leviticus 24:17-23</a>; <a href="javascript:void(0)" onclick="bcv(42,6,27);">Luke 6:27-36</a>)
40 6 1 【Giving to the Needy】 (<a href="javascript:void(0)" onclick="bcv(5,15,7);">Deuteronomy 15:7-11</a>)
40 6 5 <pm>¶</pm>【The Lord's Prayer】 (<a href="javascript:void(0)" onclick="bcv(42,11,1);">Luke 11:1-4</a>)
40 6 16 【Proper Fasting】
40 6 19 <pm>¶</pm>【Treasures in Heaven】 (<a href="javascript:void(0)" onclick="bcv(40,13,44);">Matthew 13:44-46</a>)
40 6 22 【The Lamp of the Body】 (<a href="javascript:void(0)" onclick="bcv(42,11,33);">Luke 11:33-36</a>)
40 6 25 【Do Not Worry】 (<a href="javascript:void(0)" onclick="bcv(42,12,22);">Luke 12:22-34</a>)
40 7 1 【Do Not Judge】 (<a href="javascript:void(0)" onclick="bcv(42,6,37);">Luke 6:37-42</a>; <a href="javascript:void(0)" onclick="bcv(45,14,1);">Romans 14:1-12</a>)
40 7 7 【Ask, Seek, Knock】 (<a href="javascript:void(0)" onclick="bcv(42,11,5);">Luke 11:5-13</a>)
40 7 13 【The Narrow Gate】 (<a href="javascript:void(0)" onclick="bcv(42,13,22);">Luke 13:22-30</a>)
40 7 15 【A Tree and its Fruit】 (<a href="javascript:void(0)" onclick="bcv(40,12,33);">Matthew 12:33-37</a>; <a href="javascript:void(0)" onclick="bcv(42,6,43);">Luke 6:43-45</a>)
40 7 24 【The House on the Rock】 (<a href="javascript:void(0)" onclick="bcv(42,6,46);">Luke 6:46-49</a>)
40 7 28 <pm>¶</pm>【The Authority of Jesus】
40 8 1 <pm>¶</pm>【The Leper's Prayer】 (<a href="javascript:void(0)" onclick="bcv(3,14,1);">Leviticus 14:1-32</a>; <a href="javascript:void(0)" onclick="bcv(41,1,40);">Mark 1:40-45</a>; <a href="javascript:void(0)" onclick="bcv(42,5,12);">Luke 5:12-16</a>)
40 8 5 【The Faith of the Centurion】 (<a href="javascript:void(0)" onclick="bcv(42,7,1);">Luke 7:1-10</a>; <a href="javascript:void(0)" onclick="bcv(43,4,43);">John 4:43-54</a>)
40 8 14 【Jesus Heals at Peter's House】 (<a href="javascript:void(0)" onclick="bcv(41,1,29);">Mark 1:29-34</a>; <a href="javascript:void(0)" onclick="bcv(42,4,38);">Luke 4:38-41</a>)
40 8 18 【The Cost of Discipleship】 (<a href="javascript:void(0)" onclick="bcv(42,9,57);">Luke 9:57-62</a>; <a href="javascript:void(0)" onclick="bcv(42,14,25);">Luke 14:25-33</a>; <a href="javascript:void(0)" onclick="bcv(43,6,60);">John 6:60-65</a>)
40 8 23 【Jesus Calms the Storm】 (<a href="javascript:void(0)" onclick="bcv(41,4,35);">Mark 4:35-41</a>; <a href="javascript:void(0)" onclick="bcv(42,8,22);">Luke 8:22-25</a>)
40 8 28 【The Demons and the Pigs】 (<a href="javascript:void(0)" onclick="bcv(41,5,1);">Mark 5:1-20</a>; <a href="javascript:void(0)" onclick="bcv(42,8,26);">Luke 8:26-39</a>)
40 9 1 【Jesus Heals a Paralytic】 (<a href="javascript:void(0)" onclick="bcv(41,2,1);">Mark 2:1-12</a>; <a href="javascript:void(0)" onclick="bcv(42,5,17);">Luke 5:17-26</a>)
40 9 9 【The Calling of Matthew】 (<a href="javascript:void(0)" onclick="bcv(41,2,13);">Mark 2:13-17</a>; <a href="javascript:void(0)" onclick="bcv(42,5,27);">Luke 5:27-32</a>)
40 9 14 <pm>¶</pm>【Questions about Fasting】 (<a href="javascript:void(0)" onclick="bcv(41,2,18);">Mark 2:18-20</a>; <a href="javascript:void(0)" onclick="bcv(42,5,33);">Luke 5:33-35</a>)
40 9 16 <pm>¶</pm>【The Patches and the Wineskins】 (<a href="javascript:void(0)" onclick="bcv(41,2,21);">Mark 2:21-22</a>; <a href="javascript:void(0)" onclick="bcv(42,5,36);">Luke 5:36-39</a>)
40 9 18 【The Healing Touch of Jesus】 (<a href="javascript:void(0)" onclick="bcv(41,5,21);">Mark 5:21-43</a>; <a href="javascript:void(0)" onclick="bcv(42,8,40);">Luke 8:40-56</a>)
40 9 27 【Jesus Heals the Blind and Mute】 (<a href="javascript:void(0)" onclick="bcv(23,35,1);">Isaiah 35:1-10</a>; <a href="javascript:void(0)" onclick="bcv(41,7,31);">Mark 7:31-37</a>)
40 9 35 【The Lord of the Harvest】
40 10 1 【The Twelve Apostles】 (<a href="javascript:void(0)" onclick="bcv(41,3,13);">Mark 3:13-19</a>; <a href="javascript:void(0)" onclick="bcv(42,6,12);">Luke 6:12-16</a>)
40 10 5 【The Ministry of the Twelve】 (<a href="javascript:void(0)" onclick="bcv(41,6,7);">Mark 6:7-13</a>; <a href="javascript:void(0)" onclick="bcv(42,9,1);">Luke 9:1-6</a>)
40 10 16 【Sheep among Wolves】 (<a href="javascript:void(0)" onclick="bcv(55,1,6);">2 Timothy 1:6-12</a>)
40 10 26 【Fear God Alone】 (<a href="javascript:void(0)" onclick="bcv(42,12,4);">Luke 12:4-7</a>)
40 10 32 【Confessing Christ】 (<a href="javascript:void(0)" onclick="bcv(42,12,8);">Luke 12:8-12</a>)
40 10 34 【The Sword of the Gospel】 (<a href="javascript:void(0)" onclick="bcv(42,12,49);">Luke 12:49-53</a>)
40 10 37 【Take up Your Cross】 (<a href="javascript:void(0)" onclick="bcv(40,16,24);">Matthew 16:24-28</a>; <a href="javascript:void(0)" onclick="bcv(41,8,34);">Mark 8:34-38</a>; <a href="javascript:void(0)" onclick="bcv(42,9,23);">Luke 9:23-27</a>)
40 10 40 【The Reward of Service】 (<a href="javascript:void(0)" onclick="bcv(12,4,8);">2 Kings 4:8-17</a>)
40 11 1 【John's Inquiry】 (<a href="javascript:void(0)" onclick="bcv(42,7,18);">Luke 7:18-23</a>)
40 11 7 【Jesus Testifies about John】 (<a href="javascript:void(0)" onclick="bcv(42,1,5);">Luke 1:5-25</a>; <a href="javascript:void(0)" onclick="bcv(42,7,24);">Luke 7:24-35</a>; <a href="javascript:void(0)" onclick="bcv(42,16,14);">Luke 16:14-17</a>)
40 11 20 【Woe to the Unrepentant】 (<a href="javascript:void(0)" onclick="bcv(42,10,13);">Luke 10:13-16</a>)
40 11 25 【Rest for the Weary】 (<a href="javascript:void(0)" onclick="bcv(42,10,21);">Luke 10:21-24</a>)
40 12 1 【The Lord of the Sabbath】 (<a href="javascript:void(0)" onclick="bcv(9,21,1);">1 Samuel 21:1-9</a>; <a href="javascript:void(0)" onclick="bcv(41,2,23);">Mark 2:23-28</a>; <a href="javascript:void(0)" onclick="bcv(42,6,1);">Luke 6:1-5</a>)
40 12 9 【Jesus Heals on the Sabbath】 (<a href="javascript:void(0)" onclick="bcv(41,3,1);">Mark 3:1-6</a>; <a href="javascript:void(0)" onclick="bcv(42,6,6);">Luke 6:6-11</a>)
40 12 15 <pm>¶</pm>【God's Chosen Servant】 (<a href="javascript:void(0)" onclick="bcv(23,42,1);">Isaiah 42:1-9</a>)
40 12 22 【A House Divided】 (<a href="javascript:void(0)" onclick="bcv(41,3,20);">Mark 3:20-27</a>; <a href="javascript:void(0)" onclick="bcv(42,11,14);">Luke 11:14-23</a>)
40 12 31 <pm>¶</pm>【The Unpardonable Sin】 (<a href="javascript:void(0)" onclick="bcv(41,3,28);">Mark 3:28-30</a>)
40 12 33 【Good and Bad Fruit】 (<a href="javascript:void(0)" onclick="bcv(40,7,15);">Matthew 7:15-23</a>; <a href="javascript:void(0)" onclick="bcv(42,6,43);">Luke 6:43-45</a>)
40 12 38 【The Sign of Jonah】 (<a href="javascript:void(0)" onclick="bcv(42,11,29);">Luke 11:29-32</a>)
40 12 43 【An Unclean Spirit Returns】 (<a href="javascript:void(0)" onclick="bcv(42,11,24);">Luke 11:24-26</a>)
40 12 46 【Jesus' Mother and Brothers】 (<a href="javascript:void(0)" onclick="bcv(41,3,31);">Mark 3:31-35</a>; <a href="javascript:void(0)" onclick="bcv(42,8,19);">Luke 8:19-21</a>)
40 13 1 【The Parable of the Sower】 (<a href="javascript:void(0)" onclick="bcv(41,4,1);">Mark 4:1-9</a>; <a href="javascript:void(0)" onclick="bcv(42,8,4);">Luke 8:4-15</a>)
40 13 10 【The Purpose of Jesus' Parables】 (<a href="javascript:void(0)" onclick="bcv(41,4,10);">Mark 4:10-12</a>)
40 13 18 【The Parable of the Sower Explained】 (<a href="javascript:void(0)" onclick="bcv(41,4,13);">Mark 4:13-20</a>)
40 13 24 【The Parable of the Weeds】 (<a href="javascript:void(0)" onclick="bcv(26,17,1);">Ezekiel 17:1-10</a>)
40 13 31 【The Parable of the Mustard Seed】 (<a href="javascript:void(0)" onclick="bcv(41,4,30);">Mark 4:30-34</a>; <a href="javascript:void(0)" onclick="bcv(42,13,18);">Luke 13:18-19</a>)
40 13 33 【The Parable of the Leaven】 (<a href="javascript:void(0)" onclick="bcv(7,20,18);">Judges 20:18-23</a>; <a href="javascript:void(0)" onclick="bcv(10,2,12);">2 Samuel 2:12-32</a>; <a href="javascript:void(0)" onclick="bcv(14,13,4);">2 Chronicles 13:4-19</a>; <a href="javascript:void(0)" onclick="bcv(42,13,20);">Luke 13:20-21</a>)
40 13 34 <pm>¶</pm>【I will Open My Mouth in Parables】 (<a href="javascript:void(0)" onclick="bcv(19,78,1);">Psalm 78:1-72</a>)
40 13 36 【The Parable of the Weeds Explained】 (<a href="javascript:void(0)" onclick="bcv(36,1,1);">Zephaniah 1:1-6</a>)
40 13 44 【The Parables of the Treasure and Pearl】 (<a href="javascript:void(0)" onclick="bcv(40,6,19);">Matthew 6:19-21</a>)
40 13 47 【The Parable of the Net】 (<a href="javascript:void(0)" onclick="bcv(40,4,18);">Matthew 4:18-22</a>; <a href="javascript:void(0)" onclick="bcv(41,1,16);">Mark 1:16-20</a>; <a href="javascript:void(0)" onclick="bcv(42,5,1);">Luke 5:1-11</a>; <a href="javascript:void(0)" onclick="bcv(43,1,35);">John 1:35-42</a>)
40 13 53 【The Rejection at Nazareth】 (<a href="javascript:void(0)" onclick="bcv(23,61,1);">Isaiah 61:1-11</a>; <a href="javascript:void(0)" onclick="bcv(40,2,19);">Matthew 2:19-23</a>; <a href="javascript:void(0)" onclick="bcv(41,6,1);">Mark 6:1-6</a>; <a href="javascript:void(0)" onclick="bcv(42,2,39);">Luke 2:39-40</a>; <a href="javascript:void(0)" onclick="bcv(42,4,16);">Luke 4:16-30</a>)
40 14 1 【The Beheading of John】 (<a href="javascript:void(0)" onclick="bcv(41,6,14);">Mark 6:14-29</a>; <a href="javascript:void(0)" onclick="bcv(42,9,7);">Luke 9:7-9</a>)
40 14 13 【The Feeding of the Five Thousand】 (<a href="javascript:void(0)" onclick="bcv(41,6,30);">Mark 6:30-44</a>; <a href="javascript:void(0)" onclick="bcv(42,9,10);">Luke 9:10-17</a>; <a href="javascript:void(0)" onclick="bcv(43,6,1);">John 6:1-15</a>)
40 14 22 【Jesus Walks on Water】 (<a href="javascript:void(0)" onclick="bcv(41,6,45);">Mark 6:45-52</a>; <a href="javascript:void(0)" onclick="bcv(43,6,16);">John 6:16-25</a>)
40 14 34 【Jesus Heals at Gennesaret】 (<a href="javascript:void(0)" onclick="bcv(41,6,53);">Mark 6:53-56</a>)
40 15 1 【Tradition and Worship】 (<a href="javascript:void(0)" onclick="bcv(41,7,1);">Mark 7:1-13</a>)
40 15 10 【What Defiles a Man】 (<a href="javascript:void(0)" onclick="bcv(41,7,14);">Mark 7:14-23</a>)
40 15 21 【The Faith of the Canaanite Woman】 (<a href="javascript:void(0)" onclick="bcv(41,7,24);">Mark 7:24-30</a>)
40 15 29 【The Feeding of the Four Thousand】 (<a href="javascript:void(0)" onclick="bcv(41,8,1);">Mark 8:1-10</a>)
40 16 1 【The Demand for a Sign】 (<a href="javascript:void(0)" onclick="bcv(41,8,11);">Mark 8:11-13</a>; <a href="javascript:void(0)" onclick="bcv(42,12,54);">Luke 12:54-56</a>)
40 16 5 【The Leaven to Beware】 (<a href="javascript:void(0)" onclick="bcv(41,8,14);">Mark 8:14-21</a>)
40 16 13 【Peter's Confession of Christ】 (<a href="javascript:void(0)" onclick="bcv(41,8,27);">Mark 8:27-30</a>; <a href="javascript:void(0)" onclick="bcv(42,9,18);">Luke 9:18-20</a>; <a href="javascript:void(0)" onclick="bcv(43,6,66);">John 6:66-71</a>)
40 16 21 【Christ's Passion Foretold】 (<a href="javascript:void(0)" onclick="bcv(41,8,31);">Mark 8:31-33</a>; <a href="javascript:void(0)" onclick="bcv(42,9,21);">Luke 9:21-22</a>)
40 16 24 【Take Up Your Cross】 (<a href="javascript:void(0)" onclick="bcv(40,10,37);">Matthew 10:37-39</a>; <a href="javascript:void(0)" onclick="bcv(41,8,34);">Mark 8:34-38</a>; <a href="javascript:void(0)" onclick="bcv(42,9,23);">Luke 9:23-27</a>)
40 17 1 【The Transfiguration】 (<a href="javascript:void(0)" onclick="bcv(41,9,1);">Mark 9:1-13</a>; <a href="javascript:void(0)" onclick="bcv(42,9,28);">Luke 9:28-36</a>; <a href="javascript:void(0)" onclick="bcv(61,1,16);">2 Peter 1:16-21</a>)
40 17 14 【The Boy with a Demon】 (<a href="javascript:void(0)" onclick="bcv(41,9,14);">Mark 9:14-29</a>; <a href="javascript:void(0)" onclick="bcv(42,9,37);">Luke 9:37-42</a>; <a href="javascript:void(0)" onclick="bcv(42,17,5);">Luke 17:5-10</a>)
40 17 22 【The Second Prediction of the Passion】 (<a href="javascript:void(0)" onclick="bcv(41,9,30);">Mark 9:30-32</a>; <a href="javascript:void(0)" onclick="bcv(42,9,43);">Luke 9:43-45</a>)
40 17 24 【The Temple Tax】
40 18 1 【The Greatest in the Kingdom】 (<a href="javascript:void(0)" onclick="bcv(41,9,33);">Mark 9:33-37</a>; <a href="javascript:void(0)" onclick="bcv(42,9,46);">Luke 9:46-50</a>)
40 18 7 <pm>¶</pm>【Temptations and Trespasses】 (<a href="javascript:void(0)" onclick="bcv(41,9,42);">Mark 9:42-50</a>; <a href="javascript:void(0)" onclick="bcv(42,17,1);">Luke 17:1-4</a>)
40 18 10 【The Parable of the Lost Sheep】 (<a href="javascript:void(0)" onclick="bcv(42,15,1);">Luke 15:1-7</a>)
40 18 15 【A Brother who Sins】 (<a href="javascript:void(0)" onclick="bcv(5,19,15);">Deuteronomy 19:15-21</a>)
40 18 21 【The Unforgiving Servant】 (<a href="javascript:void(0)" onclick="bcv(45,12,14);">Romans 12:14-21</a>)
40 19 1 <pm>¶</pm>【Teachings about Divorce】 (<a href="javascript:void(0)" onclick="bcv(41,10,1);">Mark 10:1-12</a>)
40 19 13 【Jesus Blesses the Children】 (<a href="javascript:void(0)" onclick="bcv(41,10,13);">Mark 10:13-16</a>; <a href="javascript:void(0)" onclick="bcv(42,18,15);">Luke 18:15-17</a>)
40 19 16 【The Rich Young Man】 (<a href="javascript:void(0)" onclick="bcv(41,10,17);">Mark 10:17-31</a>; <a href="javascript:void(0)" onclick="bcv(42,18,18);">Luke 18:18-30</a>)
40 20 1 【The Parable of the Workers】
40 20 17 【The Third Prediction of the Passion】 (<a href="javascript:void(0)" onclick="bcv(41,10,32);">Mark 10:32-34</a>; <a href="javascript:void(0)" onclick="bcv(42,18,31);">Luke 18:31-34</a>)
40 20 20 【A Mother's Request】 (<a href="javascript:void(0)" onclick="bcv(41,10,35);">Mark 10:35-45</a>)
40 20 29 【The Blind Men by the Road】 (<a href="javascript:void(0)" onclick="bcv(41,10,46);">Mark 10:46-52</a>; <a href="javascript:void(0)" onclick="bcv(42,18,35);">Luke 18:35-43</a>)
40 21 1 【The Triumphal Entry】 (<a href="javascript:void(0)" onclick="bcv(38,9,9);">Zechariah 9:9-13</a>; <a href="javascript:void(0)" onclick="bcv(41,11,1);">Mark 11:1-11</a>; <a href="javascript:void(0)" onclick="bcv(42,19,28);">Luke 19:28-40</a>; <a href="javascript:void(0)" onclick="bcv(43,12,12);">John 12:12-19</a>)
40 21 12 【Jesus Cleanses the Temple】 (<a href="javascript:void(0)" onclick="bcv(41,11,15);">Mark 11:15-19</a>; <a href="javascript:void(0)" onclick="bcv(42,19,45);">Luke 19:45-48</a>; <a href="javascript:void(0)" onclick="bcv(43,2,12);">John 2:12-25</a>)
40 21 18 【The Barren Fig Tree】 (<a href="javascript:void(0)" onclick="bcv(41,11,12);">Mark 11:12-14</a>; <a href="javascript:void(0)" onclick="bcv(41,11,20);">Mark 11:20-26</a>)
40 21 23 【Jesus' Authority Challenged】 (<a href="javascript:void(0)" onclick="bcv(41,11,27);">Mark 11:27-33</a>; <a href="javascript:void(0)" onclick="bcv(42,20,1);">Luke 20:1-8</a>)
40 21 28 【The Parable of the Two Sons】
40 21 33 【The Parable of the Wicked Tenants】 (<a href="javascript:void(0)" onclick="bcv(41,12,1);">Mark 12:1-12</a>; <a href="javascript:void(0)" onclick="bcv(42,20,9);">Luke 20:9-18</a>)
40 22 1 【The Parable of the Banquet】 (<a href="javascript:void(0)" onclick="bcv(42,14,15);">Luke 14:15-24</a>)
40 22 15 【Paying Taxes to Caesar】 (<a href="javascript:void(0)" onclick="bcv(41,12,13);">Mark 12:13-17</a>; <a href="javascript:void(0)" onclick="bcv(42,20,19);">Luke 20:19-26</a>)
40 22 23 【The Sadducees and the Resurrection】 (<a href="javascript:void(0)" onclick="bcv(41,12,18);">Mark 12:18-27</a>; <a href="javascript:void(0)" onclick="bcv(42,20,27);">Luke 20:27-40</a>)
40 22 34 【The Greatest Commandment】 (<a href="javascript:void(0)" onclick="bcv(5,6,1);">Deuteronomy 6:1-19</a>; <a href="javascript:void(0)" onclick="bcv(41,12,28);">Mark 12:28-34</a>)
40 22 41 【Whose Son is the Christ?】 (<a href="javascript:void(0)" onclick="bcv(41,12,35);">Mark 12:35-37</a>; <a href="javascript:void(0)" onclick="bcv(42,20,41);">Luke 20:41-44</a>)
40 23 1 【Woes to Scribes and Pharisees】 (<a href="javascript:void(0)" onclick="bcv(42,11,37);">Luke 11:37-54</a>)
40 23 37 【Lament over Jerusalem】 (<a href="javascript:void(0)" onclick="bcv(42,13,31);">Luke 13:31-35</a>)
40 24 1 【Temple Destruction Foretold】 (<a href="javascript:void(0)" onclick="bcv(41,13,1);">Mark 13:1-9</a>; <a href="javascript:void(0)" onclick="bcv(42,21,5);">Luke 21:5-9</a>)
40 24 3 【Signs of the End of the Age】
40 24 9 【Witnessing to All Nations】 (<a href="javascript:void(0)" onclick="bcv(41,13,10);">Mark 13:10-13</a>; <a href="javascript:void(0)" onclick="bcv(42,21,10);">Luke 21:10-19</a>)
40 24 15 【The Abomination of Desolation】 (<a href="javascript:void(0)" onclick="bcv(41,13,14);">Mark 13:14-23</a>; <a href="javascript:void(0)" onclick="bcv(42,21,20);">Luke 21:20-24</a>)
40 24 26 <pm>¶</pm>【The Return of the Son of Man】 (<a href="javascript:void(0)" onclick="bcv(41,13,24);">Mark 13:24-27</a>; <a href="javascript:void(0)" onclick="bcv(42,21,25);">Luke 21:25-28</a>)
40 24 32 <pm>¶</pm>【The Lesson of the Fig Tree】 (<a href="javascript:void(0)" onclick="bcv(41,13,28);">Mark 13:28-31</a>; <a href="javascript:void(0)" onclick="bcv(42,21,29);">Luke 21:29-33</a>)
40 24 36 【Readiness at Any Hour】 (<a href="javascript:void(0)" onclick="bcv(1,6,1);">Genesis 6:1-7</a>; <a href="javascript:void(0)" onclick="bcv(41,13,32);">Mark 13:32-37</a>; <a href="javascript:void(0)" onclick="bcv(42,12,35);">Luke 12:35-48</a>)
40 25 1 【The Parable of the Ten Virgins】
40 25 14 <pm>¶</pm>【The Parable of the Talents】 (<a href="javascript:void(0)" onclick="bcv(42,19,11);">Luke 19:11-27</a>)
40 25 31 【The Sheep and the Goats】
40 26 1 【The Plot to Kill Jesus】 (<a href="javascript:void(0)" onclick="bcv(41,14,1);">Mark 14:1-2</a>; <a href="javascript:void(0)" onclick="bcv(42,22,1);">Luke 22:1-6</a>; <a href="javascript:void(0)" onclick="bcv(43,11,45);">John 11:45-57</a>)
40 26 6 【Jesus Anointed at Bethany】 (<a href="javascript:void(0)" onclick="bcv(41,14,3);">Mark 14:3-9</a>; <a href="javascript:void(0)" onclick="bcv(43,12,1);">John 12:1-8</a>)
40 26 14 【Judas Agrees to Betray Jesus】 (<a href="javascript:void(0)" onclick="bcv(38,11,10);">Zechariah 11:10-17</a>; <a href="javascript:void(0)" onclick="bcv(40,27,3);">Matthew 27:3-10</a>; <a href="javascript:void(0)" onclick="bcv(41,14,10);">Mark 14:10-11</a>)
40 26 17 <pm>¶</pm>【Preparing the Passover】 (<a href="javascript:void(0)" onclick="bcv(19,41,1);">Psalm 41:1-13</a>; <a href="javascript:void(0)" onclick="bcv(41,14,12);">Mark 14:12-21</a>; <a href="javascript:void(0)" onclick="bcv(42,22,7);">Luke 22:7-13</a>; <a href="javascript:void(0)" onclick="bcv(43,13,18);">John 13:18-30</a>)
40 26 26 【The Last Supper】 (<a href="javascript:void(0)" onclick="bcv(41,14,22);">Mark 14:22-26</a>; <a href="javascript:void(0)" onclick="bcv(42,22,14);">Luke 22:14-23</a>; <a href="javascript:void(0)" onclick="bcv(46,11,17);">1 Corinthians 11:17-34</a>)
40 26 31 【Jesus Predicts Peter's Denial】 (<a href="javascript:void(0)" onclick="bcv(41,14,27);">Mark 14:27-31</a>; <a href="javascript:void(0)" onclick="bcv(42,22,31);">Luke 22:31-38</a>; <a href="javascript:void(0)" onclick="bcv(43,13,36);">John 13:36-38</a>)
40 26 36 【Jesus Prays at Gethsemane】 (<a href="javascript:void(0)" onclick="bcv(41,14,32);">Mark 14:32-42</a>; <a href="javascript:void(0)" onclick="bcv(42,22,39);">Luke 22:39-46</a>)
40 26 47 【The Betrayal of Jesus】 (<a href="javascript:void(0)" onclick="bcv(41,14,43);">Mark 14:43-52</a>; <a href="javascript:void(0)" onclick="bcv(42,22,47);">Luke 22:47-53</a>; <a href="javascript:void(0)" onclick="bcv(43,18,1);">John 18:1-14</a>)
40 26 57 【Jesus Faces the Sanhedrin】 (<a href="javascript:void(0)" onclick="bcv(23,53,1);">Isaiah 53:1-8</a>; <a href="javascript:void(0)" onclick="bcv(41,14,53);">Mark 14:53-65</a>; <a href="javascript:void(0)" onclick="bcv(43,18,19);">John 18:19-24</a>; <a href="javascript:void(0)" onclick="bcv(60,2,21);">1 Peter 2:21-25</a>)
40 26 69 【Peter Denies Jesus】 (<a href="javascript:void(0)" onclick="bcv(41,14,66);">Mark 14:66-72</a>; <a href="javascript:void(0)" onclick="bcv(42,22,54);">Luke 22:54-62</a>; <a href="javascript:void(0)" onclick="bcv(43,18,15);">John 18:15-18</a>)
40 27 1 【Jesus Delivered to Pilate】 (<a href="javascript:void(0)" onclick="bcv(41,15,1);">Mark 15:1-5</a>)
40 27 3 【Judas Hangs Himself】 (<a href="javascript:void(0)" onclick="bcv(38,11,10);">Zechariah 11:10-17</a>; <a href="javascript:void(0)" onclick="bcv(40,26,14);">Matthew 26:14-16</a>; <a href="javascript:void(0)" onclick="bcv(41,14,10);">Mark 14:10-11</a>)
40 27 11 【Jesus Before Pilate】 (<a href="javascript:void(0)" onclick="bcv(42,23,1);">Luke 23:1-6</a>; <a href="javascript:void(0)" onclick="bcv(43,18,28);">John 18:28-40</a>)
40 27 15 【The Crowd Chooses Barabbas】 (<a href="javascript:void(0)" onclick="bcv(41,15,6);">Mark 15:6-11</a>; <a href="javascript:void(0)" onclick="bcv(42,23,13);">Luke 23:13-25</a>)
40 27 24 【Pilate Washes his Hands】 (<a href="javascript:void(0)" onclick="bcv(41,15,12);">Mark 15:12-15</a>)
40 27 27 【The Soldiers Mock Jesus】 (<a href="javascript:void(0)" onclick="bcv(23,50,4);">Isaiah 50:4-11</a>; <a href="javascript:void(0)" onclick="bcv(41,15,16);">Mark 15:16-20</a>; <a href="javascript:void(0)" onclick="bcv(42,22,63);">Luke 22:63-65</a>; <a href="javascript:void(0)" onclick="bcv(43,19,1);">John 19:1-15</a>)
40 27 32 <pm>¶</pm>【The Crucifixion】 (<a href="javascript:void(0)" onclick="bcv(19,22,1);">Psalm 22:1-36</a>; <a href="javascript:void(0)" onclick="bcv(19,69,1);">Psalm 69:1-36</a>; <a href="javascript:void(0)" onclick="bcv(41,15,21);">Mark 15:21-32</a>; <a href="javascript:void(0)" onclick="bcv(42,23,26);">Luke 23:26-43</a>; <a href="javascript:void(0)" onclick="bcv(43,19,16);">John 19:16-27</a>)
40 27 45 【The Death of Jesus】 (<a href="javascript:void(0)" onclick="bcv(19,22,1);">Psalm 22:1-31</a>; <a href="javascript:void(0)" onclick="bcv(41,15,33);">Mark 15:33-41</a>; <a href="javascript:void(0)" onclick="bcv(42,23,44);">Luke 23:44-49</a>; <a href="javascript:void(0)" onclick="bcv(43,19,28);">John 19:28-30</a>)
40 27 57 【The Burial of Jesus】 (<a href="javascript:void(0)" onclick="bcv(23,53,9);">Isaiah 53:9-12</a>; <a href="javascript:void(0)" onclick="bcv(41,15,42);">Mark 15:42-47</a>; <a href="javascript:void(0)" onclick="bcv(42,23,50);">Luke 23:50-56</a>; <a href="javascript:void(0)" onclick="bcv(43,19,38);">John 19:38-42</a>)
40 27 62 【The Guards at the Tomb】
40 28 1 <pm>¶</pm>【The Resurrection】 (<a href="javascript:void(0)" onclick="bcv(19,16,1);">Psalm 16:1-11</a>; <a href="javascript:void(0)" onclick="bcv(19,49,1);">Psalm 49:1-20</a>; <a href="javascript:void(0)" onclick="bcv(41,16,1);">Mark 16:1-8</a>; <a href="javascript:void(0)" onclick="bcv(42,24,1);">Luke 24:1-12</a>; <a href="javascript:void(0)" onclick="bcv(43,20,1);">John 20:1-9</a>)
40 28 11 【The Report of the Guards】
40 28 16 【The Great Commission】 (<a href="javascript:void(0)" onclick="bcv(41,16,14);">Mark 16:14-18</a>)
41 1 1 【The Mission of John the Baptist】 (<a href="javascript:void(0)" onclick="bcv(23,40,1);">Isaiah 40:1-5</a>; <a href="javascript:void(0)" onclick="bcv(40,3,1);">Matthew 3:1-12</a>; <a href="javascript:void(0)" onclick="bcv(42,3,1);">Luke 3:1-20</a>; <a href="javascript:void(0)" onclick="bcv(43,1,19);">John 1:19-28</a>)
41 1 9 【The Baptism of Jesus】 (<a href="javascript:void(0)" onclick="bcv(40,3,13);">Matthew 3:13-17</a>; <a href="javascript:void(0)" onclick="bcv(42,3,21);">Luke 3:21-22</a>; <a href="javascript:void(0)" onclick="bcv(43,1,29);">John 1:29-34</a>)
41 1 12 【The Temptation of Jesus】 (<a href="javascript:void(0)" onclick="bcv(40,4,1);">Matthew 4:1-11</a>; <a href="javascript:void(0)" onclick="bcv(42,4,1);">Luke 4:1-13</a>)
41 1 14 【Jesus Preaches in Galilee】 (<a href="javascript:void(0)" onclick="bcv(23,9,1);">Isaiah 9:1-7</a>; <a href="javascript:void(0)" onclick="bcv(40,4,12);">Matthew 4:12-17</a>; <a href="javascript:void(0)" onclick="bcv(42,4,14);">Luke 4:14-15</a>)
41 1 16 【The First Disciples】 (<a href="javascript:void(0)" onclick="bcv(40,4,18);">Matthew 4:18-22</a>; <a href="javascript:void(0)" onclick="bcv(40,13,47);">Matthew 13:47-52</a>; <a href="javascript:void(0)" onclick="bcv(42,5,1);">Luke 5:1-11</a>; <a href="javascript:void(0)" onclick="bcv(43,1,35);">John 1:35-42</a>)
41 1 21 【Jesus Expels an Unclean Spirit】 (<a href="javascript:void(0)" onclick="bcv(42,4,31);">Luke 4:31-37</a>)
41 1 29 【Jesus Heals at Peter's House】 (<a href="javascript:void(0)" onclick="bcv(40,8,14);">Matthew 8:14-17</a>; <a href="javascript:void(0)" onclick="bcv(42,4,38);">Luke 4:38-41</a>)
41 1 35 【Jesus Prays and Preaches】 (<a href="javascript:void(0)" onclick="bcv(42,4,42);">Luke 4:42-44</a>)
41 1 40 <pm>¶</pm>【The Leper's Prayer】 (<a href="javascript:void(0)" onclick="bcv(3,14,1);">Leviticus 14:1-32</a>; <a href="javascript:void(0)" onclick="bcv(40,8,1);">Matthew 8:1-4</a>; <a href="javascript:void(0)" onclick="bcv(42,5,12);">Luke 5:12-16</a>)
41 2 1 <pm>¶</pm>【Jesus Heals a Paralytic】 (<a href="javascript:void(0)" onclick="bcv(40,9,1);">Matthew 9:1-8</a>; <a href="javascript:void(0)" onclick="bcv(42,5,17);">Luke 5:17-26</a>)
41 2 13 【The Calling of Levi】 (<a href="javascript:void(0)" onclick="bcv(40,9,9);">Matthew 9:9-13</a>; <a href="javascript:void(0)" onclick="bcv(42,5,27);">Luke 5:27-32</a>)
41 2 18 【Questions about Fasting】 (<a href="javascript:void(0)" onclick="bcv(40,9,14);">Matthew 9:14-15</a>; <a href="javascript:void(0)" onclick="bcv(42,5,33);">Luke 5:33-35</a>)
41 2 21 <pm>¶</pm>【The Patches and the Wineskins】 (<a href="javascript:void(0)" onclick="bcv(40,9,16);">Matthew 9:16-17</a>; <a href="javascript:void(0)" onclick="bcv(42,5,36);">Luke 5:36-39</a>)
41 2 23 <pm>¶</pm>【The Lord of the Sabbath】 (<a href="javascript:void(0)" onclick="bcv(9,21,1);">1 Samuel 21:1-9</a>; <a href="javascript:void(0)" onclick="bcv(40,12,1);">Matthew 12:1-8</a>; <a href="javascript:void(0)" onclick="bcv(42,6,1);">Luke 6:1-5</a>)
41 3 1 【Jesus Heals on the Sabbath】 (<a href="javascript:void(0)" onclick="bcv(40,12,9);">Matthew 12:9-14</a>; <a href="javascript:void(0)" onclick="bcv(42,6,6);">Luke 6:6-11</a>)
41 3 7 【Multitudes Follow Jesus】
41 3 13 【The Twelve Apostles】 (<a href="javascript:void(0)" onclick="bcv(40,10,1);">Matthew 10:1-4</a>; <a href="javascript:void(0)" onclick="bcv(42,6,12);">Luke 6:12-16</a>)
41 3 20 【A House Divided】 (<a href="javascript:void(0)" onclick="bcv(40,12,22);">Matthew 12:22-30</a>; <a href="javascript:void(0)" onclick="bcv(42,11,14);">Luke 11:14-23</a>)
41 3 28 【The Unpardonable Sin】 (<a href="javascript:void(0)" onclick="bcv(40,12,31);">Matthew 12:31-32</a>)
41 3 31 【Jesus' Mother and Brothers】 (<a href="javascript:void(0)" onclick="bcv(40,12,46);">Matthew 12:46-50</a>; <a href="javascript:void(0)" onclick="bcv(42,8,19);">Luke 8:19-21</a>)
41 4 1 【The Parable of the Sower】 (<a href="javascript:void(0)" onclick="bcv(40,13,1);">Matthew 13:1-9</a>; <a href="javascript:void(0)" onclick="bcv(42,8,4);">Luke 8:4-15</a>)
41 4 10 <pm>¶</pm>【The Purpose of Jesus' Parables】 (<a href="javascript:void(0)" onclick="bcv(40,13,10);">Matthew 13:10-17</a>)
41 4 13 <pm>¶</pm>【The Parable of the Sower Explained】 (<a href="javascript:void(0)" onclick="bcv(40,13,18);">Matthew 13:18-23</a>)
41 4 21 【The Lesson of the Lamp】 (<a href="javascript:void(0)" onclick="bcv(42,8,16);">Luke 8:16-18</a>)
41 4 26 【The Seed Growing Secretly】
41 4 30 【The Parable of the Mustard Seed】 (<a href="javascript:void(0)" onclick="bcv(40,13,31);">Matthew 13:31-32</a>; <a href="javascript:void(0)" onclick="bcv(42,13,18);">Luke 13:18-19</a>)
41 4 35 【Jesus Calms the Storm】 (<a href="javascript:void(0)" onclick="bcv(40,8,23);">Matthew 8:23-27</a>; <a href="javascript:void(0)" onclick="bcv(42,8,22);">Luke 8:22-25</a>)
41 5 1 【The Demons and the Pigs】 (<a href="javascript:void(0)" onclick="bcv(40,8,28);">Matthew 8:28-34</a>; <a href="javascript:void(0)" onclick="bcv(42,8,26);">Luke 8:26-39</a>)
41 5 21 【The Healing Touch of Jesus】 (<a href="javascript:void(0)" onclick="bcv(40,9,18);">Matthew 9:18-26</a>; <a href="javascript:void(0)" onclick="bcv(42,8,40);">Luke 8:40-56</a>)
41 6 1 【The Rejection at Nazareth】 (<a href="javascript:void(0)" onclick="bcv(23,61,1);">Isaiah 61:1-11</a>; <a href="javascript:void(0)" onclick="bcv(40,2,19);">Matthew 2:19-23</a>; <a href="javascript:void(0)" onclick="bcv(40,13,53);">Matthew 13:53-58</a>; <a href="javascript:void(0)" onclick="bcv(42,2,39);">Luke 2:39-40</a>; <a href="javascript:void(0)" onclick="bcv(42,4,16);">Luke 4:16-30</a>)
41 6 7 <pm>¶</pm>【The Ministry of the Twelve】 (<a href="javascript:void(0)" onclick="bcv(40,10,5);">Matthew 10:5-15</a>; <a href="javascript:void(0)" onclick="bcv(42,9,1);">Luke 9:1-6</a>)
41 6 14 【The Beheading of John】 (<a href="javascript:void(0)" onclick="bcv(40,14,1);">Matthew 14:1-12</a>; <a href="javascript:void(0)" onclick="bcv(42,9,7);">Luke 9:7-9</a>)
41 6 30 【The Feeding of the Five Thousand】 (<a href="javascript:void(0)" onclick="bcv(40,14,13);">Matthew 14:13-21</a>; <a href="javascript:void(0)" onclick="bcv(42,9,10);">Luke 9:10-17</a>; <a href="javascript:void(0)" onclick="bcv(43,6,1);">John 6:1-15</a>)
41 6 45 【Jesus Walks on Water】 (<a href="javascript:void(0)" onclick="bcv(40,14,22);">Matthew 14:22-33</a>; <a href="javascript:void(0)" onclick="bcv(43,6,16);">John 6:16-25</a>)
41 6 53 【Jesus Heals at Gennesaret】 (<a href="javascript:void(0)" onclick="bcv(40,14,34);">Matthew 14:34-36</a>)
41 7 1 【Tradition and Worship】 (<a href="javascript:void(0)" onclick="bcv(40,15,1);">Matthew 15:1-9</a>)
41 7 14 【What Defiles a Man】 (<a href="javascript:void(0)" onclick="bcv(40,15,10);">Matthew 15:10-20</a>)
41 7 24 【The Faith of the Gentile Woman】 (<a href="javascript:void(0)" onclick="bcv(40,15,21);">Matthew 15:21-28</a>)
41 7 31 【The Deaf and Mute Man】 (<a href="javascript:void(0)" onclick="bcv(23,35,1);">Isaiah 35:1-10</a>; <a href="javascript:void(0)" onclick="bcv(40,9,32);">Matthew 9:32-34</a>)
41 8 1 【The Feeding of the Four Thousand】 (<a href="javascript:void(0)" onclick="bcv(40,15,29);">Matthew 15:29-39</a>)
41 8 11 【The Demand for a Sign】 (<a href="javascript:void(0)" onclick="bcv(40,16,1);">Matthew 16:1-4</a>; <a href="javascript:void(0)" onclick="bcv(42,12,54);">Luke 12:54-56</a>)
41 8 14 【The Leaven to Beware】 (<a href="javascript:void(0)" onclick="bcv(40,16,5);">Matthew 16:5-12</a>)
41 8 22 【The Blind Man at Bethsaida】
41 8 27 【Peter's Confession of Christ】 (<a href="javascript:void(0)" onclick="bcv(40,16,13);">Matthew 16:13-20</a>; <a href="javascript:void(0)" onclick="bcv(42,9,18);">Luke 9:18-20</a>; <a href="javascript:void(0)" onclick="bcv(43,6,66);">John 6:66-71</a>)
41 8 31 【Christ's Passion Foretold】 (<a href="javascript:void(0)" onclick="bcv(40,16,21);">Matthew 16:21-23</a>; <a href="javascript:void(0)" onclick="bcv(42,9,21);">Luke 9:21-22</a>)
41 8 34 【Take up Your Cross】 (<a href="javascript:void(0)" onclick="bcv(40,10,37);">Matthew 10:37-39</a>; <a href="javascript:void(0)" onclick="bcv(40,16,24);">Matthew 16:24-28</a>; <a href="javascript:void(0)" onclick="bcv(42,9,23);">Luke 9:23-27</a>)
41 9 1 【The Transfiguration】 (<a href="javascript:void(0)" onclick="bcv(40,17,1);">Matthew 17:1-13</a>; <a href="javascript:void(0)" onclick="bcv(42,9,28);">Luke 9:28-36</a>; <a href="javascript:void(0)" onclick="bcv(61,1,16);">2 Peter 1:16-21</a>)
41 9 14 【The Boy with an Evil Spirit】 (<a href="javascript:void(0)" onclick="bcv(40,17,14);">Matthew 17:14-21</a>; <a href="javascript:void(0)" onclick="bcv(42,9,37);">Luke 9:37-42</a>)
41 9 30 <pm>¶</pm>【The Second Prediction of the Passion】 (<a href="javascript:void(0)" onclick="bcv(40,17,22);">Matthew 17:22-23</a>; <a href="javascript:void(0)" onclick="bcv(42,9,43);">Luke 9:43-45</a>)
41 9 33 【The Greatest in the Kingdom】 (<a href="javascript:void(0)" onclick="bcv(40,18,1);">Matthew 18:1-6</a>; <a href="javascript:void(0)" onclick="bcv(42,9,46);">Luke 9:46-50</a>)
41 9 38 【Miracles in Jesus' Name】
41 9 42 【Temptations and Trespasses】 (<a href="javascript:void(0)" onclick="bcv(40,18,7);">Matthew 18:7-9</a>; <a href="javascript:void(0)" onclick="bcv(42,17,1);">Luke 17:1-4</a>)
41 10 1 【Teachings about Divorce】 (<a href="javascript:void(0)" onclick="bcv(40,19,1);">Matthew 19:1-12</a>)
41 10 13 【Jesus Blesses the Children】 (<a href="javascript:void(0)" onclick="bcv(40,19,13);">Matthew 19:13-15</a>; <a href="javascript:void(0)" onclick="bcv(42,18,15);">Luke 18:15-17</a>)
41 10 17 【The Rich Young Man】 (<a href="javascript:void(0)" onclick="bcv(40,19,16);">Matthew 19:16-30</a>; <a href="javascript:void(0)" onclick="bcv(42,18,18);">Luke 18:18-30</a>)
41 10 32 【The Third Prediction of the Passion】 (<a href="javascript:void(0)" onclick="bcv(40,20,17);">Matthew 20:17-19</a>; <a href="javascript:void(0)" onclick="bcv(42,18,31);">Luke 18:31-34</a>)
41 10 35 【The Request of James and John】 (<a href="javascript:void(0)" onclick="bcv(40,20,20);">Matthew 20:20-28</a>)
41 10 46 【Jesus Heals Bartimaeus】 (<a href="javascript:void(0)" onclick="bcv(40,20,29);">Matthew 20:29-34</a>; <a href="javascript:void(0)" onclick="bcv(42,18,35);">Luke 18:35-43</a>)
41 11 1 【The Triumphal Entry】 (<a href="javascript:void(0)" onclick="bcv(38,9,9);">Zechariah 9:9-13</a>; <a href="javascript:void(0)" onclick="bcv(40,21,1);">Matthew 21:1-11</a>; <a href="javascript:void(0)" onclick="bcv(42,19,28);">Luke 19:28-40</a>; <a href="javascript:void(0)" onclick="bcv(43,12,12);">John 12:12-19</a>)
41 11 12 【Jesus Curses the Fig Tree】 (<a href="javascript:void(0)" onclick="bcv(40,21,18);">Matthew 21:18-22</a>; <a href="javascript:void(0)" onclick="bcv(41,11,20);">Mark 11:20-26</a>)
41 11 15 <pm>¶</pm>【Jesus Cleanses the Temple】 (<a href="javascript:void(0)" onclick="bcv(40,21,12);">Matthew 21:12-17</a>; <a href="javascript:void(0)" onclick="bcv(42,19,45);">Luke 19:45-48</a>; <a href="javascript:void(0)" onclick="bcv(43,2,12);">John 2:12-25</a>)
41 11 20 【The Withered Fig Tree】 (<a href="javascript:void(0)" onclick="bcv(40,21,18);">Matthew 21:18-22</a>; <a href="javascript:void(0)" onclick="bcv(41,11,12);">Mark 11:12-14</a>)
41 11 27 【Jesus' Authority Challenged】 (<a href="javascript:void(0)" onclick="bcv(40,21,23);">Matthew 21:23-27</a>; <a href="javascript:void(0)" onclick="bcv(42,20,1);">Luke 20:1-8</a>)
41 12 1 【The Parable of the Wicked Tenants】 (<a href="javascript:void(0)" onclick="bcv(40,21,33);">Matthew 21:33-46</a>; <a href="javascript:void(0)" onclick="bcv(42,20,9);">Luke 20:9-18</a>)
41 12 13 【Paying Taxes to Caesar】 (<a href="javascript:void(0)" onclick="bcv(40,22,15);">Matthew 22:15-22</a>; <a href="javascript:void(0)" onclick="bcv(42,20,19);">Luke 20:19-26</a>)
41 12 18 【The Sadducees and the Resurrection】 (<a href="javascript:void(0)" onclick="bcv(40,22,23);">Matthew 22:23-33</a>; <a href="javascript:void(0)" onclick="bcv(42,20,27);">Luke 20:27-40</a>)
41 12 28 【The Greatest Commandment】 (<a href="javascript:void(0)" onclick="bcv(5,6,1);">Deuteronomy 6:1-19</a>; <a href="javascript:void(0)" onclick="bcv(40,22,34);">Matthew 22:34-40</a>)
41 12 35 【Whose Son is the Christ?】 (<a href="javascript:void(0)" onclick="bcv(40,22,41);">Matthew 22:41-46</a>; <a href="javascript:void(0)" onclick="bcv(42,20,41);">Luke 20:41-44</a>)
41 12 38 【Warning against the Scribes】 (<a href="javascript:void(0)" onclick="bcv(42,20,45);">Luke 20:45-47</a>)
41 12 41 【The Widow's Offering】 (<a href="javascript:void(0)" onclick="bcv(42,21,1);">Luke 21:1-4</a>)
41 13 1 【Temple Destruction Foretold】 (<a href="javascript:void(0)" onclick="bcv(40,24,1);">Matthew 24:1-4</a>; <a href="javascript:void(0)" onclick="bcv(42,21,5);">Luke 21:5-9</a>)
41 13 9 【Witnessing to All Nations】 (<a href="javascript:void(0)" onclick="bcv(40,24,9);">Matthew 24:9-14</a>; <a href="javascript:void(0)" onclick="bcv(42,21,10);">Luke 21:10-19</a>)
41 13 14 【The Abomination of Desolation】 (<a href="javascript:void(0)" onclick="bcv(40,24,15);">Matthew 24:15-25</a>; <a href="javascript:void(0)" onclick="bcv(42,21,20);">Luke 21:20-24</a>)
41 13 24 【The Return of the Son of Man】 (<a href="javascript:void(0)" onclick="bcv(40,24,26);">Matthew 24:26-31</a>; <a href="javascript:void(0)" onclick="bcv(42,21,25);">Luke 21:25-28</a>)
41 13 28 【The Lesson of the Fig Tree】 (<a href="javascript:void(0)" onclick="bcv(40,24,32);">Matthew 24:32-35</a>; <a href="javascript:void(0)" onclick="bcv(42,21,29);">Luke 21:29-33</a>)
41 13 32 【Readiness at Any Hour】 (<a href="javascript:void(0)" onclick="bcv(1,6,1);">Genesis 6:1-7</a>; <a href="javascript:void(0)" onclick="bcv(40,24,36);">Matthew 24:36-51</a>; <a href="javascript:void(0)" onclick="bcv(42,12,35);">Luke 12:35-48</a>)
41 14 1 【The Plot to Kill Jesus】 (<a href="javascript:void(0)" onclick="bcv(40,26,1);">Matthew 26:1-5</a>; <a href="javascript:void(0)" onclick="bcv(42,22,1);">Luke 22:1-6</a>; <a href="javascript:void(0)" onclick="bcv(43,11,45);">John 11:45-57</a>)
41 14 3 【Jesus Anointed at Bethany】 (<a href="javascript:void(0)" onclick="bcv(40,26,6);">Matthew 26:6-13</a>; <a href="javascript:void(0)" onclick="bcv(43,12,1);">John 12:1-8</a>)
41 14 10 【Judas Agrees to Betray Jesus】 (<a href="javascript:void(0)" onclick="bcv(38,11,10);">Zechariah 11:10-17</a>; <a href="javascript:void(0)" onclick="bcv(40,26,14);">Matthew 26:14-16</a>; <a href="javascript:void(0)" onclick="bcv(40,27,3);">Matthew 27:3-10</a>)
41 14 12 【Preparing the Passover】 (<a href="javascript:void(0)" onclick="bcv(19,41,1);">Psalm 41:1-13</a>; <a href="javascript:void(0)" onclick="bcv(40,26,17);">Matthew 26:17-25</a>; <a href="javascript:void(0)" onclick="bcv(42,22,7);">Luke 22:7-13</a>; <a href="javascript:void(0)" onclick="bcv(43,13,18);">John 13:18-30</a>)
41 14 22 【The Last Supper】 (<a href="javascript:void(0)" onclick="bcv(40,26,26);">Matthew 26:26-30</a>; <a href="javascript:void(0)" onclick="bcv(42,22,14);">Luke 22:14-23</a>; <a href="javascript:void(0)" onclick="bcv(46,11,17);">1 Corinthians 11:17-34</a>)
41 14 27 <pm>¶</pm>【Jesus Predicts Peter's Denial】 (<a href="javascript:void(0)" onclick="bcv(40,26,31);">Matthew 26:31-35</a>; <a href="javascript:void(0)" onclick="bcv(42,22,31);">Luke 22:31-38</a>; <a href="javascript:void(0)" onclick="bcv(43,13,36);">John 13:36-38</a>)
41 14 32 【Jesus Prays at Gethsemane】 (<a href="javascript:void(0)" onclick="bcv(40,26,36);">Matthew 26:36-46</a>; <a href="javascript:void(0)" onclick="bcv(42,22,39);">Luke 22:39-46</a>)
41 14 43 【The Betrayal of Jesus】 (<a href="javascript:void(0)" onclick="bcv(40,26,47);">Matthew 26:47-56</a>; <a href="javascript:void(0)" onclick="bcv(42,22,47);">Luke 22:47-53</a>; <a href="javascript:void(0)" onclick="bcv(43,18,1);">John 18:1-14</a>)
41 14 53 <pm>¶</pm>【Jesus Faces the Sanhedrin】 (<a href="javascript:void(0)" onclick="bcv(23,53,1);">Isaiah 53:1-8</a>; <a href="javascript:void(0)" onclick="bcv(40,26,57);">Matthew 26:57-68</a>; <a href="javascript:void(0)" onclick="bcv(43,18,19);">John 18:19-24</a>; <a href="javascript:void(0)" onclick="bcv(60,2,21);">1 Peter 2:21-25</a>)
41 14 66 【Peter Denies Jesus】 (<a href="javascript:void(0)" onclick="bcv(40,26,69);">Matthew 26:69-75</a>; <a href="javascript:void(0)" onclick="bcv(42,22,54);">Luke 22:54-62</a>; <a href="javascript:void(0)" onclick="bcv(43,18,15);">John 18:15-18</a>)
41 15 1 【Jesus Delivered to Pilate】 (<a href="javascript:void(0)" onclick="bcv(40,27,1);">Matthew 27:1-2</a>)
41 15 6 【The Crowd Chooses Barabbas】 (<a href="javascript:void(0)" onclick="bcv(40,27,15);">Matthew 27:15-23</a>; <a href="javascript:void(0)" onclick="bcv(42,23,13);">Luke 23:13-25</a>)
41 15 12 <pm>¶</pm>【Pilate Delivers up Jesus】 (<a href="javascript:void(0)" onclick="bcv(40,27,24);">Matthew 27:24-26</a>)
41 15 16 【The Soldiers Mock Jesus】 (<a href="javascript:void(0)" onclick="bcv(23,50,4);">Isaiah 50:4-11</a>; <a href="javascript:void(0)" onclick="bcv(40,27,27);">Matthew 27:27-31</a>; <a href="javascript:void(0)" onclick="bcv(42,22,63);">Luke 22:63-65</a>; <a href="javascript:void(0)" onclick="bcv(43,19,1);">John 19:1-15</a>)
41 15 21 <pm>¶</pm>【The Crucifixion】 (<a href="javascript:void(0)" onclick="bcv(19,22,1);">Psalm 22:1-36</a>; <a href="javascript:void(0)" onclick="bcv(19,69,1);">Psalm 69:1-36</a>; <a href="javascript:void(0)" onclick="bcv(40,27,32);">Matthew 27:32-44</a>; <a href="javascript:void(0)" onclick="bcv(42,23,26);">Luke 23:26-43</a>; <a href="javascript:void(0)" onclick="bcv(43,19,16);">John 19:16-27</a>)
41 15 33 【The Death of Jesus】 (<a href="javascript:void(0)" onclick="bcv(19,22,1);">Psalm 22:1-31</a>; <a href="javascript:void(0)" onclick="bcv(40,27,45);">Matthew 27:45-56</a>; <a href="javascript:void(0)" onclick="bcv(42,23,44);">Luke 23:44-49</a>; <a href="javascript:void(0)" onclick="bcv(43,19,28);">John 19:28-30</a>)
41 15 42 【The Burial of Jesus】 (<a href="javascript:void(0)" onclick="bcv(23,53,9);">Isaiah 53:9-12</a>; <a href="javascript:void(0)" onclick="bcv(40,27,57);">Matthew 27:57-61</a>; <a href="javascript:void(0)" onclick="bcv(42,23,50);">Luke 23:50-56</a>; <a href="javascript:void(0)" onclick="bcv(43,19,38);">John 19:38-42</a>)
41 16 1 【The Resurrection】 (<a href="javascript:void(0)" onclick="bcv(19,16,1);">Psalm 16:1-11</a>; <a href="javascript:void(0)" onclick="bcv(19,49,1);">Psalm 49:1-20</a>; <a href="javascript:void(0)" onclick="bcv(40,28,1);">Matthew 28:1-10</a>; <a href="javascript:void(0)" onclick="bcv(42,24,1);">Luke 24:1-12</a>; <a href="javascript:void(0)" onclick="bcv(43,20,1);">John 20:1-9</a>)
41 16 9 <pm>¶</pm>【Jesus Appears to Mary Magdalene】 (<a href="javascript:void(0)" onclick="bcv(43,20,10);">John 20:10-18</a>)
41 16 12 【Jesus Appears to Two Disciples】 (<a href="javascript:void(0)" onclick="bcv(42,24,13);">Luke 24:13-24</a>)
41 16 14 【The Great Commission】 (<a href="javascript:void(0)" onclick="bcv(40,28,16);">Matthew 28:16-20</a>)
41 16 19 【The Ascension】 (<a href="javascript:void(0)" onclick="bcv(42,24,50);">Luke 24:50-53</a>; <a href="javascript:void(0)" onclick="bcv(44,1,6);">Acts 1:6-11</a>)
42 1 1 【Dedication to Theophilus】 (<a href="javascript:void(0)" onclick="bcv(44,1,1);">Acts 1:1-3</a>)
42 1 5 【Gabriel Foretells John's Birth】 (<a href="javascript:void(0)" onclick="bcv(40,11,7);">Matthew 11:7-19</a>; <a href="javascript:void(0)" onclick="bcv(42,7,24);">Luke 7:24-35</a>; <a href="javascript:void(0)" onclick="bcv(42,16,14);">Luke 16:14-17</a>)
42 1 26 <pm>¶</pm>【Gabriel Foretells Jesus' Birth】
42 1 39 【Mary Visits Elizabeth】
42 1 46 【Mary's Song】 (<a href="javascript:void(0)" onclick="bcv(9,2,1);">1 Samuel 2:1-11</a>)
42 1 57 【The Birth of John the Baptist】
42 1 67 【Zechariah's Song】
42 2 1 【The Birth of Jesus】 (<a href="javascript:void(0)" onclick="bcv(23,7,10);">Isaiah 7:10-16</a>; <a href="javascript:void(0)" onclick="bcv(33,5,1);">Micah 5:1-6</a>; <a href="javascript:void(0)" onclick="bcv(40,1,18);">Matthew 1:18-25</a>)
42 2 8 【The Shepherds and the Angels】
42 2 21 【Jesus Presented at the Temple】
42 2 25 【The Prophecy of Simeon】
42 2 36 <pm>¶</pm>【The Prophecy of Anna】
42 2 39 【The Return to Nazareth】 (<a href="javascript:void(0)" onclick="bcv(23,61,1);">Isaiah 61:1-11</a>; <a href="javascript:void(0)" onclick="bcv(40,2,19);">Matthew 2:19-23</a>; <a href="javascript:void(0)" onclick="bcv(40,13,53);">Matthew 13:53-58</a>; <a href="javascript:void(0)" onclick="bcv(41,6,1);">Mark 6:1-6</a>; <a href="javascript:void(0)" onclick="bcv(42,4,16);">Luke 4:16-30</a>)
42 2 41 【The Boy Jesus at the Temple】
42 3 1 【The Mission of John the Baptist】 (<a href="javascript:void(0)" onclick="bcv(23,40,1);">Isaiah 40:1-5</a>; <a href="javascript:void(0)" onclick="bcv(40,3,1);">Matthew 3:1-12</a>; <a href="javascript:void(0)" onclick="bcv(41,1,1);">Mark 1:1-8</a>; <a href="javascript:void(0)" onclick="bcv(43,1,19);">John 1:19-28</a>)
42 3 21 【The Baptism of Jesus】 (<a href="javascript:void(0)" onclick="bcv(40,3,13);">Matthew 3:13-17</a>; <a href="javascript:void(0)" onclick="bcv(41,1,9);">Mark 1:9-11</a>; <a href="javascript:void(0)" onclick="bcv(43,1,29);">John 1:29-34</a>)
42 3 23 【The Genealogy of Jesus】 (<a href="javascript:void(0)" onclick="bcv(8,4,18);">Ruth 4:18-22</a>; <a href="javascript:void(0)" onclick="bcv(40,1,1);">Matthew 1:1-17</a>)
42 4 1 【The Temptation of Jesus】 (<a href="javascript:void(0)" onclick="bcv(40,4,1);">Matthew 4:1-11</a>; <a href="javascript:void(0)" onclick="bcv(41,1,12);">Mark 1:12-13</a>)
42 4 14 【Jesus Begins His Ministry】 (<a href="javascript:void(0)" onclick="bcv(23,9,1);">Isaiah 9:1-7</a>; <a href="javascript:void(0)" onclick="bcv(40,4,12);">Matthew 4:12-17</a>; <a href="javascript:void(0)" onclick="bcv(41,1,14);">Mark 1:14-15</a>)
42 4 16 【The Rejection at Nazareth】 (<a href="javascript:void(0)" onclick="bcv(23,61,1);">Isaiah 61:1-11</a>; <a href="javascript:void(0)" onclick="bcv(40,2,19);">Matthew 2:19-23</a>; <a href="javascript:void(0)" onclick="bcv(40,13,53);">Matthew 13:53-58</a>; <a href="javascript:void(0)" onclick="bcv(41,6,1);">Mark 6:1-6</a>; <a href="javascript:void(0)" onclick="bcv(42,2,39);">Luke 2:39-40</a>)
42 4 31 【Jesus Expels an Unclean Spirit】 (<a href="javascript:void(0)" onclick="bcv(41,1,21);">Mark 1:21-28</a>)
42 4 38 【Jesus Heals at Peter's House】 (<a href="javascript:void(0)" onclick="bcv(40,8,14);">Matthew 8:14-17</a>; <a href="javascript:void(0)" onclick="bcv(41,1,29);">Mark 1:29-34</a>)
42 4 42 【Jesus Preaches in Judea】 (<a href="javascript:void(0)" onclick="bcv(41,1,35);">Mark 1:35-39</a>)
42 5 1 【The First Disciples】 (<a href="javascript:void(0)" onclick="bcv(40,4,18);">Matthew 4:18-22</a>; <a href="javascript:void(0)" onclick="bcv(40,13,47);">Matthew 13:47-52</a>; <a href="javascript:void(0)" onclick="bcv(41,1,16);">Mark 1:16-20</a>; <a href="javascript:void(0)" onclick="bcv(43,1,35);">John 1:35-42</a>)
42 5 12 【The Leper's Prayer】 (<a href="javascript:void(0)" onclick="bcv(3,14,1);">Leviticus 14:1-32</a>; <a href="javascript:void(0)" onclick="bcv(40,8,1);">Matthew 8:1-4</a>; <a href="javascript:void(0)" onclick="bcv(41,1,40);">Mark 1:40-45</a>)
42 5 17 【Jesus Heals a Paralytic】 (<a href="javascript:void(0)" onclick="bcv(40,9,1);">Matthew 9:1-8</a>; <a href="javascript:void(0)" onclick="bcv(41,2,1);">Mark 2:1-12</a>)
42 5 27 【The Calling of Levi】 (<a href="javascript:void(0)" onclick="bcv(40,9,9);">Matthew 9:9-13</a>; <a href="javascript:void(0)" onclick="bcv(41,2,13);">Mark 2:13-17</a>)
42 5 33 【Questions about Fasting】 (<a href="javascript:void(0)" onclick="bcv(40,9,14);">Matthew 9:14-15</a>; <a href="javascript:void(0)" onclick="bcv(41,2,18);">Mark 2:18-20</a>)
42 5 36 【The Patches and the Wineskins】 (<a href="javascript:void(0)" onclick="bcv(40,9,16);">Matthew 9:16-17</a>; <a href="javascript:void(0)" onclick="bcv(41,2,21);">Mark 2:21-22</a>)
42 6 1 【The Lord of the Sabbath】 (<a href="javascript:void(0)" onclick="bcv(9,21,1);">1 Samuel 21:1-9</a>; <a href="javascript:void(0)" onclick="bcv(40,12,1);">Matthew 12:1-8</a>; <a href="javascript:void(0)" onclick="bcv(41,2,23);">Mark 2:23-28</a>)
42 6 6 <pm>¶</pm>【Jesus Heals on the Sabbath】 (<a href="javascript:void(0)" onclick="bcv(40,12,9);">Matthew 12:9-14</a>; <a href="javascript:void(0)" onclick="bcv(41,3,1);">Mark 3:1-6</a>)
42 6 12 【The Twelve Apostles】 (<a href="javascript:void(0)" onclick="bcv(40,10,1);">Matthew 10:1-4</a>; <a href="javascript:void(0)" onclick="bcv(41,3,13);">Mark 3:13-19</a>)
42 6 17 【Jesus Ministers to a Great Crowd】 (<a href="javascript:void(0)" onclick="bcv(40,4,23);">Matthew 4:23-25</a>)
42 6 20 【The Beatitudes】 (<a href="javascript:void(0)" onclick="bcv(19,1,1);">Psalm 1:1-6</a>; <a href="javascript:void(0)" onclick="bcv(40,5,3);">Matthew 5:3-12</a>)
42 6 24 <pm>¶</pm>【Woes】 (<a href="javascript:void(0)" onclick="bcv(30,6,1);">Amos 6:1-7</a>)
42 6 27 【Love Your Enemies】 (<a href="javascript:void(0)" onclick="bcv(3,24,17);">Leviticus 24:17-23</a>; <a href="javascript:void(0)" onclick="bcv(40,5,38);">Matthew 5:38-48</a>)
42 6 37 <pm>¶</pm>【Do Not Judge】 (<a href="javascript:void(0)" onclick="bcv(40,7,1);">Matthew 7:1-6</a>; <a href="javascript:void(0)" onclick="bcv(45,14,1);">Romans 14:1-12</a>)
42 6 43 【A Tree and its Fruit】 (<a href="javascript:void(0)" onclick="bcv(40,7,15);">Matthew 7:15-23</a>; <a href="javascript:void(0)" onclick="bcv(40,12,33);">Matthew 12:33-37</a>)
42 6 46 【The House on the Rock】 (<a href="javascript:void(0)" onclick="bcv(40,7,24);">Matthew 7:24-27</a>)
42 7 1 【The Faith of the Centurion】 (<a href="javascript:void(0)" onclick="bcv(40,8,5);">Matthew 8:5-13</a>; <a href="javascript:void(0)" onclick="bcv(43,4,43);">John 4:43-54</a>)
42 7 11 【Jesus Raises a Widow's Son】
42 7 18 【John's Inquiry】 (<a href="javascript:void(0)" onclick="bcv(40,11,1);">Matthew 11:1-6</a>)
42 7 24 【Jesus Testifies about John】 (<a href="javascript:void(0)" onclick="bcv(40,11,7);">Matthew 11:7-19</a>; <a href="javascript:void(0)" onclick="bcv(42,1,5);">Luke 1:5-25</a>; <a href="javascript:void(0)" onclick="bcv(42,16,14);">Luke 16:14-17</a>)
42 7 36 【A Sinful Woman Anoints Jesus】
42 8 1 【Women Minister to Jesus】
42 8 4 【The Parable of the Sower】 (<a href="javascript:void(0)" onclick="bcv(40,13,1);">Matthew 13:1-9</a>; <a href="javascript:void(0)" onclick="bcv(41,4,1);">Mark 4:1-9</a>)
42 8 16 【The Lesson of the Lamp】 (<a href="javascript:void(0)" onclick="bcv(41,4,21);">Mark 4:21-25</a>)
42 8 19 【Jesus' Mother and Brothers】 (<a href="javascript:void(0)" onclick="bcv(40,12,46);">Matthew 12:46-50</a>; <a href="javascript:void(0)" onclick="bcv(41,3,31);">Mark 3:31-35</a>)
42 8 22 【Jesus Calms the Storm】 (<a href="javascript:void(0)" onclick="bcv(40,8,23);">Matthew 8:23-27</a>; <a href="javascript:void(0)" onclick="bcv(41,4,35);">Mark 4:35-41</a>)
42 8 26 【The Demons and the Pigs】 (<a href="javascript:void(0)" onclick="bcv(40,8,28);">Matthew 8:28-34</a>; <a href="javascript:void(0)" onclick="bcv(41,5,1);">Mark 5:1-20</a>)
42 8 40 【The Healing Touch of Jesus】 (<a href="javascript:void(0)" onclick="bcv(40,9,18);">Matthew 9:18-26</a>; <a href="javascript:void(0)" onclick="bcv(41,5,21);">Mark 5:21-43</a>)
42 9 1 【The Ministry of the Twelve】 (<a href="javascript:void(0)" onclick="bcv(40,10,5);">Matthew 10:5-15</a>; <a href="javascript:void(0)" onclick="bcv(41,6,7);">Mark 6:7-13</a>)
42 9 7 【Herod Desires to See Jesus】 (<a href="javascript:void(0)" onclick="bcv(40,14,1);">Matthew 14:1-12</a>; <a href="javascript:void(0)" onclick="bcv(41,6,14);">Mark 6:14-29</a>)
42 9 10 【The Feeding of the Five Thousand】 (<a href="javascript:void(0)" onclick="bcv(40,14,13);">Matthew 14:13-21</a>; <a href="javascript:void(0)" onclick="bcv(41,6,30);">Mark 6:30-44</a>; <a href="javascript:void(0)" onclick="bcv(43,6,1);">John 6:1-15</a>)
42 9 18 【Peter's Confession of Christ】 (<a href="javascript:void(0)" onclick="bcv(40,16,13);">Matthew 16:13-20</a>; <a href="javascript:void(0)" onclick="bcv(41,8,27);">Mark 8:27-30</a>; <a href="javascript:void(0)" onclick="bcv(43,6,66);">John 6:66-71</a>)
42 9 21 <pm>¶</pm>【Christ's Passion Foretold】 (<a href="javascript:void(0)" onclick="bcv(40,16,21);">Matthew 16:21-23</a>; <a href="javascript:void(0)" onclick="bcv(41,8,31);">Mark 8:31-33</a>)
42 9 23 【Take Up Your Cross】 (<a href="javascript:void(0)" onclick="bcv(40,10,37);">Matthew 10:37-39</a>; <a href="javascript:void(0)" onclick="bcv(40,16,24);">Matthew 16:24-28</a>; <a href="javascript:void(0)" onclick="bcv(41,8,34);">Mark 8:34-38</a>)
42 9 28 【The Transfiguration】 (<a href="javascript:void(0)" onclick="bcv(40,17,1);">Matthew 17:1-13</a>; <a href="javascript:void(0)" onclick="bcv(41,9,1);">Mark 9:1-13</a>; <a href="javascript:void(0)" onclick="bcv(61,1,16);">2 Peter 1:16-21</a>)
42 9 37 【The Boy with an Evil Spirit】 (<a href="javascript:void(0)" onclick="bcv(40,17,14);">Matthew 17:14-21</a>; <a href="javascript:void(0)" onclick="bcv(41,9,14);">Mark 9:14-29</a>; <a href="javascript:void(0)" onclick="bcv(42,17,5);">Luke 17:5-10</a>)
42 9 43 <pm>¶</pm>【The Second Prediction of the Passion】 (<a href="javascript:void(0)" onclick="bcv(42,18,31);">Luke 18:31-34</a>; <a href="javascript:void(0)" onclick="bcv(41,9,30);">Mark 9:30-32</a>)
42 9 46 【The Greatest in the Kingdom】 (<a href="javascript:void(0)" onclick="bcv(40,18,1);">Matthew 18:1-6</a>; <a href="javascript:void(0)" onclick="bcv(41,9,33);">Mark 9:33-37</a>)
42 9 51 【The Samaritans Reject Jesus】
42 9 57 【The Cost of Discipleship】 (<a href="javascript:void(0)" onclick="bcv(40,8,18);">Matthew 8:18-22</a>; <a href="javascript:void(0)" onclick="bcv(42,14,25);">Luke 14:25-33</a>; <a href="javascript:void(0)" onclick="bcv(43,6,60);">John 6:60-65</a>)
42 10 1 【Jesus Sends Out the Disciples】
42 10 13 【Woe to the Unrepentant】 (<a href="javascript:void(0)" onclick="bcv(40,11,20);">Matthew 11:20-24</a>)
42 10 17 【The Joyful Return】
42 10 21 【Jesus' Prayer of Thanksgiving】 (<a href="javascript:void(0)" onclick="bcv(40,11,25);">Matthew 11:25-30</a>)
42 10 25 【The Parable of the Good Samaritan】
42 10 38 【Martha and Mary】
42 11 1 【The Lord's Prayer】 (<a href="javascript:void(0)" onclick="bcv(40,6,5);">Matthew 6:5-15</a>)
42 11 5 <pm>¶</pm>【Ask, Seek, Knock】 (<a href="javascript:void(0)" onclick="bcv(40,7,7);">Matthew 7:7-12</a>)
42 11 14 【A House Divided】 (<a href="javascript:void(0)" onclick="bcv(40,12,22);">Matthew 12:22-30</a>; <a href="javascript:void(0)" onclick="bcv(41,3,20);">Mark 3:20-27</a>)
42 11 24 <pm>¶</pm>【An Unclean Spirit Returns】 (<a href="javascript:void(0)" onclick="bcv(40,12,43);">Matthew 12:43-45</a>)
42 11 27 【True Blessedness】
42 11 29 【The Sign of Jonah】 (<a href="javascript:void(0)" onclick="bcv(40,12,38);">Matthew 12:38-42</a>)
42 11 33 【The Lamp of the Body】 (<a href="javascript:void(0)" onclick="bcv(40,6,22);">Matthew 6:22-24</a>)
42 11 37 【Woes to Religious Leaders】 (<a href="javascript:void(0)" onclick="bcv(40,23,1);">Matthew 23:1-36</a>)
42 12 1 <pm>¶</pm>【The Leaven of the Pharisees】
42 12 4 【Fear God Alone】 (<a href="javascript:void(0)" onclick="bcv(40,10,26);">Matthew 10:26-31</a>)
42 12 8 <pm>¶</pm>【Confessing Christ】 (<a href="javascript:void(0)" onclick="bcv(40,10,32);">Matthew 10:32-33</a>)
42 12 13 【The Parable of the Rich Fool】
42 12 22 【Do Not Worry】 (<a href="javascript:void(0)" onclick="bcv(40,6,25);">Matthew 6:25-34</a>)
42 12 35 【Be Ready for Service】 (<a href="javascript:void(0)" onclick="bcv(1,6,1);">Genesis 6:1-7</a>; <a href="javascript:void(0)" onclick="bcv(40,24,36);">Matthew 24:36-51</a>; <a href="javascript:void(0)" onclick="bcv(41,13,32);">Mark 13:32-37</a>)
42 12 49 【Not Peace, But Division】 (<a href="javascript:void(0)" onclick="bcv(40,10,34);">Matthew 10:34-36</a>)
42 12 54 <pm>¶</pm>【Interpreting the Present Time】 (<a href="javascript:void(0)" onclick="bcv(40,16,1);">Matthew 16:1-4</a>; <a href="javascript:void(0)" onclick="bcv(41,8,11);">Mark 8:11-13</a>)
42 12 57 【Reconcile with an Adversary】 (<a href="javascript:void(0)" onclick="bcv(40,5,21);">Matthew 5:21-26</a>)
42 13 1 【A Call to Repentance】 (<a href="javascript:void(0)" onclick="bcv(29,1,13);">Joel 1:13-20</a>; <a href="javascript:void(0)" onclick="bcv(30,5,4);">Amos 5:4-15</a>; <a href="javascript:void(0)" onclick="bcv(36,2,1);">Zephaniah 2:1-3</a>)
42 13 6 【The Parable of the Barren Fig Tree】 (<a href="javascript:void(0)" onclick="bcv(23,5,1);">Isaiah 5:1-7</a>)
42 13 10 【Jesus Heals a Woman on the Sabbath】
42 13 18 【The Parable of the Mustard Seed】 (<a href="javascript:void(0)" onclick="bcv(40,13,31);">Matthew 13:31-32</a>; <a href="javascript:void(0)" onclick="bcv(41,4,30);">Mark 4:30-34</a>)
42 13 20 【The Parable of the Leaven】 (<a href="javascript:void(0)" onclick="bcv(7,20,18);">Judges 20:18-23</a>; <a href="javascript:void(0)" onclick="bcv(10,2,12);">2 Samuel 2:12-32</a>; <a href="javascript:void(0)" onclick="bcv(14,13,4);">2 Chronicles 13:4-19</a>; <a href="javascript:void(0)" onclick="bcv(40,13,33);">Matthew 13:33</a>)
42 13 22 【The Narrow Door】 (<a href="javascript:void(0)" onclick="bcv(40,7,13);">Matthew 7:13-14</a>)
42 13 31 【Lament over Jerusalem】 (<a href="javascript:void(0)" onclick="bcv(40,23,37);">Matthew 23:37-39</a>)
42 14 1 【Jesus Heals a Man with Dropsy】
42 14 7 【The Parable of the Guests】
42 14 15 【The Parable of the Banquet】 (<a href="javascript:void(0)" onclick="bcv(40,22,1);">Matthew 22:1-14</a>)
42 14 25 【The Cost of Discipleship】 (<a href="javascript:void(0)" onclick="bcv(40,8,18);">Matthew 8:18-22</a>; <a href="javascript:void(0)" onclick="bcv(42,9,57);">Luke 9:57-62</a>; <a href="javascript:void(0)" onclick="bcv(43,6,60);">John 6:60-65</a>)
42 14 34 【Good Salt】
42 15 1 【The Parable of the Lost Sheep】 (<a href="javascript:void(0)" onclick="bcv(40,18,10);">Matthew 18:10-14</a>)
42 15 8 【The Parable of the Lost Coin】
42 15 11 【The Parable of the Prodigal Son】 (<a href="javascript:void(0)" onclick="bcv(5,21,18);">Deuteronomy 21:18-21</a>)
42 16 1 【The Parable of the Shrewd Manager】
42 16 14 【The Law and the Prophets】 (<a href="javascript:void(0)" onclick="bcv(40,11,7);">Matthew 11:7-19</a>; <a href="javascript:void(0)" onclick="bcv(42,1,5);">Luke 1:5-25</a>; <a href="javascript:void(0)" onclick="bcv(42,7,24);">Luke 7:24-35</a>)
42 16 19 【The Rich Man and Lazarus】 (<a href="javascript:void(0)" onclick="bcv(43,5,39);">John 5:39-47</a>)
42 17 1 【Temptations and Trespasses】 (<a href="javascript:void(0)" onclick="bcv(40,18,7);">Matthew 18:7-9</a>; <a href="javascript:void(0)" onclick="bcv(41,9,42);">Mark 9:42-50</a>)
42 17 5 【The Power of Faith】 (<a href="javascript:void(0)" onclick="bcv(40,17,14);">Matthew 17:14-21</a>; <a href="javascript:void(0)" onclick="bcv(41,9,14);">Mark 9:14-29</a>)
42 17 11 【The Ten Lepers】 (<a href="javascript:void(0)" onclick="bcv(12,5,1);">2 Kings 5:1-14</a>)
42 17 20 【The Coming of the Kingdom】
42 18 1 【The Persistent Widow】
42 18 9 【The Pharisee and Tax Collector】
42 18 15 【Jesus Blesses the Children】 (<a href="javascript:void(0)" onclick="bcv(40,19,13);">Matthew 19:13-15</a>; <a href="javascript:void(0)" onclick="bcv(41,10,13);">Mark 10:13-16</a>)
42 18 18 【The Rich Young Ruler】 (<a href="javascript:void(0)" onclick="bcv(40,19,16);">Matthew 19:16-30</a>; <a href="javascript:void(0)" onclick="bcv(41,10,17);">Mark 10:17-31</a>)
42 18 31 【The Third Prediction of the Passion】 (<a href="javascript:void(0)" onclick="bcv(40,20,17);">Matthew 20:17-19</a>; <a href="javascript:void(0)" onclick="bcv(42,9,43);">Luke 9:43-45</a>)
42 18 35 【Jesus Heals a Blind Beggar】 (<a href="javascript:void(0)" onclick="bcv(40,20,29);">Matthew 20:29-34</a>; <a href="javascript:void(0)" onclick="bcv(41,10,46);">Mark 10:46-52</a>)
42 19 1 【Jesus and Zacchaeus】 (<a href="javascript:void(0)" onclick="bcv(4,5,5);">Numbers 5:5-10</a>)
42 19 11 【The Parable of the Ten Minas】 (<a href="javascript:void(0)" onclick="bcv(40,25,14);">Matthew 25:14-30</a>)
42 19 28 【The Triumphal Entry】 (<a href="javascript:void(0)" onclick="bcv(38,9,9);">Zechariah 9:9-13</a>; <a href="javascript:void(0)" onclick="bcv(40,21,1);">Matthew 21:1-11</a>; <a href="javascript:void(0)" onclick="bcv(41,11,1);">Mark 11:1-11</a>; <a href="javascript:void(0)" onclick="bcv(43,12,12);">John 12:12-19</a>)
42 19 41 【Jesus Weeps over Jerusalem】 (<a href="javascript:void(0)" onclick="bcv(23,29,1);">Isaiah 29:1-16</a>)
42 19 45 【Jesus Cleanses the Temple】 (<a href="javascript:void(0)" onclick="bcv(40,21,12);">Matthew 21:12-17</a>; <a href="javascript:void(0)" onclick="bcv(41,11,15);">Mark 11:15-19</a>; <a href="javascript:void(0)" onclick="bcv(43,2,12);">John 2:12-25</a>)
42 20 1 【Jesus' Authority Challenged】 (<a href="javascript:void(0)" onclick="bcv(40,21,23);">Matthew 21:23-27</a>; <a href="javascript:void(0)" onclick="bcv(41,11,27);">Mark 11:27-33</a>)
42 20 9 【The Parable of the Wicked Tenants】 (<a href="javascript:void(0)" onclick="bcv(40,21,33);">Matthew 21:33-46</a>; <a href="javascript:void(0)" onclick="bcv(41,12,1);">Mark 12:1-12</a>)
42 20 19 【Paying Taxes to Caesar】 (<a href="javascript:void(0)" onclick="bcv(40,22,15);">Matthew 22:15-22</a>; <a href="javascript:void(0)" onclick="bcv(41,12,13);">Mark 12:13-17</a>)
42 20 27 【The Sadducees and the Resurrection】 (<a href="javascript:void(0)" onclick="bcv(40,22,23);">Matthew 22:23-33</a>; <a href="javascript:void(0)" onclick="bcv(41,12,18);">Mark 12:18-27</a>)
42 20 41 【Whose Son is the Christ?】 (<a href="javascript:void(0)" onclick="bcv(40,22,41);">Matthew 22:41-46</a>; <a href="javascript:void(0)" onclick="bcv(41,12,35);">Mark 12:35-37</a>)
42 20 45 【Beware of the Scribes】 (<a href="javascript:void(0)" onclick="bcv(41,12,38);">Mark 12:38-40</a>)
42 21 1 【The Poor Widow's Offering】 (<a href="javascript:void(0)" onclick="bcv(41,12,41);">Mark 12:41-44</a>)
42 21 5 【Temple Destruction Foretold】 (<a href="javascript:void(0)" onclick="bcv(40,24,1);">Matthew 24:1-4</a>; <a href="javascript:void(0)" onclick="bcv(41,13,1);">Mark 13:1-9</a>)
42 21 10 【Witnessing to All Nations】 (<a href="javascript:void(0)" onclick="bcv(40,24,9);">Matthew 24:9-14</a>; <a href="javascript:void(0)" onclick="bcv(41,13,10);">Mark 13:10-13</a>)
42 21 20 【The Destruction of Jerusalem】 (<a href="javascript:void(0)" onclick="bcv(40,24,15);">Matthew 24:15-25</a>; <a href="javascript:void(0)" onclick="bcv(41,13,14);">Mark 13:14-23</a>)
42 21 25 【The Return of the Son of Man】 (<a href="javascript:void(0)" onclick="bcv(40,24,26);">Matthew 24:26-31</a>; <a href="javascript:void(0)" onclick="bcv(41,13,24);">Mark 13:24-27</a>)
42 21 29 【The Lesson of the Fig Tree】 (<a href="javascript:void(0)" onclick="bcv(40,24,32);">Matthew 24:32-35</a>; <a href="javascript:void(0)" onclick="bcv(41,13,28);">Mark 13:28-31</a>)
42 21 34 【Be Watchful for the Day】
42 22 1 【The Plot to Kill Jesus】 (<a href="javascript:void(0)" onclick="bcv(40,26,1);">Matthew 26:1-5</a>; <a href="javascript:void(0)" onclick="bcv(41,14,1);">Mark 14:1-2</a>; <a href="javascript:void(0)" onclick="bcv(43,11,45);">John 11:45-57</a>)
42 22 7 【Preparing the Passover】 (<a href="javascript:void(0)" onclick="bcv(19,41,1);">Psalm 41:1-13</a>; <a href="javascript:void(0)" onclick="bcv(40,26,17);">Matthew 26:17-25</a>; <a href="javascript:void(0)" onclick="bcv(41,14,12);">Mark 14:12-21</a>; <a href="javascript:void(0)" onclick="bcv(43,13,18);">John 13:18-30</a>)
42 22 14 【The Last Supper】 (<a href="javascript:void(0)" onclick="bcv(40,26,26);">Matthew 26:26-30</a>; <a href="javascript:void(0)" onclick="bcv(41,14,22);">Mark 14:22-26</a>; <a href="javascript:void(0)" onclick="bcv(46,11,17);">1 Corinthians 11:17-34</a>)
42 22 24 【Who is the Greatest?】
42 22 31 【Jesus Predicts Peter's Denial】 (<a href="javascript:void(0)" onclick="bcv(40,26,31);">Matthew 26:31-35</a>; <a href="javascript:void(0)" onclick="bcv(41,14,27);">Mark 14:27-31</a>; <a href="javascript:void(0)" onclick="bcv(43,13,36);">John 13:36-38</a>)
42 22 39 【Jesus Prays on the Mount of Olives】 (<a href="javascript:void(0)" onclick="bcv(40,26,36);">Matthew 26:36-46</a>; <a href="javascript:void(0)" onclick="bcv(41,14,32);">Mark 14:32-42</a>)
42 22 47 【The Betrayal of Jesus】 (<a href="javascript:void(0)" onclick="bcv(40,26,47);">Matthew 26:47-56</a>; <a href="javascript:void(0)" onclick="bcv(41,14,43);">Mark 14:43-52</a>; <a href="javascript:void(0)" onclick="bcv(43,18,1);">John 18:1-14</a>)
42 22 54 【Peter Denies Jesus】 (<a href="javascript:void(0)" onclick="bcv(40,26,69);">Matthew 26:69-75</a>; <a href="javascript:void(0)" onclick="bcv(41,14,66);">Mark 14:66-72</a>; <a href="javascript:void(0)" onclick="bcv(43,18,15);">John 18:15-18</a>)
42 22 63 【The Soldiers Mock Jesus】 (<a href="javascript:void(0)" onclick="bcv(23,50,4);">Isaiah 50:4-11</a>; <a href="javascript:void(0)" onclick="bcv(40,27,27);">Matthew 27:27-31</a>; <a href="javascript:void(0)" onclick="bcv(41,15,16);">Mark 15:16-20</a>; <a href="javascript:void(0)" onclick="bcv(43,19,1);">John 19:1-15</a>)
42 22 66 【Jesus Faces the Council】
42 23 1 【Jesus Before Pilate】 (<a href="javascript:void(0)" onclick="bcv(40,27,11);">Matthew 27:11-14</a>; <a href="javascript:void(0)" onclick="bcv(43,18,28);">John 18:28-40</a>)
42 23 6 【Jesus Before Herod】
42 23 13 【The Crowd Chooses Barabbas】 (<a href="javascript:void(0)" onclick="bcv(40,27,15);">Matthew 27:15-23</a>; <a href="javascript:void(0)" onclick="bcv(41,15,6);">Mark 15:6-11</a>)
42 23 26 【The Crucifixion】 (<a href="javascript:void(0)" onclick="bcv(19,22,1);">Psalm 22:1-36</a>; <a href="javascript:void(0)" onclick="bcv(19,69,1);">Psalm 69:1-36</a>; <a href="javascript:void(0)" onclick="bcv(40,27,32);">Matthew 27:32-44</a>; <a href="javascript:void(0)" onclick="bcv(41,15,21);">Mark 15:21-32</a>; <a href="javascript:void(0)" onclick="bcv(43,19,16);">John 19:16-27</a>)
42 23 44 【The Death of Jesus】 (<a href="javascript:void(0)" onclick="bcv(19,22,1);">Psalm 22:1-31</a>; <a href="javascript:void(0)" onclick="bcv(40,27,45);">Matthew 27:45-56</a>; <a href="javascript:void(0)" onclick="bcv(41,15,33);">Mark 15:33-41</a>; <a href="javascript:void(0)" onclick="bcv(43,19,28);">John 19:28-30</a>)
42 23 50 【The Burial of Jesus】 (<a href="javascript:void(0)" onclick="bcv(23,53,9);">Isaiah 53:9-12</a>; <a href="javascript:void(0)" onclick="bcv(40,27,57);">Matthew 27:57-61</a>; <a href="javascript:void(0)" onclick="bcv(41,15,42);">Mark 15:42-47</a>; <a href="javascript:void(0)" onclick="bcv(43,19,38);">John 19:38-42</a>)
42 24 1 【The Resurrection】 (<a href="javascript:void(0)" onclick="bcv(19,16,1);">Psalm 16:1-11</a>; <a href="javascript:void(0)" onclick="bcv(19,49,1);">Psalm 49:1-20</a>; <a href="javascript:void(0)" onclick="bcv(40,28,1);">Matthew 28:1-10</a>; <a href="javascript:void(0)" onclick="bcv(41,16,1);">Mark 16:1-8</a>; <a href="javascript:void(0)" onclick="bcv(43,20,1);">John 20:1-9</a>)
42 24 13 【The Road to Emmaus】 (<a href="javascript:void(0)" onclick="bcv(41,16,12);">Mark 16:12-13</a>)
42 24 25 <pm>¶</pm>【Jesus Opens the Scriptures】
42 24 36 【Jesus Appears to the Disciples】 (<a href="javascript:void(0)" onclick="bcv(43,20,19);">John 20:19-23</a>; <a href="javascript:void(0)" onclick="bcv(62,1,1);">1 John 1:1-4</a>)
42 24 44 【Jesus Unveils the Scriptures】
42 24 50 【The Ascension】 (<a href="javascript:void(0)" onclick="bcv(41,16,19);">Mark 16:19-20</a>; <a href="javascript:void(0)" onclick="bcv(44,1,6);">Acts 1:6-11</a>)
43 1 1 <pm>¶</pm>【The Beginning】 (<a href="javascript:void(0)" onclick="bcv(1,1,1);">Genesis 1:1-2</a>)
43 1 6 【The Witness of John】 (<a href="javascript:void(0)" onclick="bcv(39,3,1);">Malachi 3:1-5</a>)
43 1 14 【The Word Became Flesh】 (<a href="javascript:void(0)" onclick="bcv(19,84,1);">Psalm 84:1-12</a>)
43 1 19 <pm>¶</pm>【The Mission of John the Baptist】 (<a href="javascript:void(0)" onclick="bcv(23,40,1);">Isaiah 40:1-5</a>; <a href="javascript:void(0)" onclick="bcv(40,3,1);">Matthew 3:1-12</a>; <a href="javascript:void(0)" onclick="bcv(41,1,1);">Mark 1:1-8</a>; <a href="javascript:void(0)" onclick="bcv(42,3,1);">Luke 3:1-20</a>)
43 1 29 【Jesus the Lamb of God】 (<a href="javascript:void(0)" onclick="bcv(40,3,13);">Matthew 3:13-17</a>; <a href="javascript:void(0)" onclick="bcv(41,1,9);">Mark 1:9-11</a>; <a href="javascript:void(0)" onclick="bcv(42,3,21);">Luke 3:21-22</a>)
43 1 35 【The First Disciples】 (<a href="javascript:void(0)" onclick="bcv(40,4,18);">Matthew 4:18-22</a>; <a href="javascript:void(0)" onclick="bcv(40,13,47);">Matthew 13:47-52</a>; <a href="javascript:void(0)" onclick="bcv(41,1,16);">Mark 1:16-20</a>; <a href="javascript:void(0)" onclick="bcv(42,5,1);">Luke 5:1-11</a>)
43 1 43 【Jesus Calls Philip and Nathanael】
43 2 1 【The Wedding at Cana】
43 2 12 【Jesus Cleanses the Temple】 (<a href="javascript:void(0)" onclick="bcv(40,21,12);">Matthew 21:12-17</a>; <a href="javascript:void(0)" onclick="bcv(41,11,15);">Mark 11:15-19</a>; <a href="javascript:void(0)" onclick="bcv(42,19,45);">Luke 19:45-48</a>)
43 3 1 【Jesus and Nicodemus】
43 3 16 <pm>¶</pm>【For God So Loved】 (<a href="javascript:void(0)" onclick="bcv(1,22,1);">Genesis 22:1-10</a>; <a href="javascript:void(0)" onclick="bcv(45,5,6);">Romans 5:6-11</a>)
43 3 22 【John's Testimony about Jesus】
43 4 1 【Jesus and the Samaritan Woman】
43 4 27 【The Disciples Return and Marvel】
43 4 39 【Many Samaritans Believe】
43 4 43 <pm>¶</pm>【Jesus Heals the Official's Son】 (<a href="javascript:void(0)" onclick="bcv(40,8,5);">Matthew 8:5-13</a>; <a href="javascript:void(0)" onclick="bcv(42,7,1);">Luke 7:1-10</a>)
43 5 1 【The Pool of Bethesda】
43 5 16 <pm>¶</pm>【The Father and the Son】
43 5 31 <pm>¶</pm>【Testimonies about Jesus】
43 5 39 <pm>¶</pm>【The Witness of Scripture】 (<a href="javascript:void(0)" onclick="bcv(42,16,19);">Luke 16:19-31</a>)
43 6 1 【The Feeding of the Five Thousand】 (<a href="javascript:void(0)" onclick="bcv(40,14,13);">Matthew 14:13-21</a>; <a href="javascript:void(0)" onclick="bcv(41,6,30);">Mark 6:30-44</a>; <a href="javascript:void(0)" onclick="bcv(42,9,10);">Luke 9:10-17</a>)
43 6 16 <pm>¶</pm>【Jesus Walks on Water】 (<a href="javascript:void(0)" onclick="bcv(40,14,22);">Matthew 14:22-33</a>; <a href="javascript:void(0)" onclick="bcv(41,6,45);">Mark 6:45-52</a>)
43 6 22 【Jesus the Bread of Life】
43 6 59 【Many Disciples Turn Back】 (<a href="javascript:void(0)" onclick="bcv(40,8,18);">Matthew 8:18-22</a>; <a href="javascript:void(0)" onclick="bcv(42,9,57);">Luke 9:57-62</a>; <a href="javascript:void(0)" onclick="bcv(42,14,25);">Luke 14:25-33</a>)
43 6 66 <pm>¶</pm>【Peter's Confession of Faith】 (<a href="javascript:void(0)" onclick="bcv(40,16,13);">Matthew 16:13-20</a>; <a href="javascript:void(0)" onclick="bcv(41,8,27);">Mark 8:27-30</a>; <a href="javascript:void(0)" onclick="bcv(42,9,18);">Luke 9:18-20</a>)
43 7 1 【Jesus Teaches at the Feast】
43 7 25 【Is Jesus the Christ?】
43 7 37 【Living Water】
43 7 40 【Division Regarding Jesus】
43 7 45 【Unbelief of the Jewish Leaders】
43 7 53 【The Woman Caught in Adultery】
43 8 12 <pm>¶</pm>【Jesus the Light of the World】 (<a href="javascript:void(0)" onclick="bcv(62,1,5);">1 John 1:5-10</a>)
43 8 30 【The Truth will Set You Free】 (<a href="javascript:void(0)" onclick="bcv(63,1,4);">2 John 1:4-6</a>)
43 8 37 【The Children of the Devil】
43 8 48 【Before Abraham was Born, I Am】
43 9 1 【Jesus Heals the Man Born Blind】
43 9 13 【The Pharisees Investigate the Healing】
43 9 35 【Spiritual Blindness】
43 10 1 【Jesus the Good Shepherd】 (<a href="javascript:void(0)" onclick="bcv(19,23,1);">Psalm 23:1-6</a>; <a href="javascript:void(0)" onclick="bcv(26,34,11);">Ezekiel 34:11-24</a>)
43 10 22 【The Unbelief of the Jews】
43 10 40 【John's Testimony Confirmed】
43 11 1 【The Death of Lazarus】
43 11 17 【Jesus Comforts Martha and Mary】
43 11 38 【Jesus Raises Lazarus】 (<a href="javascript:void(0)" onclick="bcv(44,20,7);">Acts 20:7-12</a>)
43 11 45 【The Plot to Kill Jesus】 (<a href="javascript:void(0)" onclick="bcv(40,26,1);">Matthew 26:1-5</a>; <a href="javascript:void(0)" onclick="bcv(41,14,1);">Mark 14:1-2</a>; <a href="javascript:void(0)" onclick="bcv(42,22,1);">Luke 22:1-6</a>)
43 12 1 【Mary Anoints Jesus】 (<a href="javascript:void(0)" onclick="bcv(40,26,6);">Matthew 26:6-13</a>; <a href="javascript:void(0)" onclick="bcv(41,14,3);">Mark 14:3-9</a>)
43 12 9 【The Plot to Kill Lazarus】
43 12 12 【The Triumphal Entry】 (<a href="javascript:void(0)" onclick="bcv(38,9,9);">Zechariah 9:9-13</a>; <a href="javascript:void(0)" onclick="bcv(40,21,1);">Matthew 21:1-11</a>; <a href="javascript:void(0)" onclick="bcv(41,11,1);">Mark 11:1-11</a>; <a href="javascript:void(0)" onclick="bcv(42,19,28);">Luke 19:28-40</a>)
43 12 20 【Jesus Predicts His Death】
43 12 37 【Belief and Unbelief】
43 13 1 【Jesus Washes His Disciples' Feet】
43 13 18 【Jesus Predicts His Betrayal】 (<a href="javascript:void(0)" onclick="bcv(19,41,1);">Psalm 41:1-13</a>; <a href="javascript:void(0)" onclick="bcv(40,26,17);">Matthew 26:17-25</a>; <a href="javascript:void(0)" onclick="bcv(41,14,12);">Mark 14:12-21</a>; <a href="javascript:void(0)" onclick="bcv(42,22,7);">Luke 22:7-13</a>)
43 13 31 【Love One Another】 (<a href="javascript:void(0)" onclick="bcv(45,12,9);">Romans 12:9-13</a>; <a href="javascript:void(0)" onclick="bcv(62,3,11);">1 John 3:11-24</a>)
43 13 36 【Jesus Predicts Peter's Denial】 (<a href="javascript:void(0)" onclick="bcv(40,26,31);">Matthew 26:31-35</a>; <a href="javascript:void(0)" onclick="bcv(41,14,27);">Mark 14:27-31</a>; <a href="javascript:void(0)" onclick="bcv(42,22,31);">Luke 22:31-38</a>)
43 14 1 【In My Father's House are Many Rooms】
43 14 5 【The Way, the Truth, and the Life】
43 14 15 【Jesus Promises the Holy Spirit】 (<a href="javascript:void(0)" onclick="bcv(29,2,28);">Joel 2:28-32</a>; <a href="javascript:void(0)" onclick="bcv(43,16,5);">John 16:5-16</a>; <a href="javascript:void(0)" onclick="bcv(44,2,1);">Acts 2:1-13</a>; <a href="javascript:void(0)" onclick="bcv(44,10,44);">Acts 10:44-48</a>; <a href="javascript:void(0)" onclick="bcv(44,19,1);">Acts 19:1-7</a>)
43 14 27 【Peace I Leave with You】 (<a href="javascript:void(0)" onclick="bcv(45,5,1);">Romans 5:1-5</a>)
43 15 1 【Jesus the True Vine】
43 15 9 【No Greater Love】
43 15 18 【The Hatred of the World】
43 16 1 【Persecution Foretold】 (<a href="javascript:void(0)" onclick="bcv(44,23,12);">Acts 23:12-22</a>)
43 16 5 <pm>¶</pm>【The Promise of the Holy Spirit】 (<a href="javascript:void(0)" onclick="bcv(29,2,28);">Joel 2:28-32</a>; <a href="javascript:void(0)" onclick="bcv(43,14,15);">John 14:15-26</a>; <a href="javascript:void(0)" onclick="bcv(44,2,1);">Acts 2:1-13</a>; <a href="javascript:void(0)" onclick="bcv(44,10,44);">Acts 10:44-48</a>; <a href="javascript:void(0)" onclick="bcv(44,19,1);">Acts 19:1-7</a>)
43 16 17 <pm>¶</pm>【Grief to Joy】
43 16 23 【Ask and You will Receive】
43 17 1 【Prayer for the Son】
43 17 6 【Prayer for the Disciples】
43 17 20 【Prayer for all Believers】
43 18 1 【The Betrayal of Jesus】 (<a href="javascript:void(0)" onclick="bcv(40,26,47);">Matthew 26:47-56</a>; <a href="javascript:void(0)" onclick="bcv(41,14,43);">Mark 14:43-52</a>; <a href="javascript:void(0)" onclick="bcv(42,22,47);">Luke 22:47-53</a>)
43 18 15 【Peter's First Denial】 (<a href="javascript:void(0)" onclick="bcv(40,26,69);">Matthew 26:69-71</a>; <a href="javascript:void(0)" onclick="bcv(41,14,66);">Mark 14:66-67</a>; <a href="javascript:void(0)" onclick="bcv(42,22,54);">Luke 22:54-57</a>)
43 18 19 【Jesus Before the High Priest】 (<a href="javascript:void(0)" onclick="bcv(23,53,1);">Isaiah 53:1-8</a>; <a href="javascript:void(0)" onclick="bcv(40,26,57);">Matthew 26:57-68</a>; <a href="javascript:void(0)" onclick="bcv(41,14,53);">Mark 14:53-65</a>; <a href="javascript:void(0)" onclick="bcv(60,2,21);">1 Peter 2:21-25</a>)
43 18 25 【Peter's Second and Third Denials】 (<a href="javascript:void(0)" onclick="bcv(40,26,71);">Matthew 26:71-75</a>; <a href="javascript:void(0)" onclick="bcv(41,14,68);">Mark 14:68-72</a>; <a href="javascript:void(0)" onclick="bcv(42,22,58);">Luke 22:58-62</a>)
43 18 28 【Jesus Before Pilate】 (<a href="javascript:void(0)" onclick="bcv(40,27,11);">Matthew 27:11-14</a>; <a href="javascript:void(0)" onclick="bcv(42,23,1);">Luke 23:1-6</a>)
43 19 1 【The Soldiers Mock Jesus】 (<a href="javascript:void(0)" onclick="bcv(23,50,4);">Isaiah 50:4-11</a>; <a href="javascript:void(0)" onclick="bcv(40,27,27);">Matthew 27:27-31</a>; <a href="javascript:void(0)" onclick="bcv(41,15,16);">Mark 15:16-20</a>; <a href="javascript:void(0)" onclick="bcv(42,22,63);">Luke 22:63-65</a>)
43 19 16 <pm>¶</pm>【The Crucifixion】 (<a href="javascript:void(0)" onclick="bcv(19,22,1);">Psalm 22:1-36</a>; <a href="javascript:void(0)" onclick="bcv(19,69,1);">Psalm 69:1-36</a>; <a href="javascript:void(0)" onclick="bcv(40,27,32);">Matthew 27:32-44</a>; <a href="javascript:void(0)" onclick="bcv(41,15,21);">Mark 15:21-32</a>; <a href="javascript:void(0)" onclick="bcv(42,23,26);">Luke 23:26-43</a>)
43 19 28 【The Death of Jesus】 (<a href="javascript:void(0)" onclick="bcv(19,22,1);">Psalm 22:1-31</a>; <a href="javascript:void(0)" onclick="bcv(40,27,45);">Matthew 27:45-56</a>; <a href="javascript:void(0)" onclick="bcv(41,15,33);">Mark 15:33-41</a>; <a href="javascript:void(0)" onclick="bcv(42,23,44);">Luke 23:44-49</a>)
43 19 31 【Jesus' Side is Pierced】 (<a href="javascript:void(0)" onclick="bcv(38,12,10);">Zechariah 12:10-14</a>)
43 19 38 【The Burial of Jesus】 (<a href="javascript:void(0)" onclick="bcv(23,53,9);">Isaiah 53:9-12</a>; <a href="javascript:void(0)" onclick="bcv(40,27,57);">Matthew 27:57-61</a>; <a href="javascript:void(0)" onclick="bcv(41,15,42);">Mark 15:42-47</a>; <a href="javascript:void(0)" onclick="bcv(42,23,50);">Luke 23:50-56</a>)
43 20 1 【The Resurrection】 (<a href="javascript:void(0)" onclick="bcv(19,16,1);">Psalm 16:1-11</a>; <a href="javascript:void(0)" onclick="bcv(19,49,1);">Psalm 49:1-20</a>; <a href="javascript:void(0)" onclick="bcv(40,28,1);">Matthew 28:1-10</a>; <a href="javascript:void(0)" onclick="bcv(41,16,1);">Mark 16:1-8</a>; <a href="javascript:void(0)" onclick="bcv(42,24,1);">Luke 24:1-12</a>)
43 20 10 <pm>¶</pm>【Jesus Appears to Mary Magdalene】 (<a href="javascript:void(0)" onclick="bcv(41,16,9);">Mark 16:9-11</a>)
43 20 19 【Jesus Appears to the Disciples】 (<a href="javascript:void(0)" onclick="bcv(42,24,36);">Luke 24:36-43</a>; <a href="javascript:void(0)" onclick="bcv(62,1,1);">1 John 1:1-4</a>)
43 20 24 【Jesus Appears to Thomas】
43 20 30 【The Purpose of John's Book】
43 21 1 【Jesus Appears by the Sea of Tiberias】
43 21 15 【Jesus Reinstates Peter】
43 21 20 【Jesus and the Beloved Apostle】
44 1 1 【Prologue】 (<a href="javascript:void(0)" onclick="bcv(42,1,1);">Luke 1:1-4</a>)
44 1 6 <pm>¶</pm>【The Ascension】 (<a href="javascript:void(0)" onclick="bcv(41,16,19);">Mark 16:19-20</a>; <a href="javascript:void(0)" onclick="bcv(42,24,50);">Luke 24:50-53</a>)
44 1 12 【Matthias Replaces Judas】
44 2 1 【The Holy Spirit at Pentecost】 (<a href="javascript:void(0)" onclick="bcv(29,2,28);">Joel 2:28-32</a>; <a href="javascript:void(0)" onclick="bcv(43,14,15);">John 14:15-26</a>; <a href="javascript:void(0)" onclick="bcv(43,16,5);">John 16:5-16</a>; <a href="javascript:void(0)" onclick="bcv(44,10,44);">Acts 10:44-48</a>; <a href="javascript:void(0)" onclick="bcv(44,19,1);">Acts 19:1-7</a>)
44 2 14 【Peter Preaches to the Crowd】
44 2 37 【Three Thousand Believe】
44 2 42 【The Fellowship of Believers】 (<a href="javascript:void(0)" onclick="bcv(44,4,32);">Acts 4:32-37</a>)
44 3 1 【A Lame Man Walks】
44 3 11 【Peter Speaks in Solomon's Colonnade】
44 4 1 【Peter and John Before the Council】
44 4 13 【The Name Forbidden】
44 4 23 【The Believers' Prayer】 (<a href="javascript:void(0)" onclick="bcv(19,2,1);">Psalm 2:1-12</a>)
44 4 32 <pm>¶</pm>【Sharing among Believers】 (<a href="javascript:void(0)" onclick="bcv(44,2,42);">Acts 2:42-47</a>)
44 5 1 【Ananias and Sapphira】
44 5 12 【The Apostles Heal Many】
44 5 17 【The Apostles Arrested and Freed】
44 5 24 <pm>¶</pm>【The Apostles Before the Council】
44 5 33 【Gamaliel's Advice】
44 6 1 【The Choosing of the Seven】 (<a href="javascript:void(0)" onclick="bcv(54,3,8);">1 Timothy 3:8-13</a>)
44 6 8 【The Arrest of Stephen】
44 7 1 <pm>¶</pm>【Stephen's Address to the Sanhedrin】
44 7 54 【The Stoning of Stephen】
44 8 1 【Saul Persecutes the Church】
44 8 4 【Philip in Samaria】
44 8 9 【Simon the Sorcerer】 (<a href="javascript:void(0)" onclick="bcv(5,18,9);">Deuteronomy 18:9-14</a>)
44 8 26 【Philip and the Ethiopian】
44 9 1 【The Road to Damascus】 (<a href="javascript:void(0)" onclick="bcv(44,22,1);">Acts 22:1-21</a>; <a href="javascript:void(0)" onclick="bcv(44,26,1);">Acts 26:1-23</a>)
44 9 10 【Ananias Baptizes Saul】
44 9 19 【Saul Preaches at Damascus】
44 9 23 【The Escape from Damascus】 (<a href="javascript:void(0)" onclick="bcv(9,19,11);">1 Samuel 19:11-24</a>)
44 9 26 【Saul in Jerusalem】
44 9 32 【The Healing of Aeneas】
44 9 36 【The Raising of Dorcas】
44 10 1 【Cornelius Sends for Peter】
44 10 9 <pm>¶</pm>【Peter's Vision】 (<a href="javascript:void(0)" onclick="bcv(3,11,1);">Leviticus 11:1-47</a>; <a href="javascript:void(0)" onclick="bcv(5,14,1);">Deuteronomy 14:1-21</a>)
44 10 17 <pm>¶</pm>【Peter Called to Caesarea】
44 10 24 <pm>¶</pm>【Peter Visits Cornelius】
44 10 34 【Good News for Gentiles】
44 10 44 【The Gentiles Receive the Holy Spirit】 (<a href="javascript:void(0)" onclick="bcv(29,2,28);">Joel 2:28-32</a>; <a href="javascript:void(0)" onclick="bcv(43,14,15);">John 14:15-26</a>; <a href="javascript:void(0)" onclick="bcv(43,16,5);">John 16:5-16</a>; <a href="javascript:void(0)" onclick="bcv(44,2,1);">Acts 2:1-13</a>; <a href="javascript:void(0)" onclick="bcv(44,19,1);">Acts 19:1-7</a>)
44 11 1 【Peter's Report at Jerusalem】
44 11 19 【The Church at Antioch】
44 12 1 【James Killed, Peter Imprisoned】
44 12 5 <pm>¶</pm>【The Rescue of Peter】
44 12 20 【The Death of Herod】
44 13 1 【Paul's First Missionary Journey】 (<a href="javascript:void(0)" onclick="bcv(44,15,36);">Acts 15:36-41</a>; <a href="javascript:void(0)" onclick="bcv(44,18,23);">Acts 18:23-28</a>)
44 13 4 【On Cyprus】
44 13 13 【In Pisidian Antioch】
44 13 42 【The Gentiles Ask to Hear the Gospel】
44 14 1 【Paul and Barnabas at Iconium】
44 14 8 <pm>¶</pm>【The Visit to Lystra and Derbe】
44 14 21 <pm>¶</pm>【The Return to Syrian Antioch】
44 14 26 <pm>¶</pm>【The Report to the Church at Antioch】
44 15 1 【The Dispute over Circumcision】 (<a href="javascript:void(0)" onclick="bcv(1,17,9);">Genesis 17:9-27</a>; <a href="javascript:void(0)" onclick="bcv(3,12,1);">Leviticus 12:1-8</a>; <a href="javascript:void(0)" onclick="bcv(6,5,1);">Joshua 5:1-9</a>)
44 15 5 <pm>¶</pm>【The Council at Jerusalem】
44 15 22 【The Letter to the Gentile Believers】
44 15 30 【The Believers at Antioch Rejoice】
44 15 36 【Paul's Second Missionary Journey】 (<a href="javascript:void(0)" onclick="bcv(44,13,1);">Acts 13:1-3</a>; <a href="javascript:void(0)" onclick="bcv(44,18,23);">Acts 18:23-28</a>)
44 16 1 <pm>¶</pm>【Timothy Joins Paul and Silas】
44 16 6 【Paul's Vision of the Macedonian】
44 16 11 【Lydia’s Conversion in Philippi】 (<a href="javascript:void(0)" onclick="bcv(66,2,18);">Revelation 2:18-29</a>)
44 16 16 【Paul and Silas Imprisoned】
44 16 25 <pm>¶</pm>【The Conversion of the Jailer】
44 16 35 <pm>¶</pm>【An Official Apology】
44 17 1 【Paul Preaches at Thessalonica】
44 17 5 <pm>¶</pm>【The Uproar in Thessalonica】
44 17 10 【The Character of the Bereans】
44 17 16 【Paul in Athens】
44 17 22 【Paul Before the Areopagus】
44 18 1 【Paul's Ministry in Corinth】
44 18 12 【Paul Before Gallio】
44 18 18 【Paul Returns to Antioch】
44 18 23 【Paul's Third Missionary Journey】 (<a href="javascript:void(0)" onclick="bcv(44,13,1);">Acts 13:1-3</a>; <a href="javascript:void(0)" onclick="bcv(44,15,36);">Acts 15:36-41</a>)
44 19 1 【The Holy Spirit Received at Ephesus】 (<a href="javascript:void(0)" onclick="bcv(29,2,28);">Joel 2:28-32</a>; <a href="javascript:void(0)" onclick="bcv(43,14,15);">John 14:15-26</a>; <a href="javascript:void(0)" onclick="bcv(43,16,5);">John 16:5-16</a>; <a href="javascript:void(0)" onclick="bcv(44,2,1);">Acts 2:1-13</a>; <a href="javascript:void(0)" onclick="bcv(44,10,44);">Acts 10:44-48</a>)
44 19 8 【Paul Ministers in Ephesus】 (<a href="javascript:void(0)" onclick="bcv(66,2,1);">Revelation 2:1-7</a>)
44 19 13 【The Sons of Sceva】
44 19 21 【The Riot in Ephesus】
44 20 1 【Paul in Macedonia and Greece】
44 20 7 【Eutychus Revived at Troas】 (<a href="javascript:void(0)" onclick="bcv(43,11,38);">John 11:38-44</a>)
44 20 13 【From Troas to Miletus】
44 20 17 【Paul's Farewell to the Ephesians】
44 21 1 【Paul's Journey to Jerusalem】
44 21 8 <pm>¶</pm>【Paul Visits Philip the Evangelist】
44 21 17 <pm>¶</pm>【Paul's Arrival at Jerusalem】
44 21 27 【Paul Seized in the Temple】
44 21 37 【Paul Speaks to the People】
44 22 1 【Paul's Defense to the Crowd】 (<a href="javascript:void(0)" onclick="bcv(44,9,1);">Acts 9:1-9</a>; <a href="javascript:void(0)" onclick="bcv(44,26,1);">Acts 26:1-23</a>)
44 22 22 【Paul the Roman Citizen】
44 23 1 【Paul Before the Sanhedrin】
44 23 12 【The Plot to Kill Paul】 (<a href="javascript:void(0)" onclick="bcv(43,16,1);">John 16:1-4</a>)
44 23 23 【Paul Sent to Felix】
44 24 1 【Tertullus Prosecutes Paul】
44 24 10 【Paul's Defense to Felix】
44 24 22 【The Verdict Postponed】
44 25 1 【Paul's Trial Before Festus】
44 25 10 <pm>¶</pm>【The Appeal to Caesar】
44 25 13 【Festus Consults King Agrippa】
44 25 23 【Paul Before Agrippa and Bernice】
44 26 1 【Paul's Testimony to Agrippa】 (<a href="javascript:void(0)" onclick="bcv(44,9,1);">Acts 9:1-9</a>; <a href="javascript:void(0)" onclick="bcv(44,22,1);">Acts 22:1-21</a>)
44 26 24 【Festus Interrupts Paul's Defense】
44 27 1 【Paul Sails for Rome】
44 27 13 【The Storm at Sea】 (<a href="javascript:void(0)" onclick="bcv(24,6,10);">Jeremiah 6:10-21</a>; <a href="javascript:void(0)" onclick="bcv(24,25,15);">Jeremiah 25:15-33</a>; <a href="javascript:void(0)" onclick="bcv(32,1,4);">Jonah 1:4-10</a>; <a href="javascript:void(0)" onclick="bcv(45,1,18);">Romans 1:18-32</a>)
44 27 27 【The Shipwreck】
44 28 1 【Ashore on Malta】
44 28 11 【Paul Arrives in Italy】
44 28 16 <pm>¶</pm>【Paul Preaches at Rome】
45 1 1 <pm>¶</pm>【Greeting the Saints in Rome】
45 1 8 【Paul's Desire to Visit Rome】 (<a href="javascript:void(0)" onclick="bcv(52,2,17);">1 Thessalonians 2:17-20</a>)
45 1 16 【Unashamed of the Gospel】
45 1 18 【God's Wrath against Sin】 (<a href="javascript:void(0)" onclick="bcv(24,6,10);">Jeremiah 6:10-21</a>; <a href="javascript:void(0)" onclick="bcv(24,25,15);">Jeremiah 25:15-33</a>; <a href="javascript:void(0)" onclick="bcv(32,1,4);">Jonah 1:4-10</a>; <a href="javascript:void(0)" onclick="bcv(44,27,13);">Acts 27:13-26</a>)
45 2 1 【God's Righteous Judgment】 (<a href="javascript:void(0)" onclick="bcv(1,4,1);">Genesis 4:1-7</a>; <a href="javascript:void(0)" onclick="bcv(65,1,3);">Jude 1:3-16</a>)
45 2 17 【The Jews and the Law】
45 3 1 【God Remains Faithful】 (<a href="javascript:void(0)" onclick="bcv(19,147,1);">Psalm 147:1-20</a>; <a href="javascript:void(0)" onclick="bcv(58,10,1);">Hebrews 10:1-18</a>)
45 3 9 【There is No One Righteous】 (<a href="javascript:void(0)" onclick="bcv(19,14,1);">Psalm 14:1-7</a>)
45 3 21 【Righteousness through Faith】
45 4 1 【Abraham Justified by Faith】 (<a href="javascript:void(0)" onclick="bcv(1,15,1);">Genesis 15:1-7</a>; <a href="javascript:void(0)" onclick="bcv(48,3,1);">Galatians 3:1-9</a>; <a href="javascript:void(0)" onclick="bcv(58,11,8);">Hebrews 11:8-19</a>; <a href="javascript:void(0)" onclick="bcv(59,2,14);">James 2:14-26</a>)
45 4 13 【Abraham Receives the Promise】 (<a href="javascript:void(0)" onclick="bcv(1,15,8);">Genesis 15:8-21</a>; <a href="javascript:void(0)" onclick="bcv(4,34,1);">Numbers 34:1-15</a>)
45 5 1 【The Triumph of Faith】 (<a href="javascript:void(0)" onclick="bcv(43,14,27);">John 14:27-31</a>)
45 5 6 <pm>¶</pm>【Christ's Sacrifice for the Ungodly】 (<a href="javascript:void(0)" onclick="bcv(1,22,1);">Genesis 22:1-10</a>; <a href="javascript:void(0)" onclick="bcv(43,3,16);">John 3:16-21</a>)
45 5 12 【Death in Adam, Life in Christ】 (<a href="javascript:void(0)" onclick="bcv(1,3,1);">Genesis 3:1-7</a>; <a href="javascript:void(0)" onclick="bcv(1,7,1);">Genesis 7:1-5</a>; <a href="javascript:void(0)" onclick="bcv(61,3,1);">2 Peter 3:1-9</a>)
45 6 1 【Dead to Sin, Alive to God】 (<a href="javascript:void(0)" onclick="bcv(47,4,7);">2 Corinthians 4:7-18</a>)
45 6 15 <pm>¶</pm>【The Wages of Sin】 (<a href="javascript:void(0)" onclick="bcv(60,3,14);">1 Peter 3:14-22</a>)
45 7 1 【Release from the Law】 (<a href="javascript:void(0)" onclick="bcv(48,3,15);">Galatians 3:15-25</a>)
45 7 7 【God's Law is Holy】
45 7 13 <pm>¶</pm>【Struggling with Sin】
45 8 1 【Living in the Spirit】 (<a href="javascript:void(0)" onclick="bcv(48,5,16);">Galatians 5:16-26</a>)
45 8 12 【Heirs with Christ】 (<a href="javascript:void(0)" onclick="bcv(1,21,1);">Genesis 21:1-8</a>; <a href="javascript:void(0)" onclick="bcv(48,4,1);">Galatians 4:1-7</a>)
45 8 18 【Future Glory】 (<a href="javascript:void(0)" onclick="bcv(47,5,1);">2 Corinthians 5:1-10</a>)
45 8 28 <pm>¶</pm>【God Works In All Things】 (<a href="javascript:void(0)" onclick="bcv(49,1,3);">Ephesians 1:3-14</a>)
45 8 35 <pm>¶</pm>【More than Conquerors】 (<a href="javascript:void(0)" onclick="bcv(19,44,1);">Psalm 44:1-26</a>)
45 9 1 【Paul's Concern for the Jews】
45 9 6 【God's Sovereign Choice】 (<a href="javascript:void(0)" onclick="bcv(1,25,19);">Genesis 25:19-28</a>; <a href="javascript:void(0)" onclick="bcv(39,1,1);">Malachi 1:1-5</a>)
45 9 19 <pm>¶</pm>【The Calling of the Gentiles】
45 9 30 【Israel's Unbelief】
45 10 1 【The Word Brings Salvation】
45 11 1 【The Remnant of Israel】
45 11 11 【The Ingrafting of the Gentiles】
45 11 25 【All Israel Shall Be Saved】
45 11 33 <pm>¶</pm>【A Hymn of Praise】 (<a href="javascript:void(0)" onclick="bcv(45,16,25);">Romans 16:25-27</a>; <a href="javascript:void(0)" onclick="bcv(65,1,24);">Jude 1:24-25</a>)
45 12 1 【Living Sacrifices】 (<a href="javascript:void(0)" onclick="bcv(46,3,16);">1 Corinthians 3:16-18</a>; <a href="javascript:void(0)" onclick="bcv(46,6,18);">1 Corinthians 6:18-20</a>)
45 12 9 【Love, Zeal, Hope, Hospitality】 (<a href="javascript:void(0)" onclick="bcv(43,13,31);">John 13:31-35</a>; <a href="javascript:void(0)" onclick="bcv(62,3,11);">1 John 3:11-24</a>)
45 12 14 <pm>¶</pm>【Forgiveness】 (<a href="javascript:void(0)" onclick="bcv(40,18,21);">Matthew 18:21-35</a>)
45 13 1 【Submission to Authorities】 (<a href="javascript:void(0)" onclick="bcv(60,2,13);">1 Peter 2:13-20</a>)
45 13 8 【Love Fulfills the Law】 (<a href="javascript:void(0)" onclick="bcv(3,19,9);">Leviticus 19:9-18</a>)
45 13 11 <pm>¶</pm>【Put On Christ】
45 14 1 【The Law of Liberty】 (<a href="javascript:void(0)" onclick="bcv(40,7,1);">Matthew 7:1-6</a>; <a href="javascript:void(0)" onclick="bcv(42,6,37);">Luke 6:37-42</a>)
45 14 13 【The Law of Love】 (<a href="javascript:void(0)" onclick="bcv(26,14,1);">Ezekiel 14:1-11</a>; <a href="javascript:void(0)" onclick="bcv(46,8,1);">1 Corinthians 8:1-13</a>)
45 15 1 【Accept One Another】
45 15 7 【Christ the Servant of Jews and Gentiles】
45 15 14 【Paul the Minister to the Gentiles】
45 15 23 <pm>¶</pm>【Paul's Travel Plans】 (<a href="javascript:void(0)" onclick="bcv(46,16,5);">1 Corinthians 16:5-9</a>)
45 16 1 【Personal Greetings and Love】
45 16 17 【Avoid Divisions】
45 16 21 【Greetings from Paul's Companions】
45 16 25 【Doxology】 (<a href="javascript:void(0)" onclick="bcv(45,11,33);">Romans 11:33-36</a>; <a href="javascript:void(0)" onclick="bcv(65,1,24);">Jude 1:24-25</a>)
46 1 1 <pm>¶</pm>【Greetings from Paul】 (<a href="javascript:void(0)" onclick="bcv(47,1,1);">2 Corinthians 1:1-2</a>)
46 1 4 【Thanksgiving】 (<a href="javascript:void(0)" onclick="bcv(50,1,3);">Philippians 1:3-11</a>; <a href="javascript:void(0)" onclick="bcv(51,1,3);">Colossians 1:3-14</a>; <a href="javascript:void(0)" onclick="bcv(53,1,3);">2 Thessalonians 1:3-4</a>)
46 1 10 【Unity in the Church】 (<a href="javascript:void(0)" onclick="bcv(19,133,1);">Psalm 133:1-3</a>; <a href="javascript:void(0)" onclick="bcv(49,4,1);">Ephesians 4:1-16</a>)
46 1 18 【The Message of the Cross】
46 1 26 【Wisdom from God】
46 2 1 【Paul's Message by the Spirit's Power】
46 2 6 【Spiritual Wisdom】
46 3 1 【God's Fellow Workers】
46 3 10 <pm>¶</pm>【Christ Our Foundation】 (<a href="javascript:void(0)" onclick="bcv(23,28,14);">Isaiah 28:14-22</a>; <a href="javascript:void(0)" onclick="bcv(60,2,4);">1 Peter 2:4-12</a>)
46 3 16 <pm>¶</pm>【You are God's Temple】 (<a href="javascript:void(0)" onclick="bcv(45,12,1);">Romans 12:1-8</a>; <a href="javascript:void(0)" onclick="bcv(46,6,18);">1 Corinthians 6:18-20</a>)
46 3 18 【Worldly Wisdom】
46 4 1 【Servants of Christ】
46 4 6 【Fools for Christ】
46 4 14 【Paul Warns his Children】
46 5 1 【Immorality Rebuked】 (<a href="javascript:void(0)" onclick="bcv(3,20,10);">Leviticus 20:10-21</a>; <a href="javascript:void(0)" onclick="bcv(20,5,1);">Proverbs 5:1-23</a>)
46 5 9 <pm>¶</pm>【Expel the Immoral Brother】
46 6 1 【Lawsuits among Believers】
46 6 9 <pm>¶</pm>【Members of Christ】
46 6 18 <pm>¶</pm>【The Temple of the Holy Spirit】 (<a href="javascript:void(0)" onclick="bcv(45,12,1);">Romans 12:1-8</a>; <a href="javascript:void(0)" onclick="bcv(46,3,16);">1 Corinthians 3:16-18</a>)
46 7 1 <pm>¶</pm>【Principles of Marriage】
46 7 17 【Live Your Calling】
46 7 25 【The Unmarried and Widowed】
46 8 1 【Food Sacrificed to Idols】 (<a href="javascript:void(0)" onclick="bcv(26,14,1);">Ezekiel 14:1-11</a>; <a href="javascript:void(0)" onclick="bcv(45,14,13);">Romans 14:13-23</a>)
46 9 1 【The Rights of an Apostle】 (<a href="javascript:void(0)" onclick="bcv(5,18,1);">Deuteronomy 18:1-8</a>)
46 9 19 【Paul the Servant to All】
46 9 24 【Run Your Race to Win】
46 10 1 【Warnings from Israel's Past】 (<a href="javascript:void(0)" onclick="bcv(4,16,41);">Numbers 16:41-50</a>; <a href="javascript:void(0)" onclick="bcv(4,25,1);">Numbers 25:1-5</a>)
46 10 14 【Flee from Idolatry】 (<a href="javascript:void(0)" onclick="bcv(2,20,22);">Exodus 20:22-23</a>; <a href="javascript:void(0)" onclick="bcv(3,19,1);">Leviticus 19:1-8</a>)
46 10 23 【All to God's Glory】
46 11 1 <pm>¶</pm>【Roles in Worship】
46 11 17 【Sharing in the Lord's Supper】 (<a href="javascript:void(0)" onclick="bcv(40,26,26);">Matthew 26:26-30</a>; <a href="javascript:void(0)" onclick="bcv(41,14,22);">Mark 14:22-26</a>; <a href="javascript:void(0)" onclick="bcv(42,22,14);">Luke 22:14-23</a>)
46 12 1 【Spiritual Gifts】
46 12 12 【The Body of Christ】
46 12 27 <pm>¶</pm>【The Greater Gifts】
46 13 1 【Love】
46 14 1 【Prophecy and Tongues】
46 14 26 【Orderly Worship】
46 15 1 【The Resurrection of Christ】
46 15 12 【The Resurrection of the Dead】
46 15 20 【The Order of Resurrection】
46 15 35 【The Resurrection Body】
46 15 50 【Where, O Death, is Your Victory?】 (<a href="javascript:void(0)" onclick="bcv(23,57,1);">Isaiah 57:1-2</a>; <a href="javascript:void(0)" onclick="bcv(28,13,14);">Hosea 13:14</a>)
46 16 1 【The Collection for the Saints】
46 16 5 【Paul's Travel Plans】 (<a href="javascript:void(0)" onclick="bcv(45,15,23);">Romans 15:23-33</a>)
46 16 10 【Timothy Commended】
46 16 13 【Concluding Exhortations】
46 16 19 【Final Greetings】 (<a href="javascript:void(0)" onclick="bcv(53,3,16);">2 Thessalonians 3:16-18</a>)
47 1 1 【Paul Greets the Corinthians】 (<a href="javascript:void(0)" onclick="bcv(46,1,1);">1 Corinthians 1:1-3</a>)
47 1 3 【The God of All Comfort】
47 1 12 【Paul's Change of Plans】
47 2 1 <pm>¶</pm>【Reaffirm Your Love】
47 2 12 【Triumph in Christ】
47 3 1 【Ministers of a New Covenant】
47 3 7 <pm>¶</pm>【The Glory of the New Covenant】 (<a href="javascript:void(0)" onclick="bcv(2,34,29);">Exodus 34:29-35</a>)
47 4 1 【The Light of the Gospel】
47 4 7 【Treasures in Jars of Clay】 (<a href="javascript:void(0)" onclick="bcv(45,6,1);">Romans 6:1-14</a>)
47 5 1 【Our Eternal Dwelling】 (<a href="javascript:void(0)" onclick="bcv(45,8,18);">Romans 8:18-27</a>)
47 5 11 【Ambassadors for Christ】
47 6 1 【Paul's Hardships and God's Grace】
47 6 14 【Do Not Be Unequally Yoked】 (<a href="javascript:void(0)" onclick="bcv(2,29,45);">Exodus 29:45-46</a>)
47 7 1 【Paul's Joy in the Corinthians】
47 8 1 【Generosity Commended】
47 8 9 <pm>¶</pm>【Christ's Example】
47 8 16 【Titus Commended】 (<a href="javascript:void(0)" onclick="bcv(56,1,1);">Titus 1:1-4</a>)
47 9 1 【God Loves a Cheerful Giver】 (<a href="javascript:void(0)" onclick="bcv(3,22,17);">Leviticus 22:17-33</a>)
47 10 1 【Paul's Apostolic Authority】
47 11 1 【Paul and the False Apostles】
47 11 16 【Paul's Suffering and Service】 (<a href="javascript:void(0)" onclick="bcv(51,1,24);">Colossians 1:24-29</a>)
47 12 1 【Paul's Revelation】
47 12 5 <pm>¶</pm>【Paul's Thorn and God's Grace】
47 12 11 【Concern for the Corinthians】
47 13 1 【Examine Yourselves】
47 13 11 【Final Greetings and Blessing】
48 1 1 【Paul's Greeting to the Galatians】
48 1 6 【No Other Gospel】
48 1 10 【Paul Preaches the Gospel】
48 2 1 【The Council at Jerusalem】
48 2 11 【Paul Confronts Cephas】
48 3 1 【Faith and Belief】 (<a href="javascript:void(0)" onclick="bcv(1,15,1);">Genesis 15:1-7</a>; <a href="javascript:void(0)" onclick="bcv(45,4,1);">Romans 4:1-12</a>; <a href="javascript:void(0)" onclick="bcv(58,11,8);">Hebrews 11:8-19</a>; <a href="javascript:void(0)" onclick="bcv(59,2,14);">James 2:14-26</a>)
48 3 10 【Christ Redeemed Us】 (<a href="javascript:void(0)" onclick="bcv(5,21,22);">Deuteronomy 21:22-23</a>)
48 3 15 【The Purpose of the Law】 (<a href="javascript:void(0)" onclick="bcv(45,7,1);">Romans 7:1-6</a>)
48 3 26 <pm>¶</pm>【Sons Through Faith in Christ】
48 4 1 【Sons and Heirs】 (<a href="javascript:void(0)" onclick="bcv(1,21,1);">Genesis 21:1-8</a>; <a href="javascript:void(0)" onclick="bcv(45,8,12);">Romans 8:12-17</a>)
48 4 8 【Paul's Fears for the Galatians】
48 4 21 【Hagar and Sarah】
48 5 1 【Freedom in Christ】
48 5 16 <pm>¶</pm>【Living by the Spirit】 (<a href="javascript:void(0)" onclick="bcv(45,8,9);">Romans 8:9-11</a>)
48 6 1 【Carry One Another's Burdens】
48 6 11 【Paul's Final Warning】
48 6 16 <pm>¶</pm>【Benediction】
49 1 1 【Paul's Greeting to the Ephesians】
49 1 3 【Spiritual Blessings】 (<a href="javascript:void(0)" onclick="bcv(45,8,28);">Romans 8:28-34</a>)
49 1 15 【Spiritual Wisdom】
49 2 1 【Alive with Christ】
49 2 11 <pm>¶</pm>【One in Christ】
49 2 19 <pm>¶</pm>【A Temple in the Lord】
49 3 1 【The Mystery of the Gospel】
49 3 14 【Paul's Prayer for the Ephesians】
49 4 1 【Unity in the Body】 (<a href="javascript:void(0)" onclick="bcv(19,133,1);">Psalm 133:1-3</a>; <a href="javascript:void(0)" onclick="bcv(46,1,10);">1 Corinthians 1:10-17</a>)
49 4 17 【New Life in Christ 】
49 5 1 【Imitators of God】
49 5 8 <pm>¶</pm>【Children of Light】
49 5 21 <pm>¶</pm>【Wives and Husbands】 (<a href="javascript:void(0)" onclick="bcv(22,1,1);">Song of Solomon 1:1-3</a>; <a href="javascript:void(0)" onclick="bcv(60,3,1);">1 Peter 3:1-7</a>)
49 6 1 【Children and Parents】 (<a href="javascript:void(0)" onclick="bcv(5,6,20);">Deuteronomy 6:20-25</a>)
49 6 5 【Slaves and Masters】 (<a href="javascript:void(0)" onclick="bcv(54,6,1);">1 Timothy 6:1-2</a>)
49 6 10 【The Armor of God】
49 6 21 【Final Greetings】
50 1 1 【Greetings from Paul and Timothy】 (<a href="javascript:void(0)" onclick="bcv(10,6,12);">2 Samuel 6:12-15</a>; <a href="javascript:void(0)" onclick="bcv(13,15,1);">1 Chronicles 15:1-14</a>; <a href="javascript:void(0)" onclick="bcv(51,1,1);">Colossians 1:1-2</a>)
50 1 3 【Thanksgiving and Prayer】 (<a href="javascript:void(0)" onclick="bcv(46,1,4);">1 Corinthians 1:4-9</a>; <a href="javascript:void(0)" onclick="bcv(51,1,3);">Colossians 1:3-14</a>; <a href="javascript:void(0)" onclick="bcv(53,1,3);">2 Thessalonians 1:3-4</a>)
50 1 12 【Paul's Trials Advance the Gospel】 (<a href="javascript:void(0)" onclick="bcv(59,1,2);">James 1:2-8</a>)
50 1 21 <pm>¶</pm>【To Live is Christ】
50 1 27 【Worthy of the Gospel】
50 2 1 【One in Christ】
50 2 5 【The Attitude of Christ】 (<a href="javascript:void(0)" onclick="bcv(23,52,13);">Isaiah 52:13-15</a>)
50 2 12 【Shining as Stars】 (<a href="javascript:void(0)" onclick="bcv(40,5,13);">Matthew 5:13-16</a>)
50 2 19 【Timothy and Epaphroditus】
50 2 25 <pm>¶</pm>【Epaphroditus Commended】
50 3 1 【Righteousness through Faith】
50 3 7 <pm>¶</pm>【Knowing Christ Above All Else】
50 3 12 【Pressing Toward the Goal】
50 3 17 【Citizenship in Heaven】
50 4 1 【Stand Firm in the Lord】
50 4 8 【Think on These Things】
50 4 10 【The Generosity of the Philippians】
50 4 21 【Final Greetings】
51 1 1 【Greetings from Paul and Timothy】 (<a href="javascript:void(0)" onclick="bcv(10,6,12);">2 Samuel 6:12-15</a>; <a href="javascript:void(0)" onclick="bcv(13,15,1);">1 Chronicles 15:1-14</a>; <a href="javascript:void(0)" onclick="bcv(50,1,1);">Philippians 1:1-2</a>)
51 1 3 <pm>¶</pm>【Thanksgiving and Prayer】 (<a href="javascript:void(0)" onclick="bcv(46,1,4);">1 Corinthians 1:4-9</a>; <a href="javascript:void(0)" onclick="bcv(50,1,3);">Philippians 1:3-11</a>; <a href="javascript:void(0)" onclick="bcv(53,1,3);">2 Thessalonians 1:3-4</a>)
51 1 15 <pm>¶</pm>【The Supremacy of Christ】 (<a href="javascript:void(0)" onclick="bcv(58,1,1);">Hebrews 1:1-14</a>)
51 1 24 【Paul's Suffering for the Church】 (<a href="javascript:void(0)" onclick="bcv(47,11,16);">2 Corinthians 11:16-33</a>)
51 2 1 【Absent in Body, Present in Spirit】 (<a href="javascript:void(0)" onclick="bcv(66,3,14);">Revelation 3:14-22</a>)
51 2 6 【Alive in Christ】
51 3 1 【Putting on the New Self】
51 3 18 【Christian Households】
51 4 1 <pm>¶</pm>【Fellow Workers】
51 4 7 【Final Greetings】
51 4 16 <pm>¶</pm>【Sharing This Letter】
52 1 1 【Greetings to the Thessalonians】 (<a href="javascript:void(0)" onclick="bcv(53,1,1);">2 Thessalonians 1:1-2</a>; <a href="javascript:void(0)" onclick="bcv(57,1,1);">Philemon 1:1-3</a>)
52 2 1 【Paul's Ministry】
52 2 17 【Paul's Longing to Visit】 (<a href="javascript:void(0)" onclick="bcv(45,1,8);">Romans 1:8-15</a>)
52 3 1 【Timothy's Visit】
52 3 6 【Timothy's Encouraging Report】
52 4 1 【Living to Please God】
52 4 13 【The Return of the Lord】
52 5 1 <pm>¶</pm>【The Day of the Lord】 (<a href="javascript:void(0)" onclick="bcv(36,1,7);">Zephaniah 1:7-18</a>; <a href="javascript:void(0)" onclick="bcv(61,3,8);">2 Peter 3:8-13</a>)
52 5 12 【Christian Living】
52 5 23 【Final Blessings】
53 1 1 【Greetings to the Thessalonians】 (<a href="javascript:void(0)" onclick="bcv(52,1,1);">1 Thessalonians 1:1-10</a>; <a href="javascript:void(0)" onclick="bcv(57,1,1);">Philemon 1:1-3</a>)
53 1 5 <pm>¶</pm>【Christ's Coming】
53 2 1 【The Man of Lawlessness】
53 2 13 【Stand Firm】
53 3 1 【Request for Prayer】
53 3 6 【Warning against Irresponsibility】
53 3 16 <pm>¶</pm>【Paul's Final Greetings】 (<a href="javascript:void(0)" onclick="bcv(46,16,19);">1 Corinthians 16:19-24</a>)
54 1 1 【Paul's Greeting to Timothy】 (<a href="javascript:void(0)" onclick="bcv(55,1,1);">2 Timothy 1:1-2</a>)
54 1 3 【Warning against False Teaching】
54 1 12 【God's Grace to Paul】
54 2 1 【A Call to Prayer】
54 2 9 <pm>¶</pm>【Instructions to Women】
54 3 1 <pm>¶</pm>【Qualifications for Overseers】
54 3 8 【Qualifications for Deacons】 (<a href="javascript:void(0)" onclick="bcv(44,6,1);">Acts 6:1-7</a>)
54 3 14 【The Mystery of Godliness】
54 4 1 【Warnings against False Teachers】
54 4 6 【A Good Minister of Jesus Christ】 (<a href="javascript:void(0)" onclick="bcv(3,21,1);">Leviticus 21:1-17</a>)
54 5 1 【Guidelines for Reproof】
54 5 3 【Support for Widows】 (<a href="javascript:void(0)" onclick="bcv(8,1,1);">Ruth 1:1-5</a>)
54 5 17 【Honoring Elders】
54 5 21 <pm>¶</pm>【A Charge to Timothy】
54 6 1 【Instructions to Servants】 (<a href="javascript:void(0)" onclick="bcv(49,6,5);">Ephesians 6:5-9</a>)
54 6 3 <pm>¶</pm>【Reject False Doctrines】
54 6 6 【Contentment in Godliness】
54 6 11 【Fight the Good Fight】
54 6 17 【A Charge to the Rich】
54 6 20 【Final Guidance】
55 1 1 【Paul's Greeting to Timothy】 (<a href="javascript:void(0)" onclick="bcv(54,1,1);">1 Timothy 1:1-2</a>)
55 1 3 【Encouragement to Be Faithful】
55 1 6 【Patience in Persecution】 (<a href="javascript:void(0)" onclick="bcv(40,10,16);">Matthew 10:16-25</a>)
55 1 13 <pm>¶</pm>【Hold to Sound Teaching】
55 2 1 【Grace and Perseverance】 (<a href="javascript:void(0)" onclick="bcv(58,12,1);">Hebrews 12:1-3</a>)
55 2 14 【The Lord's Approved Workman】
55 3 1 【Evil in the Last Days】
55 3 10 【All Scripture is God-Breathed】
55 4 1 【Preach the Word】
55 4 9 【Personal Concerns】
55 4 16 <pm>¶</pm>【The Lord Remains Faithful】
55 4 19 【Final Greetings】
56 1 1 【Paul's Greeting to Titus】 (<a href="javascript:void(0)" onclick="bcv(47,8,16);">2 Corinthians 8:16-24</a>)
56 1 5 【Appointing Elders on Crete】
56 1 10 <pm>¶</pm>【Correcting False Teachers】
56 2 1 【Teaching Sound Doctrine】
56 2 11 【God's Grace Brings Salvation】
56 3 1 【Obedience to Authorities】
56 3 3 <pm>¶</pm>【God's Mercy to Us】
56 3 9 <pm>¶</pm>【Avoiding Divisions】
56 3 12 【Final Remarks and Greetings】
57 1 1 【Greetings from Paul and Timothy】 (<a href="javascript:void(0)" onclick="bcv(52,1,1);">1 Thessalonians 1:1-10</a>; <a href="javascript:void(0)" onclick="bcv(53,1,1);">2 Thessalonians 1:1-2</a>)
57 1 4 【Philemon's Faith and Love】
57 1 8 【Paul's Appeal for Onesimus】
57 1 23 【Additional Greetings】
58 1 1 【The Supremacy of the Son】 (<a href="javascript:void(0)" onclick="bcv(51,1,15);">Colossians 1:15-23</a>)
58 2 1 【Salvation Confirmed】
58 2 5 【Jesus Like His Brothers】
58 3 1 【Jesus Our Apostle and High Priest】
58 3 7 【Do Not Harden Your Hearts】
58 3 12 【The Peril of Unbelief】
58 4 1 【The Sabbath Rest】 (<a href="javascript:void(0)" onclick="bcv(1,2,1);">Genesis 2:1-3</a>; <a href="javascript:void(0)" onclick="bcv(2,16,22);">Exodus 16:22-36</a>)
58 4 12 <pm>¶</pm>【God's Word is Living and Active】
58 4 14 【Jesus the Great High Priest】
58 5 1 【The Perfect High Priest】 (<a href="javascript:void(0)" onclick="bcv(19,110,1);">Psalm 110:1-7</a>)
58 5 11 【Warning against Drifting Away】
58 6 1 【A Call to Maturity】
58 6 13 【God's Unchangeable Promise】
58 7 1 【Melchizedek and Abraham】 (<a href="javascript:void(0)" onclick="bcv(1,14,17);">Genesis 14:17-24</a>)
58 7 11 【A Superior Priesthood】
58 8 1 【Christ's Eternal Priesthood】
58 8 6 <pm>¶</pm>【The New Covenant】
58 9 1 【The Earthly Tabernacle】 (<a href="javascript:void(0)" onclick="bcv(2,25,1);">Exodus 25:1-9</a>; <a href="javascript:void(0)" onclick="bcv(2,40,1);">Exodus 40:1-33</a>)
58 9 11 【Redemption through His Blood】
58 10 1 <pm>¶</pm>【Christ's Perfect Sacrifice】 (<a href="javascript:void(0)" onclick="bcv(19,147,1);">Psalm 147:1-20</a>; <a href="javascript:void(0)" onclick="bcv(45,3,1);">Romans 3:1-8</a>)
58 10 19 【A Call to Persevere】 (<a href="javascript:void(0)" onclick="bcv(65,1,17);">Jude 1:17-23</a>)
58 11 1 【Faith and Assurance】
58 11 4 <pm>¶</pm>【The Faith of Abel, Enoch, Noah】
58 11 8 【The Faith of Abraham and Sarah】 (<a href="javascript:void(0)" onclick="bcv(1,15,1);">Genesis 15:1-7</a>; <a href="javascript:void(0)" onclick="bcv(45,4,1);">Romans 4:1-12</a>; <a href="javascript:void(0)" onclick="bcv(48,3,1);">Galatians 3:1-9</a>; <a href="javascript:void(0)" onclick="bcv(59,2,14);">James 2:14-26</a>)
58 11 20 <pm>¶</pm>【The Faith of Isaac, Jacob, Joseph】
58 11 23 【The Faith of Moses】
58 11 30 <pm>¶</pm>【The Faith of Many】
58 12 1 【The Call to Endurance】 (<a href="javascript:void(0)" onclick="bcv(55,2,1);">2 Timothy 2:1-13</a>)
58 12 4 【God Disciplines His Sons】
58 12 14 <pm>¶</pm>【A Call to Holiness】 (<a href="javascript:void(0)" onclick="bcv(60,1,13);">1 Peter 1:13-21</a>)
58 12 18 【An Unshakable Kingdom】 (<a href="javascript:void(0)" onclick="bcv(2,20,18);">Exodus 20:18-21</a>; <a href="javascript:void(0)" onclick="bcv(5,5,22);">Deuteronomy 5:22-33</a>)
58 13 1 【Brotherly Love】
58 13 5 <pm>¶</pm>【Christ's Unchanging Nature】
58 13 15 <pm>¶</pm>【Sacrifice, Obedience, and Prayer】
58 13 20 【Benediction and Farewell】
59 1 1 【Greetings from James】 (<a href="javascript:void(0)" onclick="bcv(65,1,1);">Jude 1:1-2</a>)
59 1 2 【Rejoicing in Trials】 (<a href="javascript:void(0)" onclick="bcv(50,1,12);">Philippians 1:12-20</a>)
59 1 13 <pm>¶</pm>【Good and Perfect Gifts】
59 1 19 【Hearing and Doing】
59 2 1 【A Warning against Favoritism】
59 2 14 【Faith and Works】 (<a href="javascript:void(0)" onclick="bcv(1,15,1);">Genesis 15:1-7</a>; <a href="javascript:void(0)" onclick="bcv(45,4,1);">Romans 4:1-12</a>; <a href="javascript:void(0)" onclick="bcv(48,3,1);">Galatians 3:1-9</a>; <a href="javascript:void(0)" onclick="bcv(58,11,8);">Hebrews 11:8-19</a>)
59 3 1 【Taming the Tongue】
59 3 13 【The Wisdom from Above】
59 4 1 【Warning against Pride】
59 4 7 【Drawing Near to God】
59 4 13 【Do Not Boast of Tomorrow】
59 5 1 【Warning to the Rich】
59 5 7 【Patience in Suffering】 (<a href="javascript:void(0)" onclick="bcv(18,1,1);">Job 1:1-5</a>)
59 5 13 【The Prayer of Faith】
59 5 19 【Restoring a Sinner】
60 1 1 【Greetings from Peter】 (<a href="javascript:void(0)" onclick="bcv(61,1,1);">2 Peter 1:1-2</a>)
60 1 3 【A Living Hope】
60 1 13 【A Call to Holiness】 (<a href="javascript:void(0)" onclick="bcv(58,12,14);">Hebrews 12:14-17</a>)
60 1 22 【The Word of the Lord Stands】 (<a href="javascript:void(0)" onclick="bcv(23,40,6);">Isaiah 40:6-8</a>)
60 2 1 【The Lord is Good】
60 2 4 <pm>¶</pm>【The Living Stone】 (<a href="javascript:void(0)" onclick="bcv(23,28,14);">Isaiah 28:14-22</a>; <a href="javascript:void(0)" onclick="bcv(46,3,10);">1 Corinthians 3:10-15</a>)
60 2 13 【Submission to Authorities】 (<a href="javascript:void(0)" onclick="bcv(45,13,1);">Romans 13:1-7</a>)
60 2 21 <pm>¶</pm>【Christ's Example of Suffering】 (<a href="javascript:void(0)" onclick="bcv(23,53,1);">Isaiah 53:1-8</a>; <a href="javascript:void(0)" onclick="bcv(40,26,57);">Matthew 26:57-68</a>; <a href="javascript:void(0)" onclick="bcv(41,14,53);">Mark 14:53-65</a>; <a href="javascript:void(0)" onclick="bcv(43,18,19);">John 18:19-24</a>)
60 3 1 【Wives and Husbands】 (<a href="javascript:void(0)" onclick="bcv(22,1,1);">Song of Solomon 1:1-3</a>; <a href="javascript:void(0)" onclick="bcv(49,5,22);">Ephesians 5:22-33</a>)
60 3 8 【Turning from Evil】
60 3 14 <pm>¶</pm>【Suffering for Righteousness】 (<a href="javascript:void(0)" onclick="bcv(45,6,15);">Romans 6:15-23</a>)
60 4 1 【Living for God's Glory】
60 4 12 【Suffering as Christians】
60 5 1 【Instructions to Elders】
60 5 5 <pm>¶</pm>【Cast Your Cares on Him】
60 5 10 <pm>¶</pm>【Benediction and Farewell】
61 1 1 <pm>¶</pm>【Greetings from Peter】 (<a href="javascript:void(0)" onclick="bcv(60,1,1);">1 Peter 1:1-2</a>)
61 1 3 【Partakers of the Divine Nature】
61 1 16 【Eyewitnesses of His Majesty】 (<a href="javascript:void(0)" onclick="bcv(40,17,1);">Matthew 17:1-13</a>; <a href="javascript:void(0)" onclick="bcv(41,9,1);">Mark 9:1-13</a>; <a href="javascript:void(0)" onclick="bcv(42,9,28);">Luke 9:28-36</a>)
61 2 1 【Deliverance from False Prophets】
61 3 1 【The Coming Judgment】 (<a href="javascript:void(0)" onclick="bcv(1,3,1);">Genesis 3:1-7</a>; <a href="javascript:void(0)" onclick="bcv(1,7,1);">Genesis 7:1-5</a>; <a href="javascript:void(0)" onclick="bcv(45,5,12);">Romans 5:12-21</a>)
61 3 8 【The Day of the Lord】 (<a href="javascript:void(0)" onclick="bcv(36,1,7);">Zephaniah 1:7-18</a>; <a href="javascript:void(0)" onclick="bcv(52,5,1);">1 Thessalonians 5:1-11</a>)
61 3 14 【Final Exhortations】
62 1 1 【The Word of Life】 (<a href="javascript:void(0)" onclick="bcv(42,24,36);">Luke 24:36-43</a>; <a href="javascript:void(0)" onclick="bcv(43,20,19);">John 20:19-23</a>)
62 1 5 【Walking in the Light】 (<a href="javascript:void(0)" onclick="bcv(43,8,12);">John 8:12-30</a>)
62 2 1 【Jesus Our Advocate】
62 2 7 【A New Commandment】
62 2 15 【Do Not Love the World】
62 2 18 【Beware of Antichrists】
62 2 24 <pm>¶</pm>【Continue in Him】
62 3 1 【Children of God】
62 3 11 【Love One Another】 (<a href="javascript:void(0)" onclick="bcv(43,13,31);">John 13:31-35</a>; <a href="javascript:void(0)" onclick="bcv(45,12,9);">Romans 12:9-13</a>)
62 4 1 【Testing the Spirits】
62 4 7 【Love Comes from God】
62 5 1 【Overcoming the World】
62 5 9 <pm>¶</pm>【God's Testimony about His Son】
62 5 13 【Effective Prayer】
62 5 18 【Concluding Remarks】
63 1 1 【Greeting from the Elder】 (<a href="javascript:void(0)" onclick="bcv(64,1,1);">3 John 1:1-4</a>)
63 1 4 【Walking in the Truth】 (<a href="javascript:void(0)" onclick="bcv(43,8,30);">John 8:30-41</a>)
63 1 7 【Beware of Deceivers】
63 1 12 【Final Greetings】
64 1 1 【Greeting to Gaius from the Elder】 (<a href="javascript:void(0)" onclick="bcv(63,1,1);">2 John 1:1-3</a>)
64 1 5 【Gaius Commended for His Hospitality】
64 1 9 【Diotrephes and Demetrius】
64 1 13 【Conclusion】
65 1 1 【Greetings from Jude】 (<a href="javascript:void(0)" onclick="bcv(59,1,1);">James 1:1-1</a>)
65 1 3 【God's Judgment on the Ungodly】 (<a href="javascript:void(0)" onclick="bcv(1,4,1);">Genesis 4:1-7</a>; <a href="javascript:void(0)" onclick="bcv(45,2,1);">Romans 2:1-16</a>)
65 1 17 【A Call to Persevere】 (<a href="javascript:void(0)" onclick="bcv(58,10,19);">Hebrews 10:19-39</a>)
65 1 24 【Doxology】 (<a href="javascript:void(0)" onclick="bcv(45,11,33);">Romans 11:33-36</a>; <a href="javascript:void(0)" onclick="bcv(45,16,25);">Romans 16:25-27</a>)
66 1 1 【Prologue】 (<a href="javascript:void(0)" onclick="bcv(27,12,1);">Daniel 12:1-13</a>)
66 1 4 【John Greets the Seven Churches】
66 1 9 【John's Vision on Patmos】
66 2 1 【To the Church in Ephesus】 (<a href="javascript:void(0)" onclick="bcv(44,19,8);">Acts 19:8-12</a>)
66 2 8 <pm>¶</pm>【To the Church in Smyrna】
66 2 12 【To the Church in Pergamum】
66 2 18 【To the Church in Thyatira】 (<a href="javascript:void(0)" onclick="bcv(44,16,11);">Acts 16:11-15</a>)
66 3 1 【To the Church in Sardis】
66 3 7 【To the Church in Philadelphia】
66 3 14 【To the Church in Laodicea】 (<a href="javascript:void(0)" onclick="bcv(51,2,1);">Colossians 2:1-5</a>)
66 4 1 【The Throne in Heaven】
66 4 5 <pm>¶</pm>【Worship of the Creator】
66 5 1 <pm>¶</pm>【The Scroll with Seven Seals】
66 5 5 <pm>¶</pm>【The Lamb is Worthy】
66 5 11 【The Lamb Exalted】
66 6 1 【The First Seal: The White Horse】
66 6 3 【The Second Seal: War】
66 6 5 【The Third Seal: Famine】
66 6 7 【The Fourth Seal: Death】
66 6 9 【The Fifth Seal: The Martyrs】
66 6 12 【The Sixth Seal: Terror】
66 7 1 【144,000 Sealed】
66 7 9 【Praise from the Great Multitude】
66 8 1 【The Seventh Seal】
66 8 6 【The First Four Trumpets】
66 9 1 【The Fifth Trumpet】
66 9 13 【The Sixth Trumpet】
66 10 1 【The Angel and the Small Scroll】
66 11 1 【The Two Witnesses】
66 11 7 【The Witnesses Killed and Raised】
66 11 15 【The Seventh Trumpet】
66 12 1 【The Woman and the Dragon】
66 12 7 <pm>¶</pm>【The War in Heaven】
66 12 13 【The Woman Persecuted】
66 13 1 【The Beast from the Sea】
66 13 11 【The Beast from the Earth】
66 13 16 <pm>¶</pm>【The Mark of the Beast】
66 14 1 【The Lamb and the 144,000】
66 14 6 【The Three Angels and Babylon's Fall】
66 14 14 【The Harvest of the Earth】
66 15 1 【The Song of Moses and the Lamb】
66 15 5 【Preparation for Judgment】
66 16 1 【The First Six Bowls of Wrath】
66 16 17 【The Seventh Bowl of Wrath】
66 17 1 【The Woman on the Beast】
66 17 6 <pm>¶</pm>【The Mystery Explained】
66 17 14 <pm>¶</pm>【The Victory of the Lamb】
66 18 1 【Babylon is Fallen】
66 18 9 【Lament over Babylon】
66 18 21 【The Doom of Babylon】
66 19 1 【Rejoicing in Heaven】
66 19 6 【The Marriage of the Lamb】
66 19 11 【The Rider on the White Horse】
66 19 17 【Defeat of the Beast and False Prophet】
66 20 1 【Satan Bound】
66 20 7 【Satan Cast into the Lake of Fire】