diff --git a/CrownOfThorns.swift b/CrownOfThorns.swift new file mode 100644 index 0000000..63e35e9 --- /dev/null +++ b/CrownOfThorns.swift @@ -0,0 +1,548 @@ +// +// CrownOfThorns.swift +// gloss +// +// Created by Saint on 3/3/23. +// + +import Foundation +import SwiftUI +// +struct MyCustomShape: Shape { + func path(in rect: CGRect) -> Path { + var path = Path() + let width = rect.size.width * 0.1 + let height = rect.size.height * 0.1 + path.move(to: CGPoint(x: 5.05217*width, y: 9.63163*height)) + path.addCurve(to: CGPoint(x: 4.91142*width, y: 9.41742*height), control1: CGPoint(x: 4.98917*width, y: 9.57057*height), control2: CGPoint(x: 4.93701*width, y: 9.48949*height)) + path.addCurve(to: CGPoint(x: 4.875*width, y: 9.17718*height), control1: CGPoint(x: 4.88681*width, y: 9.34535*height), control2: CGPoint(x: 4.86811*width, y: 9.22623*height)) + path.addCurve(to: CGPoint(x: 4.87697*width, y: 9.13914*height), control1: CGPoint(x: 4.87795*width, y: 9.15616*height), control2: CGPoint(x: 4.87894*width, y: 9.13914*height)) + path.addCurve(to: CGPoint(x: 4.63386*width, y: 9.08008*height), control1: CGPoint(x: 4.85039*width, y: 9.13914*height), control2: CGPoint(x: 4.69783*width, y: 9.1021*height)) + path.addCurve(to: CGPoint(x: 3.8435*width, y: 8.53253*height), control1: CGPoint(x: 4.38681*width, y: 8.99499*height), control2: CGPoint(x: 4.18799*width, y: 8.85786*height)) + path.addCurve(to: CGPoint(x: 3.46654*width, y: 8.19419*height), control1: CGPoint(x: 3.63681*width, y: 8.33734*height), control2: CGPoint(x: 3.54626*width, y: 8.25726*height)) + path.addCurve(to: CGPoint(x: 2.91437*width, y: 7.91491*height), control1: CGPoint(x: 3.3061*width, y: 8.06907*height), control2: CGPoint(x: 3.13484*width, y: 7.98298*height)) + path.addCurve(to: CGPoint(x: 2.78937*width, y: 7.85686*height), control1: CGPoint(x: 2.82579*width, y: 7.88789*height), control2: CGPoint(x: 2.79921*width, y: 7.87487*height)) + path.addCurve(to: CGPoint(x: 2.80118*width, y: 7.9009*height), control1: CGPoint(x: 2.76575*width, y: 7.81381*height), control2: CGPoint(x: 2.77461*width, y: 7.84785*height)) + path.addCurve(to: CGPoint(x: 3.11811*width, y: 8.28729*height), control1: CGPoint(x: 2.87598*width, y: 8.05305*height), control2: CGPoint(x: 3.00295*width, y: 8.20721*height)) + path.addCurve(to: CGPoint(x: 3.63287*width, y: 8.44845*height), control1: CGPoint(x: 3.27854*width, y: 8.3974*height), control2: CGPoint(x: 3.44094*width, y: 8.44845*height)) + path.addLine(to: CGPoint(x: 3.72933*width, y: 8.44845*height)) + path.addLine(to: CGPoint(x: 3.88287*width, y: 8.59059*height)) + path.addCurve(to: CGPoint(x: 4.03543*width, y: 8.73974*height), control1: CGPoint(x: 3.96654*width, y: 8.66867*height), control2: CGPoint(x: 4.03543*width, y: 8.73574*height)) + path.addCurve(to: CGPoint(x: 3.8435*width, y: 8.77878*height), control1: CGPoint(x: 4.03543*width, y: 8.74675*height), control2: CGPoint(x: 3.95866*width, y: 8.76276*height)) + path.addCurve(to: CGPoint(x: 3.4252*width, y: 8.77377*height), control1: CGPoint(x: 3.73917*width, y: 8.79379*height), control2: CGPoint(x: 3.51969*width, y: 8.79079*height)) + path.addCurve(to: CGPoint(x: 3.13976*width, y: 8.68969*height), control1: CGPoint(x: 3.33858*width, y: 8.75776*height), control2: CGPoint(x: 3.2815*width, y: 8.74174*height)) + path.addCurve(to: CGPoint(x: 3.0315*width, y: 8.65866*height), control1: CGPoint(x: 3.0935*width, y: 8.67267*height), control2: CGPoint(x: 3.04528*width, y: 8.65866*height)) + path.addCurve(to: CGPoint(x: 2.83366*width, y: 8.76577*height), control1: CGPoint(x: 2.99114*width, y: 8.65866*height), control2: CGPoint(x: 2.8878*width, y: 8.71471*height)) + path.addCurve(to: CGPoint(x: 2.66732*width, y: 9.002*height), control1: CGPoint(x: 2.78543*width, y: 8.81181*height), control2: CGPoint(x: 2.66732*width, y: 8.97898*height)) + path.addCurve(to: CGPoint(x: 2.65748*width, y: 9.003*height), control1: CGPoint(x: 2.66732*width, y: 9.00901*height), control2: CGPoint(x: 2.66437*width, y: 9.01001*height)) + path.addCurve(to: CGPoint(x: 2.63878*width, y: 8.76977*height), control1: CGPoint(x: 2.64075*width, y: 8.98599*height), control2: CGPoint(x: 2.62894*width, y: 8.84284*height)) + path.addCurve(to: CGPoint(x: 2.7628*width, y: 8.47247*height), control1: CGPoint(x: 2.65059*width, y: 8.67267*height), control2: CGPoint(x: 2.6811*width, y: 8.5986*height)) + path.addCurve(to: CGPoint(x: 2.71752*width, y: 8.38038*height), control1: CGPoint(x: 2.77461*width, y: 8.45345*height), control2: CGPoint(x: 2.77165*width, y: 8.44545*height)) + path.addCurve(to: CGPoint(x: 2.5374*width, y: 8.11311*height), control1: CGPoint(x: 2.64665*width, y: 8.29429*height), control2: CGPoint(x: 2.59646*width, y: 8.22022*height)) + path.addCurve(to: CGPoint(x: 2.36122*width, y: 7.67768*height), control1: CGPoint(x: 2.47638*width, y: 8.003*height), control2: CGPoint(x: 2.45079*width, y: 7.93994*height)) + path.addCurve(to: CGPoint(x: 2.28445*width, y: 7.46146*height), control1: CGPoint(x: 2.3189*width, y: 7.55355*height), control2: CGPoint(x: 2.28445*width, y: 7.45646*height)) + path.addCurve(to: CGPoint(x: 2.32776*width, y: 7.61161*height), control1: CGPoint(x: 2.28346*width, y: 7.46547*height), control2: CGPoint(x: 2.30315*width, y: 7.53353*height)) + path.addCurve(to: CGPoint(x: 2.37205*width, y: 7.76076*height), control1: CGPoint(x: 2.35236*width, y: 7.69069*height), control2: CGPoint(x: 2.37205*width, y: 7.75776*height)) + path.addCurve(to: CGPoint(x: 2.06791*width, y: 7.64665*height), control1: CGPoint(x: 2.37205*width, y: 7.77177*height), control2: CGPoint(x: 2.17323*width, y: 7.6977*height)) + path.addCurve(to: CGPoint(x: 1.5935*width, y: 7.27027*height), control1: CGPoint(x: 1.87992*width, y: 7.55556*height), control2: CGPoint(x: 1.69882*width, y: 7.41241*height)) + path.addCurve(to: CGPoint(x: 1.53642*width, y: 7.2002*height), control1: CGPoint(x: 1.57087*width, y: 7.23824*height), control2: CGPoint(x: 1.54429*width, y: 7.20621*height)) + path.addCurve(to: CGPoint(x: 1.25689*width, y: 7.24825*height), control1: CGPoint(x: 1.50098*width, y: 7.17017*height), control2: CGPoint(x: 1.36516*width, y: 7.19319*height)) + path.addCurve(to: CGPoint(x: 1.09547*width, y: 7.35435*height), control1: CGPoint(x: 1.19882*width, y: 7.27828*height), control2: CGPoint(x: 1.18209*width, y: 7.28929*height)) + path.addLine(to: CGPoint(x: 1.06004*width, y: 7.38238*height)) + path.addLine(to: CGPoint(x: 1.06594*width, y: 7.33534*height)) + path.addCurve(to: CGPoint(x: 1.32972*width, y: 6.93994*height), control1: CGPoint(x: 1.08661*width, y: 7.17918*height), control2: CGPoint(x: 1.18602*width, y: 7.03103*height)) + path.addCurve(to: CGPoint(x: 1.38287*width, y: 6.88288*height), control1: CGPoint(x: 1.37894*width, y: 6.90991*height), control2: CGPoint(x: 1.3878*width, y: 6.8999*height)) + path.addCurve(to: CGPoint(x: 1.3189*width, y: 6.44144*height), control1: CGPoint(x: 1.34154*width, y: 6.73473*height), control2: CGPoint(x: 1.3189*width, y: 6.57958*height)) + path.addCurve(to: CGPoint(x: 1.35827*width, y: 6.07107*height), control1: CGPoint(x: 1.3189*width, y: 6.33734*height), control2: CGPoint(x: 1.34547*width, y: 6.08609*height)) + path.addCurve(to: CGPoint(x: 1.37303*width, y: 6.01602*height), control1: CGPoint(x: 1.36319*width, y: 6.06507*height), control2: CGPoint(x: 1.37008*width, y: 6.04004*height)) + path.addCurve(to: CGPoint(x: 1.36811*width, y: 6.004*height), control1: CGPoint(x: 1.37795*width, y: 5.97397*height), control2: CGPoint(x: 1.37697*width, y: 5.97297*height)) + path.addCurve(to: CGPoint(x: 1.34941*width, y: 6.03604*height), control1: CGPoint(x: 1.3622*width, y: 6.02102*height), control2: CGPoint(x: 1.35335*width, y: 6.03604*height)) + path.addCurve(to: CGPoint(x: 1.18898*width, y: 5.85085*height), control1: CGPoint(x: 1.33858*width, y: 6.03604*height), control2: CGPoint(x: 1.25295*width, y: 5.93694*height)) + path.addCurve(to: CGPoint(x: 0.92028*width, y: 5.26527*height), control1: CGPoint(x: 1.06004*width, y: 5.67768*height), control2: CGPoint(x: 0.94685*width, y: 5.43043*height)) + path.addCurve(to: CGPoint(x: 0.84252*width, y: 5.14014*height), control1: CGPoint(x: 0.90945*width, y: 5.1992*height), control2: CGPoint(x: 0.89075*width, y: 5.16917*height)) + path.addCurve(to: CGPoint(x: 0.58661*width, y: 5.08509*height), control1: CGPoint(x: 0.77657*width, y: 5.1011*height), control2: CGPoint(x: 0.74606*width, y: 5.09409*height)) + path.addCurve(to: CGPoint(x: 0.4311*width, y: 5.06707*height), control1: CGPoint(x: 0.50689*width, y: 5.08108*height), control2: CGPoint(x: 0.43602*width, y: 5.07207*height)) + path.addCurve(to: CGPoint(x: 0.59055*width, y: 4.93594*height), control1: CGPoint(x: 0.41831*width, y: 5.05405*height), control2: CGPoint(x: 0.51476*width, y: 4.97497*height)) + path.addCurve(to: CGPoint(x: 0.82579*width, y: 4.86887*height), control1: CGPoint(x: 0.66535*width, y: 4.8969*height), control2: CGPoint(x: 0.73228*width, y: 4.87788*height)) + path.addLine(to: CGPoint(x: 0.90551*width, y: 4.86186*height)) + path.addLine(to: CGPoint(x: 0.91535*width, y: 4.82082*height)) + path.addCurve(to: CGPoint(x: 1.24705*width, y: 4.19419*height), control1: CGPoint(x: 0.97933*width, y: 4.56456*height), control2: CGPoint(x: 1.0748*width, y: 4.38338*height)) + path.addCurve(to: CGPoint(x: 1.55413*width, y: 3.88388*height), control1: CGPoint(x: 1.29429*width, y: 4.14114*height), control2: CGPoint(x: 1.43307*width, y: 4.001*height)) + path.addCurve(to: CGPoint(x: 2.16142*width, y: 2.90591*height), control1: CGPoint(x: 1.97244*width, y: 3.47548*height), control2: CGPoint(x: 2.0561*width, y: 3.34034*height)) + path.addCurve(to: CGPoint(x: 2.24902*width, y: 2.74474*height), control1: CGPoint(x: 2.18898*width, y: 2.79179*height), control2: CGPoint(x: 2.20079*width, y: 2.77077*height)) + path.addCurve(to: CGPoint(x: 2.53543*width, y: 2.64264*height), control1: CGPoint(x: 2.30217*width, y: 2.71672*height), control2: CGPoint(x: 2.51083*width, y: 2.64264*height)) + path.addCurve(to: CGPoint(x: 2.55413*width, y: 2.68068*height), control1: CGPoint(x: 2.55807*width, y: 2.64264*height), control2: CGPoint(x: 2.55906*width, y: 2.64565*height)) + path.addCurve(to: CGPoint(x: 2.41732*width, y: 3.23323*height), control1: CGPoint(x: 2.54035*width, y: 2.75776*height), control2: CGPoint(x: 2.45079*width, y: 3.12312*height)) + path.addCurve(to: CGPoint(x: 2.4252*width, y: 3.47047*height), control1: CGPoint(x: 2.37106*width, y: 3.38338*height), control2: CGPoint(x: 2.37205*width, y: 3.3974*height)) + path.addCurve(to: CGPoint(x: 2.67717*width, y: 3.66567*height), control1: CGPoint(x: 2.47835*width, y: 3.54454*height), control2: CGPoint(x: 2.5689*width, y: 3.61562*height)) + path.addCurve(to: CGPoint(x: 2.74213*width, y: 3.71972*height), control1: CGPoint(x: 2.75295*width, y: 3.7017*height), control2: CGPoint(x: 2.75886*width, y: 3.70671*height)) + path.addCurve(to: CGPoint(x: 2.41142*width, y: 3.74474*height), control1: CGPoint(x: 2.6939*width, y: 3.75576*height), control2: CGPoint(x: 2.50295*width, y: 3.76977*height)) + path.addCurve(to: CGPoint(x: 2.30118*width, y: 3.7027*height), control1: CGPoint(x: 2.38681*width, y: 3.73774*height), control2: CGPoint(x: 2.3376*width, y: 3.71872*height)) + path.addCurve(to: CGPoint(x: 2.22146*width, y: 3.67367*height), control1: CGPoint(x: 2.26575*width, y: 3.68669*height), control2: CGPoint(x: 2.22933*width, y: 3.67367*height)) + path.addCurve(to: CGPoint(x: 2.16043*width, y: 3.73674*height), control1: CGPoint(x: 2.21358*width, y: 3.67367*height), control2: CGPoint(x: 2.18602*width, y: 3.7017*height)) + path.addCurve(to: CGPoint(x: 1.89567*width, y: 4.01902*height), control1: CGPoint(x: 2.13386*width, y: 3.77077*height), control2: CGPoint(x: 2.01476*width, y: 3.8979*height)) + path.addCurve(to: CGPoint(x: 1.70472*width, y: 4.21522*height), control1: CGPoint(x: 1.77559*width, y: 4.14014*height), control2: CGPoint(x: 1.68996*width, y: 4.22823*height)) + path.addCurve(to: CGPoint(x: 1.73228*width, y: 4.1952*height), control1: CGPoint(x: 1.72047*width, y: 4.2012*height), control2: CGPoint(x: 1.73228*width, y: 4.19319*height)) + path.addCurve(to: CGPoint(x: 1.7815*width, y: 4.3974*height), control1: CGPoint(x: 1.73228*width, y: 4.1982*height), control2: CGPoint(x: 1.75492*width, y: 4.28929*height)) + path.addCurve(to: CGPoint(x: 1.84941*width, y: 4.71271*height), control1: CGPoint(x: 1.80906*width, y: 4.50651*height), control2: CGPoint(x: 1.83957*width, y: 4.64865*height)) + path.addCurve(to: CGPoint(x: 1.9124*width, y: 4.88789*height), control1: CGPoint(x: 1.87303*width, y: 4.85485*height), control2: CGPoint(x: 1.87402*width, y: 4.85786*height)) + path.addCurve(to: CGPoint(x: 2.34449*width, y: 4.97598*height), control1: CGPoint(x: 2.01575*width, y: 4.96697*height), control2: CGPoint(x: 2.16831*width, y: 4.999*height)) + path.addCurve(to: CGPoint(x: 2.34055*width, y: 5.04204*height), control1: CGPoint(x: 2.40945*width, y: 4.96797*height), control2: CGPoint(x: 2.40945*width, y: 4.97397*height)) + path.addCurve(to: CGPoint(x: 1.95768*width, y: 5.1992*height), control1: CGPoint(x: 2.24016*width, y: 5.14114*height), control2: CGPoint(x: 2.10335*width, y: 5.1972*height)) + path.addLine(to: CGPoint(x: 1.87106*width, y: 5.2002*height)) + path.addLine(to: CGPoint(x: 1.86614*width, y: 5.23524*height)) + path.addCurve(to: CGPoint(x: 1.76673*width, y: 5.77578*height), control1: CGPoint(x: 1.84252*width, y: 5.3984*height), control2: CGPoint(x: 1.81988*width, y: 5.52052*height)) + path.addCurve(to: CGPoint(x: 1.69882*width, y: 6.71471*height), control1: CGPoint(x: 1.65551*width, y: 6.2993*height), control2: CGPoint(x: 1.64272*width, y: 6.48248*height)) + path.addCurve(to: CGPoint(x: 2.1752*width, y: 7.30731*height), control1: CGPoint(x: 1.75689*width, y: 6.95495*height), control2: CGPoint(x: 1.94685*width, y: 7.19119*height)) + path.addCurve(to: CGPoint(x: 2.24705*width, y: 7.35135*height), control1: CGPoint(x: 2.21063*width, y: 7.32533*height), control2: CGPoint(x: 2.24311*width, y: 7.34535*height)) + path.addCurve(to: CGPoint(x: 2.10039*width, y: 6.95195*height), control1: CGPoint(x: 2.27264*width, y: 7.38639*height), control2: CGPoint(x: 2.1565*width, y: 7.06907*height)) + path.addCurve(to: CGPoint(x: 1.72343*width, y: 6.43644*height), control1: CGPoint(x: 2.02756*width, y: 6.7968*height), control2: CGPoint(x: 1.97244*width, y: 6.72172*height)) + path.addLine(to: CGPoint(x: 1.6811*width, y: 6.38739*height)) + path.addLine(to: CGPoint(x: 1.69685*width, y: 6.25926*height)) + path.addCurve(to: CGPoint(x: 1.75*width, y: 6.00801*height), control1: CGPoint(x: 1.71949*width, y: 6.08709*height), control2: CGPoint(x: 1.73425*width, y: 6.01301*height)) + path.addCurve(to: CGPoint(x: 2.1752*width, y: 6.44444*height), control1: CGPoint(x: 1.76575*width, y: 6.003*height), control2: CGPoint(x: 2.11516*width, y: 6.36036*height)) + path.addCurve(to: CGPoint(x: 2.26476*width, y: 6.50651*height), control1: CGPoint(x: 2.2185*width, y: 6.5035*height), control2: CGPoint(x: 2.22047*width, y: 6.50551*height)) + path.addCurve(to: CGPoint(x: 2.62795*width, y: 6.35736*height), control1: CGPoint(x: 2.38484*width, y: 6.50751*height), control2: CGPoint(x: 2.50394*width, y: 6.45846*height)) + path.addCurve(to: CGPoint(x: 2.70276*width, y: 6.2993*height), control1: CGPoint(x: 2.66831*width, y: 6.32432*height), control2: CGPoint(x: 2.70177*width, y: 6.2983*height)) + path.addCurve(to: CGPoint(x: 2.69587*width, y: 6.36136*height), control1: CGPoint(x: 2.70374*width, y: 6.3003*height), control2: CGPoint(x: 2.70079*width, y: 6.32833*height)) + path.addCurve(to: CGPoint(x: 2.45079*width, y: 6.74675*height), control1: CGPoint(x: 2.67618*width, y: 6.49249*height), control2: CGPoint(x: 2.56004*width, y: 6.67467*height)) + path.addCurve(to: CGPoint(x: 2.40157*width, y: 6.78278*height), control1: CGPoint(x: 2.42421*width, y: 6.76476*height), control2: CGPoint(x: 2.40157*width, y: 6.78078*height)) + path.addCurve(to: CGPoint(x: 2.45276*width, y: 6.91391*height), control1: CGPoint(x: 2.40157*width, y: 6.78478*height), control2: CGPoint(x: 2.42421*width, y: 6.84384*height)) + path.addCurve(to: CGPoint(x: 2.57972*width, y: 7.27227*height), control1: CGPoint(x: 2.48031*width, y: 6.98398*height), control2: CGPoint(x: 2.5374*width, y: 7.14615*height)) + path.addCurve(to: CGPoint(x: 2.6565*width, y: 7.49049*height), control1: CGPoint(x: 2.62205*width, y: 7.3994*height), control2: CGPoint(x: 2.6565*width, y: 7.4975*height)) + path.addCurve(to: CGPoint(x: 3.3002*width, y: 7.68468*height), control1: CGPoint(x: 2.65846*width, y: 7.46446*height), control2: CGPoint(x: 3.11909*width, y: 7.6026*height)) + path.addCurve(to: CGPoint(x: 3.43406*width, y: 7.71672*height), control1: CGPoint(x: 3.39075*width, y: 7.72573*height), control2: CGPoint(x: 3.40059*width, y: 7.72773*height)) + path.addCurve(to: CGPoint(x: 3.73819*width, y: 7.41241*height), control1: CGPoint(x: 3.54134*width, y: 7.68168*height), control2: CGPoint(x: 3.66535*width, y: 7.55856*height)) + path.addLine(to: CGPoint(x: 3.7687*width, y: 7.35335*height)) + path.addLine(to: CGPoint(x: 3.78051*width, y: 7.38238*height)) + path.addCurve(to: CGPoint(x: 3.79331*width, y: 7.54254*height), control1: CGPoint(x: 3.78937*width, y: 7.4014*height), control2: CGPoint(x: 3.79331*width, y: 7.45946*height)) + path.addCurve(to: CGPoint(x: 3.71161*width, y: 7.84785*height), control1: CGPoint(x: 3.79331*width, y: 7.68869*height), control2: CGPoint(x: 3.78248*width, y: 7.72873*height)) + path.addLine(to: CGPoint(x: 3.67421*width, y: 7.91191*height)) + path.addLine(to: CGPoint(x: 3.75098*width, y: 7.97497*height)) + path.addCurve(to: CGPoint(x: 4.16339*width, y: 8.35836*height), control1: CGPoint(x: 3.84646*width, y: 8.05405*height), control2: CGPoint(x: 4.05118*width, y: 8.24424*height)) + path.addCurve(to: CGPoint(x: 4.93602*width, y: 8.78779*height), control1: CGPoint(x: 4.4065*width, y: 8.60761*height), control2: CGPoint(x: 4.68406*width, y: 8.76176*height)) + path.addCurve(to: CGPoint(x: 5.48031*width, y: 8.67267*height), control1: CGPoint(x: 5.125*width, y: 8.80781*height), control2: CGPoint(x: 5.29626*width, y: 8.77077*height)) + path.addCurve(to: CGPoint(x: 5.59744*width, y: 8.61862*height), control1: CGPoint(x: 5.53642*width, y: 8.64264*height), control2: CGPoint(x: 5.58858*width, y: 8.61862*height)) + path.addCurve(to: CGPoint(x: 5.42421*width, y: 8.57958*height), control1: CGPoint(x: 5.63878*width, y: 8.61862*height), control2: CGPoint(x: 5.59055*width, y: 8.60761*height)) + path.addCurve(to: CGPoint(x: 4.64665*width, y: 8.58959*height), control1: CGPoint(x: 5.10925*width, y: 8.52553*height), control2: CGPoint(x: 4.93602*width, y: 8.52753*height)) + path.addCurve(to: CGPoint(x: 4.48031*width, y: 8.60861*height), control1: CGPoint(x: 4.53051*width, y: 8.61461*height), control2: CGPoint(x: 4.50098*width, y: 8.61862*height)) + path.addCurve(to: CGPoint(x: 4.21752*width, y: 8.4034*height), control1: CGPoint(x: 4.45472*width, y: 8.5976*height), control2: CGPoint(x: 4.29528*width, y: 8.47247*height)) + path.addCurve(to: CGPoint(x: 4.19193*width, y: 8.35936*height), control1: CGPoint(x: 4.18602*width, y: 8.37538*height), control2: CGPoint(x: 4.1811*width, y: 8.36637*height)) + path.addCurve(to: CGPoint(x: 4.69783*width, y: 8.23223*height), control1: CGPoint(x: 4.20965*width, y: 8.34735*height), control2: CGPoint(x: 4.5374*width, y: 8.26627*height)) + path.addCurve(to: CGPoint(x: 4.9252*width, y: 8.13814*height), control1: CGPoint(x: 4.8622*width, y: 8.1992*height), control2: CGPoint(x: 4.89469*width, y: 8.18519*height)) + path.addCurve(to: CGPoint(x: 5.00787*width, y: 7.81081*height), control1: CGPoint(x: 4.97638*width, y: 8.05906*height), control2: CGPoint(x: 5.00197*width, y: 7.95596*height)) + path.addCurve(to: CGPoint(x: 5.02067*width, y: 7.67768*height), control1: CGPoint(x: 5.00984*width, y: 7.73774*height), control2: CGPoint(x: 5.01575*width, y: 7.67768*height)) + path.addCurve(to: CGPoint(x: 5.14764*width, y: 7.84885*height), control1: CGPoint(x: 5.03445*width, y: 7.67768*height), control2: CGPoint(x: 5.11516*width, y: 7.78679*height)) + path.addCurve(to: CGPoint(x: 5.20669*width, y: 8.08408*height), control1: CGPoint(x: 5.18504*width, y: 7.92092*height), control2: CGPoint(x: 5.20669*width, y: 8.00601*height)) + path.addCurve(to: CGPoint(x: 5.2126*width, y: 8.17718*height), control1: CGPoint(x: 5.20669*width, y: 8.11812*height), control2: CGPoint(x: 5.20965*width, y: 8.16016*height)) + path.addCurve(to: CGPoint(x: 5.25*width, y: 8.20821*height), control1: CGPoint(x: 5.2185*width, y: 8.2042*height), control2: CGPoint(x: 5.22343*width, y: 8.20821*height)) + path.addCurve(to: CGPoint(x: 5.71063*width, y: 8.28829*height), control1: CGPoint(x: 5.2874*width, y: 8.20821*height), control2: CGPoint(x: 5.43012*width, y: 8.23323*height)) + path.addLine(to: CGPoint(x: 5.92421*width, y: 8.33033*height)) + path.addLine(to: CGPoint(x: 6.05512*width, y: 8.20621*height)) + path.addCurve(to: CGPoint(x: 6.41634*width, y: 7.89189*height), control1: CGPoint(x: 6.22638*width, y: 8.04505*height), control2: CGPoint(x: 6.28937*width, y: 7.98999*height)) + path.addLine(to: CGPoint(x: 6.52067*width, y: 7.81181*height)) + path.addLine(to: CGPoint(x: 6.52362*width, y: 7.73173*height)) + path.addCurve(to: CGPoint(x: 6.49606*width, y: 7.56657*height), control1: CGPoint(x: 6.52559*width, y: 7.66166*height), control2: CGPoint(x: 6.52165*width, y: 7.63864*height)) + path.addCurve(to: CGPoint(x: 6.4124*width, y: 7.4024*height), control1: CGPoint(x: 6.47933*width, y: 7.52052*height), control2: CGPoint(x: 6.44193*width, y: 7.44645*height)) + path.addCurve(to: CGPoint(x: 6.37303*width, y: 7.31932*height), control1: CGPoint(x: 6.37795*width, y: 7.34935*height), control2: CGPoint(x: 6.36417*width, y: 7.32132*height)) + path.addCurve(to: CGPoint(x: 6.5876*width, y: 7.4014*height), control1: CGPoint(x: 6.39665*width, y: 7.31331*height), control2: CGPoint(x: 6.53543*width, y: 7.36637*height)) + path.addCurve(to: CGPoint(x: 6.77756*width, y: 7.6046*height), control1: CGPoint(x: 6.65256*width, y: 7.44344*height), control2: CGPoint(x: 6.74016*width, y: 7.53754*height)) + path.addCurve(to: CGPoint(x: 6.81398*width, y: 7.65766*height), control1: CGPoint(x: 6.79331*width, y: 7.63363*height), control2: CGPoint(x: 6.80906*width, y: 7.65766*height)) + path.addCurve(to: CGPoint(x: 6.93701*width, y: 7.61662*height), control1: CGPoint(x: 6.81791*width, y: 7.65766*height), control2: CGPoint(x: 6.87303*width, y: 7.63964*height)) + path.addCurve(to: CGPoint(x: 7.29331*width, y: 7.51652*height), control1: CGPoint(x: 7*width, y: 7.59459*height), control2: CGPoint(x: 7.16043*width, y: 7.54955*height)) + path.addCurve(to: CGPoint(x: 7.55315*width, y: 7.45045*height), control1: CGPoint(x: 7.42618*width, y: 7.48348*height), control2: CGPoint(x: 7.54232*width, y: 7.45445*height)) + path.addCurve(to: CGPoint(x: 7.56496*width, y: 7.45646*height), control1: CGPoint(x: 7.56496*width, y: 7.44745*height), control2: CGPoint(x: 7.5689*width, y: 7.44945*height)) + path.addCurve(to: CGPoint(x: 7.63287*width, y: 7.45245*height), control1: CGPoint(x: 7.5561*width, y: 7.47047*height), control2: CGPoint(x: 7.58268*width, y: 7.46947*height)) + path.addCurve(to: CGPoint(x: 7.61614*width, y: 7.44645*height), control1: CGPoint(x: 7.67815*width, y: 7.43744*height), control2: CGPoint(x: 7.66929*width, y: 7.43443*height)) + path.addCurve(to: CGPoint(x: 7.57874*width, y: 7.44945*height), control1: CGPoint(x: 7.59547*width, y: 7.45145*height), control2: CGPoint(x: 7.57874*width, y: 7.45245*height)) + path.addCurve(to: CGPoint(x: 7.78445*width, y: 6.89489*height), control1: CGPoint(x: 7.57874*width, y: 7.43143*height), control2: CGPoint(x: 7.72835*width, y: 7.02903*height)) + path.addLine(to: CGPoint(x: 7.85138*width, y: 6.73774*height)) + path.addLine(to: CGPoint(x: 7.81791*width, y: 6.67467*height)) + path.addCurve(to: CGPoint(x: 7.54626*width, y: 6.43043*height), control1: CGPoint(x: 7.76575*width, y: 6.57457*height), control2: CGPoint(x: 7.68996*width, y: 6.50651*height)) + path.addLine(to: CGPoint(x: 7.4685*width, y: 6.38939*height)) + path.addLine(to: CGPoint(x: 7.51575*width, y: 6.37237*height)) + path.addCurve(to: CGPoint(x: 7.93012*width, y: 6.42042*height), control1: CGPoint(x: 7.63976*width, y: 6.32933*height), control2: CGPoint(x: 7.77756*width, y: 6.34535*height)) + path.addLine(to: CGPoint(x: 8.02165*width, y: 6.46547*height)) + path.addLine(to: CGPoint(x: 8.06791*width, y: 6.4034*height)) + path.addCurve(to: CGPoint(x: 8.42913*width, y: 5.95596*height), control1: CGPoint(x: 8.1063*width, y: 6.35335*height), control2: CGPoint(x: 8.33858*width, y: 6.06507*height)) + path.addLine(to: CGPoint(x: 8.4498*width, y: 5.93093*height)) + path.addLine(to: CGPoint(x: 8.42717*width, y: 5.94995*height)) + path.addCurve(to: CGPoint(x: 8.40157*width, y: 5.96496*height), control1: CGPoint(x: 8.41535*width, y: 5.96096*height), control2: CGPoint(x: 8.40354*width, y: 5.96697*height)) + path.addCurve(to: CGPoint(x: 8.3376*width, y: 5.73774*height), control1: CGPoint(x: 8.39961*width, y: 5.96296*height), control2: CGPoint(x: 8.37106*width, y: 5.86086*height)) + path.addCurve(to: CGPoint(x: 8.22835*width, y: 5.22422*height), control1: CGPoint(x: 8.27756*width, y: 5.51251*height), control2: CGPoint(x: 8.22835*width, y: 5.28128*height)) + path.addCurve(to: CGPoint(x: 8.19291*width, y: 5.15816*height), control1: CGPoint(x: 8.22835*width, y: 5.2012*height), control2: CGPoint(x: 8.2185*width, y: 5.18318*height)) + path.addCurve(to: CGPoint(x: 7.82776*width, y: 5.05706*height), control1: CGPoint(x: 8.11024*width, y: 5.07908*height), control2: CGPoint(x: 8.00984*width, y: 5.05105*height)) + path.addCurve(to: CGPoint(x: 7.69685*width, y: 5.05405*height), control1: CGPoint(x: 7.75591*width, y: 5.05906*height), control2: CGPoint(x: 7.69685*width, y: 5.05706*height)) + path.addCurve(to: CGPoint(x: 7.7628*width, y: 4.98599*height), control1: CGPoint(x: 7.69685*width, y: 5.05005*height), control2: CGPoint(x: 7.72638*width, y: 5.01902*height)) + path.addCurve(to: CGPoint(x: 8.14173*width, y: 4.83483*height), control1: CGPoint(x: 7.87008*width, y: 4.88488*height), control2: CGPoint(x: 7.99705*width, y: 4.83483*height)) + path.addCurve(to: CGPoint(x: 8.22244*width, y: 4.82282*height), control1: CGPoint(x: 8.19587*width, y: 4.83483*height), control2: CGPoint(x: 8.22047*width, y: 4.83083*height)) + path.addCurve(to: CGPoint(x: 8.24606*width, y: 4.67968*height), control1: CGPoint(x: 8.22441*width, y: 4.81582*height), control2: CGPoint(x: 8.23524*width, y: 4.75175*height)) + path.addCurve(to: CGPoint(x: 8.36713*width, y: 4.16416*height), control1: CGPoint(x: 8.27067*width, y: 4.52052*height), control2: CGPoint(x: 8.35433*width, y: 4.16416*height)) + path.addCurve(to: CGPoint(x: 8.37598*width, y: 4.14815*height), control1: CGPoint(x: 8.37205*width, y: 4.16416*height), control2: CGPoint(x: 8.37598*width, y: 4.15716*height)) + path.addCurve(to: CGPoint(x: 8.36713*width, y: 4.13814*height), control1: CGPoint(x: 8.37598*width, y: 4.14014*height), control2: CGPoint(x: 8.37205*width, y: 4.13514*height)) + path.addCurve(to: CGPoint(x: 7.96358*width, y: 3.72272*height), control1: CGPoint(x: 8.35925*width, y: 4.14314*height), control2: CGPoint(x: 8.04921*width, y: 3.82382*height)) + path.addCurve(to: CGPoint(x: 7.80315*width, y: 3.65365*height), control1: CGPoint(x: 7.92126*width, y: 3.67167*height), control2: CGPoint(x: 7.87795*width, y: 3.65365*height)) + path.addCurve(to: CGPoint(x: 7.45965*width, y: 3.77778*height), control1: CGPoint(x: 7.69882*width, y: 3.65365*height), control2: CGPoint(x: 7.57579*width, y: 3.6987*height)) + path.addCurve(to: CGPoint(x: 7.40551*width, y: 3.81081*height), control1: CGPoint(x: 7.4311*width, y: 3.7968*height), control2: CGPoint(x: 7.4065*width, y: 3.81181*height)) + path.addCurve(to: CGPoint(x: 7.45079*width, y: 3.66366*height), control1: CGPoint(x: 7.39764*width, y: 3.8038*height), control2: CGPoint(x: 7.4252*width, y: 3.71471*height)) + path.addCurve(to: CGPoint(x: 7.65354*width, y: 3.43143*height), control1: CGPoint(x: 7.49311*width, y: 3.57858*height), control2: CGPoint(x: 7.56988*width, y: 3.48949*height)) + path.addCurve(to: CGPoint(x: 7.72638*width, y: 3.37237*height), control1: CGPoint(x: 7.6939*width, y: 3.4024*height), control2: CGPoint(x: 7.72638*width, y: 3.37638*height)) + path.addCurve(to: CGPoint(x: 7.66929*width, y: 3.22222*height), control1: CGPoint(x: 7.72638*width, y: 3.36937*height), control2: CGPoint(x: 7.70079*width, y: 3.3013*height)) + path.addCurve(to: CGPoint(x: 7.53445*width, y: 2.84685*height), control1: CGPoint(x: 7.63878*width, y: 3.14314*height), control2: CGPoint(x: 7.57776*width, y: 2.97397*height)) + path.addLine(to: CGPoint(x: 7.45669*width, y: 2.61461*height)) + path.addLine(to: CGPoint(x: 7.27461*width, y: 2.56757*height)) + path.addCurve(to: CGPoint(x: 6.95965*width, y: 2.47648*height), control1: CGPoint(x: 7.17323*width, y: 2.54154*height), control2: CGPoint(x: 7.03248*width, y: 2.5005*height)) + path.addCurve(to: CGPoint(x: 6.81201*width, y: 2.43243*height), control1: CGPoint(x: 6.88681*width, y: 2.45245*height), control2: CGPoint(x: 6.81988*width, y: 2.43243*height)) + path.addCurve(to: CGPoint(x: 6.74409*width, y: 2.45946*height), control1: CGPoint(x: 6.80315*width, y: 2.43243*height), control2: CGPoint(x: 6.77264*width, y: 2.44444*height)) + path.addCurve(to: CGPoint(x: 6.51575*width, y: 2.72372*height), control1: CGPoint(x: 6.66437*width, y: 2.5005*height), control2: CGPoint(x: 6.5748*width, y: 2.6046*height)) + path.addCurve(to: CGPoint(x: 6.4626*width, y: 2.81381*height), control1: CGPoint(x: 6.48917*width, y: 2.77778*height), control2: CGPoint(x: 6.46555*width, y: 2.81882*height)) + path.addCurve(to: CGPoint(x: 6.42717*width, y: 2.6026*height), control1: CGPoint(x: 6.44587*width, y: 2.78579*height), control2: CGPoint(x: 6.42717*width, y: 2.67668*height)) + path.addCurve(to: CGPoint(x: 6.48622*width, y: 2.34234*height), control1: CGPoint(x: 6.42717*width, y: 2.5025*height), control2: CGPoint(x: 6.44488*width, y: 2.42643*height)) + path.addCurve(to: CGPoint(x: 6.51575*width, y: 2.27928*height), control1: CGPoint(x: 6.50197*width, y: 2.30931*height), control2: CGPoint(x: 6.51575*width, y: 2.28128*height)) + path.addCurve(to: CGPoint(x: 6.4498*width, y: 2.23023*height), control1: CGPoint(x: 6.51575*width, y: 2.27728*height), control2: CGPoint(x: 6.48622*width, y: 2.25526*height)) + path.addCurve(to: CGPoint(x: 5.93602*width, y: 1.78378*height), control1: CGPoint(x: 6.32874*width, y: 2.14815*height), control2: CGPoint(x: 6.22244*width, y: 2.05706*height)) + path.addCurve(to: CGPoint(x: 5.55807*width, y: 1.46647*height), control1: CGPoint(x: 5.75295*width, y: 1.61061*height), control2: CGPoint(x: 5.67126*width, y: 1.54254*height)) + path.addCurve(to: CGPoint(x: 4.99016*width, y: 1.3043*height), control1: CGPoint(x: 5.36909*width, y: 1.34134*height), control2: CGPoint(x: 5.20965*width, y: 1.2963*height)) + path.addCurve(to: CGPoint(x: 4.56102*width, y: 1.42042*height), control1: CGPoint(x: 4.82283*width, y: 1.31031*height), control2: CGPoint(x: 4.72539*width, y: 1.33734*height)) + path.addCurve(to: CGPoint(x: 4.43307*width, y: 1.48148*height), control1: CGPoint(x: 4.49606*width, y: 1.45445*height), control2: CGPoint(x: 4.43898*width, y: 1.48148*height)) + path.addCurve(to: CGPoint(x: 4.21555*width, y: 1.43043*height), control1: CGPoint(x: 4.42815*width, y: 1.48148*height), control2: CGPoint(x: 4.33071*width, y: 1.45846*height)) + path.addLine(to: CGPoint(x: 4.00689*width, y: 1.37838*height)) + path.addLine(to: CGPoint(x: 4.06102*width, y: 1.33433*height)) + path.addCurve(to: CGPoint(x: 4.77362*width, y: 0.97197*height), control1: CGPoint(x: 4.28248*width, y: 1.15115*height), control2: CGPoint(x: 4.5374*width, y: 1.02102*height)) + path.addCurve(to: CGPoint(x: 4.88091*width, y: 0.93694*height), control1: CGPoint(x: 4.82283*width, y: 0.96196*height), control2: CGPoint(x: 4.87106*width, y: 0.94595*height)) + path.addCurve(to: CGPoint(x: 4.97441*width, y: 0.72873*height), control1: CGPoint(x: 4.91437*width, y: 0.90591*height), control2: CGPoint(x: 4.95866*width, y: 0.80681*height)) + path.addCurve(to: CGPoint(x: 4.9813*width, y: 0.48048*height), control1: CGPoint(x: 4.99114*width, y: 0.64565*height), control2: CGPoint(x: 4.99311*width, y: 0.56757*height)) + path.addCurve(to: CGPoint(x: 4.97638*width, y: 0.42142*height), control1: CGPoint(x: 4.97638*width, y: 0.45045*height), control2: CGPoint(x: 4.97441*width, y: 0.42342*height)) + path.addCurve(to: CGPoint(x: 5.04331*width, y: 0.48348*height), control1: CGPoint(x: 4.97835*width, y: 0.41942*height), control2: CGPoint(x: 5.00787*width, y: 0.44745*height)) + path.addCurve(to: CGPoint(x: 5.19291*width, y: 0.78078*height), control1: CGPoint(x: 5.12303*width, y: 0.56657*height), control2: CGPoint(x: 5.17224*width, y: 0.66466*height)) + path.addCurve(to: CGPoint(x: 5.20472*width, y: 0.90991*height), control1: CGPoint(x: 5.20079*width, y: 0.82783*height), control2: CGPoint(x: 5.20669*width, y: 0.88589*height)) + path.addLine(to: CGPoint(x: 5.20276*width, y: 0.95395*height)) + path.addLine(to: CGPoint(x: 5.3002*width, y: 0.97698*height)) + path.addCurve(to: CGPoint(x: 6.03346*width, y: 1.4024*height), control1: CGPoint(x: 5.56004*width, y: 1.03604*height), control2: CGPoint(x: 5.81594*width, y: 1.18418*height)) + path.addCurve(to: CGPoint(x: 6.44291*width, y: 1.77878*height), control1: CGPoint(x: 6.12205*width, y: 1.49049*height), control2: CGPoint(x: 6.31496*width, y: 1.66867*height)) + path.addCurve(to: CGPoint(x: 7.15551*width, y: 2.16817*height), control1: CGPoint(x: 6.68406*width, y: 1.98799*height), control2: CGPoint(x: 6.85138*width, y: 2.07908*height)) + path.addCurve(to: CGPoint(x: 7.29331*width, y: 2.21622*height), control1: CGPoint(x: 7.22343*width, y: 2.18819*height), control2: CGPoint(x: 7.28543*width, y: 2.21021*height)) + path.addCurve(to: CGPoint(x: 7.27461*width, y: 2.16717*height), control1: CGPoint(x: 7.30118*width, y: 2.22222*height), control2: CGPoint(x: 7.29232*width, y: 2.2002*height)) + path.addCurve(to: CGPoint(x: 6.68504*width, y: 1.68969*height), control1: CGPoint(x: 7.13681*width, y: 1.91391*height), control2: CGPoint(x: 6.9498*width, y: 1.76276*height)) + path.addCurve(to: CGPoint(x: 6.46358*width, y: 1.66667*height), control1: CGPoint(x: 6.62598*width, y: 1.67367*height), control2: CGPoint(x: 6.57677*width, y: 1.66867*height)) + path.addLine(to: CGPoint(x: 6.31693*width, y: 1.66466*height)) + path.addLine(to: CGPoint(x: 6.17815*width, y: 1.52853*height)) + path.addCurve(to: CGPoint(x: 6.04921*width, y: 1.38138*height), control1: CGPoint(x: 6.07677*width, y: 1.43043*height), control2: CGPoint(x: 6.04134*width, y: 1.38939*height)) + path.addCurve(to: CGPoint(x: 6.44193*width, y: 1.32833*height), control1: CGPoint(x: 6.07283*width, y: 1.35736*height), control2: CGPoint(x: 6.28051*width, y: 1.32933*height)) + path.addCurve(to: CGPoint(x: 6.90256*width, y: 1.4024*height), control1: CGPoint(x: 6.63091*width, y: 1.32833*height), control2: CGPoint(x: 6.73524*width, y: 1.34535*height)) + path.addCurve(to: CGPoint(x: 7.06201*width, y: 1.43143*height), control1: CGPoint(x: 7.0128*width, y: 1.44044*height), control2: CGPoint(x: 7.02559*width, y: 1.44244*height)) + path.addCurve(to: CGPoint(x: 7.34449*width, y: 1.17117*height), control1: CGPoint(x: 7.15551*width, y: 1.4034*height), control2: CGPoint(x: 7.26476*width, y: 1.3033*height)) + path.addCurve(to: CGPoint(x: 7.3937*width, y: 1.1011*height), control1: CGPoint(x: 7.36713*width, y: 1.13313*height), control2: CGPoint(x: 7.38976*width, y: 1.1011*height)) + path.addCurve(to: CGPoint(x: 7.40945*width, y: 1.29329*height), control1: CGPoint(x: 7.4065*width, y: 1.1011*height), control2: CGPoint(x: 7.41339*width, y: 1.19019*height)) + path.addCurve(to: CGPoint(x: 7.37402*width, y: 1.46647*height), control1: CGPoint(x: 7.4065*width, y: 1.38438*height), control2: CGPoint(x: 7.40256*width, y: 1.4044*height)) + path.addCurve(to: CGPoint(x: 7.31398*width, y: 1.58258*height), control1: CGPoint(x: 7.3563*width, y: 1.5045*height), control2: CGPoint(x: 7.32874*width, y: 1.55656*height)) + path.addLine(to: CGPoint(x: 7.28543*width, y: 1.62863*height)) + path.addLine(to: CGPoint(x: 7.36909*width, y: 1.72172*height)) + path.addCurve(to: CGPoint(x: 7.77756*width, y: 2.52553*height), control1: CGPoint(x: 7.53937*width, y: 1.91391*height), control2: CGPoint(x: 7.63878*width, y: 2.10811*height)) + path.addCurve(to: CGPoint(x: 7.83071*width, y: 2.66967*height), control1: CGPoint(x: 7.80512*width, y: 2.60661*height), control2: CGPoint(x: 7.82874*width, y: 2.67167*height)) + path.addCurve(to: CGPoint(x: 7.78051*width, y: 2.4995*height), control1: CGPoint(x: 7.83366*width, y: 2.66767*height), control2: CGPoint(x: 7.81102*width, y: 2.59059*height)) + path.addCurve(to: CGPoint(x: 7.72638*width, y: 2.32833*height), control1: CGPoint(x: 7.75098*width, y: 2.40741*height), control2: CGPoint(x: 7.72638*width, y: 2.33033*height)) + path.addCurve(to: CGPoint(x: 8.03543*width, y: 2.44144*height), control1: CGPoint(x: 7.72638*width, y: 2.32032*height), control2: CGPoint(x: 7.95669*width, y: 2.4044*height)) + path.addCurve(to: CGPoint(x: 8.48031*width, y: 2.77077*height), control1: CGPoint(x: 8.20079*width, y: 2.51752*height), control2: CGPoint(x: 8.38386*width, y: 2.65365*height)) + path.addLine(to: CGPoint(x: 8.53839*width, y: 2.84084*height)) + path.addLine(to: CGPoint(x: 8.59843*width, y: 2.84184*height)) + path.addCurve(to: CGPoint(x: 8.70177*width, y: 2.82983*height), control1: CGPoint(x: 8.63091*width, y: 2.84284*height), control2: CGPoint(x: 8.67815*width, y: 2.83684*height)) + path.addCurve(to: CGPoint(x: 8.93898*width, y: 2.6997*height), control1: CGPoint(x: 8.77264*width, y: 2.80781*height), control2: CGPoint(x: 8.87598*width, y: 2.75075*height)) + path.addCurve(to: CGPoint(x: 9.00197*width, y: 2.65465*height), control1: CGPoint(x: 8.97146*width, y: 2.67267*height), control2: CGPoint(x: 9*width, y: 2.65265*height)) + path.addCurve(to: CGPoint(x: 8.94488*width, y: 2.86086*height), control1: CGPoint(x: 9.01083*width, y: 2.66466*height), control2: CGPoint(x: 8.97343*width, y: 2.8018*height)) + path.addCurve(to: CGPoint(x: 8.74902*width, y: 3.08408*height), control1: CGPoint(x: 8.90748*width, y: 2.93794*height), control2: CGPoint(x: 8.81988*width, y: 3.03704*height)) + path.addCurve(to: CGPoint(x: 8.70669*width, y: 3.13213*height), control1: CGPoint(x: 8.7126*width, y: 3.10711*height), control2: CGPoint(x: 8.70177*width, y: 3.12012*height)) + path.addCurve(to: CGPoint(x: 8.77559*width, y: 3.38639*height), control1: CGPoint(x: 8.72933*width, y: 3.18819*height), control2: CGPoint(x: 8.7628*width, y: 3.30831*height)) + path.addCurve(to: CGPoint(x: 8.78642*width, y: 3.65866*height), control1: CGPoint(x: 8.7874*width, y: 3.45646*height), control2: CGPoint(x: 8.79035*width, y: 3.52052*height)) + path.addCurve(to: CGPoint(x: 8.67618*width, y: 4.33133*height), control1: CGPoint(x: 8.78051*width, y: 3.86887*height), control2: CGPoint(x: 8.76772*width, y: 3.94995*height)) + path.addCurve(to: CGPoint(x: 8.56594*width, y: 4.95996*height), control1: CGPoint(x: 8.58661*width, y: 4.7047*height), control2: CGPoint(x: 8.57185*width, y: 4.78679*height)) + path.addCurve(to: CGPoint(x: 8.62697*width, y: 5.47047*height), control1: CGPoint(x: 8.56004*width, y: 5.13614*height), control2: CGPoint(x: 8.57382*width, y: 5.25626*height)) + path.addCurve(to: CGPoint(x: 8.65748*width, y: 5.63063*height), control1: CGPoint(x: 8.64665*width, y: 5.54755*height), control2: CGPoint(x: 8.66043*width, y: 5.61962*height)) + path.addLine(to: CGPoint(x: 8.65256*width, y: 5.65065*height)) + path.addLine(to: CGPoint(x: 8.66732*width, y: 5.63063*height)) + path.addCurve(to: CGPoint(x: 8.81102*width, y: 5.30531*height), control1: CGPoint(x: 8.70177*width, y: 5.58559*height), control2: CGPoint(x: 8.79035*width, y: 5.38438*height)) + path.addCurve(to: CGPoint(x: 8.83268*width, y: 5.04505*height), control1: CGPoint(x: 8.83071*width, y: 5.23123*height), control2: CGPoint(x: 8.83366*width, y: 5.1972*height)) + path.addCurve(to: CGPoint(x: 8.80512*width, y: 4.78478*height), control1: CGPoint(x: 8.83268*width, y: 4.87988*height), control2: CGPoint(x: 8.83071*width, y: 4.86486*height)) + path.addCurve(to: CGPoint(x: 8.69291*width, y: 4.54454*height), control1: CGPoint(x: 8.77362*width, y: 4.68969*height), control2: CGPoint(x: 8.74409*width, y: 4.62663*height)) + path.addLine(to: CGPoint(x: 8.65846*width, y: 4.49049*height)) + path.addLine(to: CGPoint(x: 8.70669*width, y: 4.28729*height)) + path.addCurve(to: CGPoint(x: 8.75886*width, y: 4.08408*height), control1: CGPoint(x: 8.73228*width, y: 4.17518*height), control2: CGPoint(x: 8.75591*width, y: 4.08408*height)) + path.addCurve(to: CGPoint(x: 8.95374*width, y: 4.33634*height), control1: CGPoint(x: 8.7687*width, y: 4.08408*height), control2: CGPoint(x: 8.89764*width, y: 4.25025*height)) + path.addCurve(to: CGPoint(x: 9.1378*width, y: 4.72973*height), control1: CGPoint(x: 9.03346*width, y: 4.45746*height), control2: CGPoint(x: 9.08268*width, y: 4.56156*height)) + path.addCurve(to: CGPoint(x: 9.23031*width, y: 4.91191*height), control1: CGPoint(x: 9.18504*width, y: 4.87087*height), control2: CGPoint(x: 9.18996*width, y: 4.88088*height)) + path.addCurve(to: CGPoint(x: 9.55413*width, y: 4.98999*height), control1: CGPoint(x: 9.30413*width, y: 4.96897*height), control2: CGPoint(x: 9.39173*width, y: 4.98999*height)) + path.addLine(to: CGPoint(x: 9.6939*width, y: 4.98999*height)) + path.addLine(to: CGPoint(x: 9.64272*width, y: 5.04304*height)) + path.addCurve(to: CGPoint(x: 9.24213*width, y: 5.2032*height), control1: CGPoint(x: 9.5502*width, y: 5.13914*height), control2: CGPoint(x: 9.37106*width, y: 5.21121*height)) + path.addLine(to: CGPoint(x: 9.17618*width, y: 5.2002*height)) + path.addLine(to: CGPoint(x: 9.15453*width, y: 5.3003*height)) + path.addCurve(to: CGPoint(x: 8.90748*width, y: 5.87487*height), control1: CGPoint(x: 9.1122*width, y: 5.48849*height), control2: CGPoint(x: 9.02362*width, y: 5.69469*height)) + path.addCurve(to: CGPoint(x: 8.59252*width, y: 6.28629*height), control1: CGPoint(x: 8.83661*width, y: 5.98398*height), control2: CGPoint(x: 8.78937*width, y: 6.04605*height)) + path.addCurve(to: CGPoint(x: 8.04528*width, y: 7.14114*height), control1: CGPoint(x: 8.25197*width, y: 6.7007*height), control2: CGPoint(x: 8.16732*width, y: 6.83283*height)) + path.addCurve(to: CGPoint(x: 7.92421*width, y: 7.34535*height), control1: CGPoint(x: 7.9685*width, y: 7.33333*height), control2: CGPoint(x: 7.97441*width, y: 7.32432*height)) + path.addCurve(to: CGPoint(x: 7.77854*width, y: 7.3984*height), control1: CGPoint(x: 7.89961*width, y: 7.35636*height), control2: CGPoint(x: 7.83366*width, y: 7.38038*height)) + path.addCurve(to: CGPoint(x: 7.68209*width, y: 7.43544*height), control1: CGPoint(x: 7.72343*width, y: 7.41642*height), control2: CGPoint(x: 7.68012*width, y: 7.43343*height)) + path.addCurve(to: CGPoint(x: 7.94488*width, y: 7.34635*height), control1: CGPoint(x: 7.68799*width, y: 7.44144*height), control2: CGPoint(x: 7.90059*width, y: 7.36937*height)) + path.addCurve(to: CGPoint(x: 7.98917*width, y: 7.31431*height), control1: CGPoint(x: 7.96457*width, y: 7.33634*height), control2: CGPoint(x: 7.98524*width, y: 7.32132*height)) + path.addCurve(to: CGPoint(x: 8.07677*width, y: 7.25325*height), control1: CGPoint(x: 7.99311*width, y: 7.30731*height), control2: CGPoint(x: 8.03346*width, y: 7.28028*height)) + path.addCurve(to: CGPoint(x: 8.41535*width, y: 6.88188*height), control1: CGPoint(x: 8.22933*width, y: 7.16116*height), control2: CGPoint(x: 8.3435*width, y: 7.03504*height)) + path.addCurve(to: CGPoint(x: 8.49114*width, y: 6.54254*height), control1: CGPoint(x: 8.46654*width, y: 6.77177*height), control2: CGPoint(x: 8.48425*width, y: 6.69369*height)) + path.addLine(to: CGPoint(x: 8.49705*width, y: 6.41441*height)) + path.addLine(to: CGPoint(x: 8.61122*width, y: 6.27728*height)) + path.addCurve(to: CGPoint(x: 8.75197*width, y: 6.10611*height), control1: CGPoint(x: 8.67421*width, y: 6.2022*height), control2: CGPoint(x: 8.7372*width, y: 6.12513*height)) + path.addCurve(to: CGPoint(x: 8.78346*width, y: 6.07708*height), control1: CGPoint(x: 8.76673*width, y: 6.08709*height), control2: CGPoint(x: 8.78051*width, y: 6.07407*height)) + path.addCurve(to: CGPoint(x: 8.83563*width, y: 6.47147*height), control1: CGPoint(x: 8.79823*width, y: 6.09209*height), control2: CGPoint(x: 8.83071*width, y: 6.33934*height)) + path.addCurve(to: CGPoint(x: 8.72933*width, y: 7.04404*height), control1: CGPoint(x: 8.84252*width, y: 6.68569*height), control2: CGPoint(x: 8.81594*width, y: 6.82983*height)) + path.addCurve(to: CGPoint(x: 8.73327*width, y: 7.13013*height), control1: CGPoint(x: 8.7185*width, y: 7.07107*height), control2: CGPoint(x: 8.7185*width, y: 7.08408*height)) + path.addCurve(to: CGPoint(x: 9.02067*width, y: 7.43343*height), control1: CGPoint(x: 8.76772*width, y: 7.24024*height), control2: CGPoint(x: 8.87106*width, y: 7.35035*height)) + path.addLine(to: CGPoint(x: 9.08858*width, y: 7.47147*height)) + path.addLine(to: CGPoint(x: 9.04528*width, y: 7.48549*height)) + path.addCurve(to: CGPoint(x: 8.74016*width, y: 7.47848*height), control1: CGPoint(x: 8.97539*width, y: 7.50751*height), control2: CGPoint(x: 8.81693*width, y: 7.5035*height)) + path.addCurve(to: CGPoint(x: 8.53937*width, y: 7.36737*height), control1: CGPoint(x: 8.6752*width, y: 7.45746*height), control2: CGPoint(x: 8.57283*width, y: 7.4014*height)) + path.addCurve(to: CGPoint(x: 8.44783*width, y: 7.41441*height), control1: CGPoint(x: 8.52165*width, y: 7.34935*height), control2: CGPoint(x: 8.5187*width, y: 7.35035*height)) + path.addCurve(to: CGPoint(x: 7.57776*width, y: 7.80781*height), control1: CGPoint(x: 8.24114*width, y: 7.5976*height), control2: CGPoint(x: 8.01181*width, y: 7.7007*height)) + path.addCurve(to: CGPoint(x: 6.83957*width, y: 8.03904*height), control1: CGPoint(x: 7.12205*width, y: 7.91992*height), control2: CGPoint(x: 6.99114*width, y: 7.96096*height)) + path.addCurve(to: CGPoint(x: 6.43602*width, y: 8.32933*height), control1: CGPoint(x: 6.7126*width, y: 8.1031*height), control2: CGPoint(x: 6.59449*width, y: 8.18919*height)) + path.addCurve(to: CGPoint(x: 6.32776*width, y: 8.39139*height), control1: CGPoint(x: 6.38287*width, y: 8.37738*height), control2: CGPoint(x: 6.36417*width, y: 8.38739*height)) + path.addCurve(to: CGPoint(x: 6.46654*width, y: 8.39339*height), control1: CGPoint(x: 6.30413*width, y: 8.39439*height), control2: CGPoint(x: 6.36614*width, y: 8.3954*height)) + path.addCurve(to: CGPoint(x: 6.74606*width, y: 8.36436*height), control1: CGPoint(x: 6.62598*width, y: 8.39139*height), control2: CGPoint(x: 6.66043*width, y: 8.38739*height)) + path.addCurve(to: CGPoint(x: 7.1939*width, y: 8.11411*height), control1: CGPoint(x: 6.9065*width, y: 8.32232*height), control2: CGPoint(x: 7.07382*width, y: 8.22823*height)) + path.addCurve(to: CGPoint(x: 7.30118*width, y: 7.99299*height), control1: CGPoint(x: 7.21161*width, y: 8.0971*height), control2: CGPoint(x: 7.25984*width, y: 8.04304*height)) + path.addCurve(to: CGPoint(x: 7.39764*width, y: 7.89089*height), control1: CGPoint(x: 7.34154*width, y: 7.94394*height), control2: CGPoint(x: 7.38484*width, y: 7.8969*height)) + path.addCurve(to: CGPoint(x: 7.76969*width, y: 7.79379*height), control1: CGPoint(x: 7.41831*width, y: 7.87888*height), control2: CGPoint(x: 7.68799*width, y: 7.80881*height)) + path.addLine(to: CGPoint(x: 7.80709*width, y: 7.78679*height)) + path.addLine(to: CGPoint(x: 7.74606*width, y: 7.9049*height)) + path.addCurve(to: CGPoint(x: 7.42815*width, y: 8.35235*height), control1: CGPoint(x: 7.6437*width, y: 8.1041*height), control2: CGPoint(x: 7.5689*width, y: 8.21021*height)) + path.addLine(to: CGPoint(x: 7.30118*width, y: 8.48148*height)) + path.addLine(to: CGPoint(x: 7.30512*width, y: 8.56256*height)) + path.addCurve(to: CGPoint(x: 7.42618*width, y: 8.87487*height), control1: CGPoint(x: 7.31102*width, y: 8.66266*height), control2: CGPoint(x: 7.34941*width, y: 8.76176*height)) + path.addCurve(to: CGPoint(x: 7.47638*width, y: 8.95596*height), control1: CGPoint(x: 7.45571*width, y: 8.91792*height), control2: CGPoint(x: 7.47835*width, y: 8.95395*height)) + path.addCurve(to: CGPoint(x: 7.40551*width, y: 8.93794*height), control1: CGPoint(x: 7.47539*width, y: 8.95796*height), control2: CGPoint(x: 7.44291*width, y: 8.94995*height)) + path.addCurve(to: CGPoint(x: 7.04724*width, y: 8.65065*height), control1: CGPoint(x: 7.24409*width, y: 8.88689*height), control2: CGPoint(x: 7.1565*width, y: 8.81682*height)) + path.addLine(to: CGPoint(x: 7.03248*width, y: 8.62763*height)) + path.addLine(to: CGPoint(x: 6.95276*width, y: 8.65766*height)) + path.addCurve(to: CGPoint(x: 6.49114*width, y: 8.73574*height), control1: CGPoint(x: 6.82185*width, y: 8.70671*height), control2: CGPoint(x: 6.68012*width, y: 8.73073*height)) + path.addCurve(to: CGPoint(x: 5.9065*width, y: 8.67367*height), control1: CGPoint(x: 6.3002*width, y: 8.74174*height), control2: CGPoint(x: 6.19291*width, y: 8.72973*height)) + path.addCurve(to: CGPoint(x: 5.72244*width, y: 8.64164*height), control1: CGPoint(x: 5.80709*width, y: 8.65365*height), control2: CGPoint(x: 5.72441*width, y: 8.63964*height)) + path.addCurve(to: CGPoint(x: 5.85827*width, y: 8.67367*height), control1: CGPoint(x: 5.71949*width, y: 8.64364*height), control2: CGPoint(x: 5.7815*width, y: 8.65866*height)) + path.addCurve(to: CGPoint(x: 6.01083*width, y: 8.70771*height), control1: CGPoint(x: 5.93602*width, y: 8.68869*height), control2: CGPoint(x: 6.00394*width, y: 8.7047*height)) + path.addCurve(to: CGPoint(x: 5.81201*width, y: 8.88088*height), control1: CGPoint(x: 6.02264*width, y: 8.71371*height), control2: CGPoint(x: 5.92421*width, y: 8.7998*height)) + path.addCurve(to: CGPoint(x: 5.31004*width, y: 9.11411*height), control1: CGPoint(x: 5.66929*width, y: 8.98398*height), control2: CGPoint(x: 5.46161*width, y: 9.08108*height)) + path.addCurve(to: CGPoint(x: 5.19783*width, y: 9.16817*height), control1: CGPoint(x: 5.24409*width, y: 9.12913*height), control2: CGPoint(x: 5.22638*width, y: 9.13814*height)) + path.addCurve(to: CGPoint(x: 5.10039*width, y: 9.54655*height), control1: CGPoint(x: 5.12106*width, y: 9.24925*height), control2: CGPoint(x: 5.09449*width, y: 9.35636*height)) + path.addCurve(to: CGPoint(x: 5.10335*width, y: 9.67968*height), control1: CGPoint(x: 5.10335*width, y: 9.61962*height), control2: CGPoint(x: 5.10433*width, y: 9.67968*height)) + path.addCurve(to: CGPoint(x: 5.05217*width, y: 9.63163*height), control1: CGPoint(x: 5.10236*width, y: 9.67968*height), control2: CGPoint(x: 5.07972*width, y: 9.65766*height)) + path.closeSubpath() + path.move(to: CGPoint(x: 5.70177*width, y: 8.63163*height)) + path.addCurve(to: CGPoint(x: 5.67717*width, y: 8.63163*height), control1: CGPoint(x: 5.69488*width, y: 8.62963*height), control2: CGPoint(x: 5.68307*width, y: 8.62963*height)) + path.addCurve(to: CGPoint(x: 5.68898*width, y: 8.63664*height), control1: CGPoint(x: 5.67028*width, y: 8.63463*height), control2: CGPoint(x: 5.6752*width, y: 8.63664*height)) + path.addCurve(to: CGPoint(x: 5.70177*width, y: 8.63163*height), control1: CGPoint(x: 5.70276*width, y: 8.63664*height), control2: CGPoint(x: 5.70768*width, y: 8.63463*height)) + path.closeSubpath() + path.move(to: CGPoint(x: 5.65256*width, y: 8.62162*height)) + path.addCurve(to: CGPoint(x: 5.62795*width, y: 8.62162*height), control1: CGPoint(x: 5.64567*width, y: 8.61962*height), control2: CGPoint(x: 5.63386*width, y: 8.61962*height)) + path.addCurve(to: CGPoint(x: 5.63976*width, y: 8.62663*height), control1: CGPoint(x: 5.62106*width, y: 8.62462*height), control2: CGPoint(x: 5.62598*width, y: 8.62663*height)) + path.addCurve(to: CGPoint(x: 5.65256*width, y: 8.62162*height), control1: CGPoint(x: 5.65354*width, y: 8.62663*height), control2: CGPoint(x: 5.65846*width, y: 8.62462*height)) + path.closeSubpath() + path.move(to: CGPoint(x: 6.25295*width, y: 8.38138*height)) + path.addCurve(to: CGPoint(x: 6.22835*width, y: 8.38138*height), control1: CGPoint(x: 6.24606*width, y: 8.37938*height), control2: CGPoint(x: 6.23425*width, y: 8.37938*height)) + path.addCurve(to: CGPoint(x: 6.24016*width, y: 8.38639*height), control1: CGPoint(x: 6.22146*width, y: 8.38438*height), control2: CGPoint(x: 6.22638*width, y: 8.38639*height)) + path.addCurve(to: CGPoint(x: 6.25295*width, y: 8.38138*height), control1: CGPoint(x: 6.25394*width, y: 8.38639*height), control2: CGPoint(x: 6.25886*width, y: 8.38438*height)) + path.closeSubpath() + path.move(to: CGPoint(x: 2.75689*width, y: 7.78078*height)) + path.addCurve(to: CGPoint(x: 2.75197*width, y: 7.79279*height), control1: CGPoint(x: 2.74508*width, y: 7.76076*height), control2: CGPoint(x: 2.74311*width, y: 7.76677*height)) + path.addCurve(to: CGPoint(x: 2.7628*width, y: 7.8038*height), control1: CGPoint(x: 2.75591*width, y: 7.8018*height), control2: CGPoint(x: 2.76083*width, y: 7.80681*height)) + path.addCurve(to: CGPoint(x: 2.75689*width, y: 7.78078*height), control1: CGPoint(x: 2.76575*width, y: 7.8018*height), control2: CGPoint(x: 2.7628*width, y: 7.79079*height)) + path.closeSubpath() + path.move(to: CGPoint(x: 1.38484*width, y: 5.94394*height)) + path.addCurve(to: CGPoint(x: 1.37894*width, y: 5.94995*height), control1: CGPoint(x: 1.38189*width, y: 5.93594*height), control2: CGPoint(x: 1.37894*width, y: 5.93894*height)) + path.addCurve(to: CGPoint(x: 1.38386*width, y: 5.96296*height), control1: CGPoint(x: 1.37795*width, y: 5.96096*height), control2: CGPoint(x: 1.38091*width, y: 5.96697*height)) + path.addCurve(to: CGPoint(x: 1.38484*width, y: 5.94394*height), control1: CGPoint(x: 1.38681*width, y: 5.95996*height), control2: CGPoint(x: 1.3878*width, y: 5.95095*height)) + path.closeSubpath() + path.move(to: CGPoint(x: 1.39469*width, y: 5.89389*height)) + path.addCurve(to: CGPoint(x: 1.38976*width, y: 5.90591*height), control1: CGPoint(x: 1.39173*width, y: 5.88689*height), control2: CGPoint(x: 1.38976*width, y: 5.89189*height)) + path.addCurve(to: CGPoint(x: 1.39469*width, y: 5.91892*height), control1: CGPoint(x: 1.38976*width, y: 5.91992*height), control2: CGPoint(x: 1.39173*width, y: 5.92492*height)) + path.addCurve(to: CGPoint(x: 1.39469*width, y: 5.89389*height), control1: CGPoint(x: 1.39665*width, y: 5.91191*height), control2: CGPoint(x: 1.39665*width, y: 5.8999*height)) + path.closeSubpath() + path.move(to: CGPoint(x: 8.46949*width, y: 5.90591*height)) + path.addCurve(to: CGPoint(x: 8.48228*width, y: 5.88589*height), control1: CGPoint(x: 8.47933*width, y: 5.89489*height), control2: CGPoint(x: 8.48524*width, y: 5.88589*height)) + path.addCurve(to: CGPoint(x: 8.45965*width, y: 5.90591*height), control1: CGPoint(x: 8.47933*width, y: 5.88589*height), control2: CGPoint(x: 8.46949*width, y: 5.89489*height)) + path.addCurve(to: CGPoint(x: 8.44685*width, y: 5.92593*height), control1: CGPoint(x: 8.4498*width, y: 5.91692*height), control2: CGPoint(x: 8.4439*width, y: 5.92593*height)) + path.addCurve(to: CGPoint(x: 8.46949*width, y: 5.90591*height), control1: CGPoint(x: 8.4498*width, y: 5.92593*height), control2: CGPoint(x: 8.45965*width, y: 5.91692*height)) + path.closeSubpath() + path.move(to: CGPoint(x: 1.40453*width, y: 5.85385*height)) + path.addCurve(to: CGPoint(x: 1.39862*width, y: 5.85986*height), control1: CGPoint(x: 1.40157*width, y: 5.84585*height), control2: CGPoint(x: 1.39862*width, y: 5.84885*height)) + path.addCurve(to: CGPoint(x: 1.40354*width, y: 5.87287*height), control1: CGPoint(x: 1.39764*width, y: 5.87087*height), control2: CGPoint(x: 1.40059*width, y: 5.87688*height)) + path.addCurve(to: CGPoint(x: 1.40453*width, y: 5.85385*height), control1: CGPoint(x: 1.4065*width, y: 5.86987*height), control2: CGPoint(x: 1.40748*width, y: 5.86086*height)) + path.closeSubpath() + path.move(to: CGPoint(x: 8.51476*width, y: 5.84885*height)) + path.addCurve(to: CGPoint(x: 8.51181*width, y: 5.84484*height), control1: CGPoint(x: 8.52756*width, y: 5.83283*height), control2: CGPoint(x: 8.52657*width, y: 5.83183*height)) + path.addCurve(to: CGPoint(x: 8.49409*width, y: 5.86186*height), control1: CGPoint(x: 8.50197*width, y: 5.85185*height), control2: CGPoint(x: 8.49409*width, y: 5.85986*height)) + path.addCurve(to: CGPoint(x: 8.51476*width, y: 5.84885*height), control1: CGPoint(x: 8.49409*width, y: 5.86987*height), control2: CGPoint(x: 8.50197*width, y: 5.86486*height)) + path.closeSubpath() + path.move(to: CGPoint(x: 1.41437*width, y: 5.8038*height)) + path.addCurve(to: CGPoint(x: 1.40846*width, y: 5.80981*height), control1: CGPoint(x: 1.41142*width, y: 5.7958*height), control2: CGPoint(x: 1.40846*width, y: 5.7988*height)) + path.addCurve(to: CGPoint(x: 1.41339*width, y: 5.82282*height), control1: CGPoint(x: 1.40748*width, y: 5.82082*height), control2: CGPoint(x: 1.41043*width, y: 5.82683*height)) + path.addCurve(to: CGPoint(x: 1.41437*width, y: 5.8038*height), control1: CGPoint(x: 1.41634*width, y: 5.81982*height), control2: CGPoint(x: 1.41732*width, y: 5.81081*height)) + path.closeSubpath() + path.move(to: CGPoint(x: 1.42421*width, y: 5.75375*height)) + path.addCurve(to: CGPoint(x: 1.41929*width, y: 5.76577*height), control1: CGPoint(x: 1.42126*width, y: 5.74675*height), control2: CGPoint(x: 1.41929*width, y: 5.75175*height)) + path.addCurve(to: CGPoint(x: 1.42421*width, y: 5.77878*height), control1: CGPoint(x: 1.41929*width, y: 5.77978*height), control2: CGPoint(x: 1.42126*width, y: 5.78478*height)) + path.addCurve(to: CGPoint(x: 1.42421*width, y: 5.75375*height), control1: CGPoint(x: 1.42618*width, y: 5.77177*height), control2: CGPoint(x: 1.42618*width, y: 5.75976*height)) + path.closeSubpath() + path.move(to: CGPoint(x: 1.44587*width, y: 5.67668*height)) + path.addCurve(to: CGPoint(x: 1.44685*width, y: 5.64164*height), control1: CGPoint(x: 1.45079*width, y: 5.65265*height), control2: CGPoint(x: 1.45177*width, y: 5.63764*height)) + path.addCurve(to: CGPoint(x: 1.43307*width, y: 5.6957*height), control1: CGPoint(x: 1.44291*width, y: 5.64665*height), control2: CGPoint(x: 1.43602*width, y: 5.67067*height)) + path.addCurve(to: CGPoint(x: 1.44587*width, y: 5.67668*height), control1: CGPoint(x: 1.42618*width, y: 5.74875*height), control2: CGPoint(x: 1.43209*width, y: 5.73974*height)) + path.closeSubpath() + path.move(to: CGPoint(x: 1.46949*width, y: 5.5005*height)) + path.addCurve(to: CGPoint(x: 1.47441*width, y: 4.5996*height), control1: CGPoint(x: 1.54528*width, y: 5.13814*height), control2: CGPoint(x: 1.54626*width, y: 4.91291*height)) + path.addCurve(to: CGPoint(x: 1.44685*width, y: 4.4955*height), control1: CGPoint(x: 1.46358*width, y: 4.55055*height), control2: CGPoint(x: 1.45079*width, y: 4.5035*height)) + path.addCurve(to: CGPoint(x: 1.31398*width, y: 4.67968*height), control1: CGPoint(x: 1.43701*width, y: 4.47648*height), control2: CGPoint(x: 1.36024*width, y: 4.58358*height)) + path.addCurve(to: CGPoint(x: 1.24311*width, y: 5.01602*height), control1: CGPoint(x: 1.2628*width, y: 4.78579*height), control2: CGPoint(x: 1.24803*width, y: 4.85285*height)) + path.addCurve(to: CGPoint(x: 1.3189*width, y: 5.41241*height), control1: CGPoint(x: 1.2372*width, y: 5.18719*height), control2: CGPoint(x: 1.25197*width, y: 5.26827*height)) + path.addCurve(to: CGPoint(x: 1.44193*width, y: 5.62362*height), control1: CGPoint(x: 1.3563*width, y: 5.49349*height), control2: CGPoint(x: 1.43602*width, y: 5.62963*height)) + path.addCurve(to: CGPoint(x: 1.46949*width, y: 5.5005*height), control1: CGPoint(x: 1.4439*width, y: 5.62162*height), control2: CGPoint(x: 1.45669*width, y: 5.56657*height)) + path.closeSubpath() + path.move(to: CGPoint(x: 1.4813*width, y: 4.44444*height)) + path.addCurve(to: CGPoint(x: 1.49409*width, y: 4.42442*height), control1: CGPoint(x: 1.49114*width, y: 4.43343*height), control2: CGPoint(x: 1.49705*width, y: 4.42442*height)) + path.addCurve(to: CGPoint(x: 1.47146*width, y: 4.44444*height), control1: CGPoint(x: 1.49114*width, y: 4.42442*height), control2: CGPoint(x: 1.4813*width, y: 4.43343*height)) + path.addCurve(to: CGPoint(x: 1.45866*width, y: 4.46446*height), control1: CGPoint(x: 1.46161*width, y: 4.45546*height), control2: CGPoint(x: 1.45571*width, y: 4.46446*height)) + path.addCurve(to: CGPoint(x: 1.4813*width, y: 4.44444*height), control1: CGPoint(x: 1.46161*width, y: 4.46446*height), control2: CGPoint(x: 1.47146*width, y: 4.45546*height)) + path.closeSubpath() + path.move(to: CGPoint(x: 8.38287*width, y: 4.1021*height)) + path.addCurve(to: CGPoint(x: 8.37697*width, y: 4.10811*height), control1: CGPoint(x: 8.37992*width, y: 4.09409*height), control2: CGPoint(x: 8.37697*width, y: 4.0971*height)) + path.addCurve(to: CGPoint(x: 8.38189*width, y: 4.12112*height), control1: CGPoint(x: 8.37598*width, y: 4.11912*height), control2: CGPoint(x: 8.37894*width, y: 4.12513*height)) + path.addCurve(to: CGPoint(x: 8.38287*width, y: 4.1021*height), control1: CGPoint(x: 8.38484*width, y: 4.11812*height), control2: CGPoint(x: 8.38583*width, y: 4.10911*height)) + path.closeSubpath() + path.move(to: CGPoint(x: 8.39272*width, y: 4.06206*height)) + path.addCurve(to: CGPoint(x: 8.38681*width, y: 4.06807*height), control1: CGPoint(x: 8.38976*width, y: 4.05405*height), control2: CGPoint(x: 8.38681*width, y: 4.05706*height)) + path.addCurve(to: CGPoint(x: 8.39173*width, y: 4.08108*height), control1: CGPoint(x: 8.38583*width, y: 4.07908*height), control2: CGPoint(x: 8.38878*width, y: 4.08509*height)) + path.addCurve(to: CGPoint(x: 8.39272*width, y: 4.06206*height), control1: CGPoint(x: 8.39469*width, y: 4.07808*height), control2: CGPoint(x: 8.39567*width, y: 4.06907*height)) + path.closeSubpath() + path.move(to: CGPoint(x: 8.40256*width, y: 4.01201*height)) + path.addCurve(to: CGPoint(x: 8.39764*width, y: 4.02402*height), control1: CGPoint(x: 8.39961*width, y: 4.00501*height), control2: CGPoint(x: 8.39764*width, y: 4.01001*height)) + path.addCurve(to: CGPoint(x: 8.40256*width, y: 4.03704*height), control1: CGPoint(x: 8.39764*width, y: 4.03804*height), control2: CGPoint(x: 8.39961*width, y: 4.04304*height)) + path.addCurve(to: CGPoint(x: 8.40256*width, y: 4.01201*height), control1: CGPoint(x: 8.40453*width, y: 4.03003*height), control2: CGPoint(x: 8.40453*width, y: 4.01802*height)) + path.closeSubpath() + path.move(to: CGPoint(x: 8.43406*width, y: 3.85385*height)) + path.addCurve(to: CGPoint(x: 8.42028*width, y: 3.89389*height), control1: CGPoint(x: 8.43307*width, y: 3.83984*height), control2: CGPoint(x: 8.42717*width, y: 3.85786*height)) + path.addCurve(to: CGPoint(x: 8.42126*width, y: 3.93894*height), control1: CGPoint(x: 8.40256*width, y: 3.97898*height), control2: CGPoint(x: 8.40354*width, y: 4.01702*height)) + path.addCurve(to: CGPoint(x: 8.43406*width, y: 3.85385*height), control1: CGPoint(x: 8.42815*width, y: 3.90591*height), control2: CGPoint(x: 8.43406*width, y: 3.86787*height)) + path.closeSubpath() + path.move(to: CGPoint(x: 8.44193*width, y: 3.78679*height)) + path.addCurve(to: CGPoint(x: 8.43701*width, y: 3.7988*height), control1: CGPoint(x: 8.43898*width, y: 3.77678*height), control2: CGPoint(x: 8.43701*width, y: 3.78278*height)) + path.addCurve(to: CGPoint(x: 8.44193*width, y: 3.81682*height), control1: CGPoint(x: 8.43701*width, y: 3.81582*height), control2: CGPoint(x: 8.43898*width, y: 3.82282*height)) + path.addCurve(to: CGPoint(x: 8.44193*width, y: 3.78679*height), control1: CGPoint(x: 8.4439*width, y: 3.80981*height), control2: CGPoint(x: 8.4439*width, y: 3.7958*height)) + path.closeSubpath() + path.move(to: CGPoint(x: 8.44193*width, y: 3.57357*height)) + path.addCurve(to: CGPoint(x: 8.37106*width, y: 3.23724*height), control1: CGPoint(x: 8.43602*width, y: 3.42342*height), control2: CGPoint(x: 8.42028*width, y: 3.34535*height)) + path.addCurve(to: CGPoint(x: 7.93504*width, y: 2.78478*height), control1: CGPoint(x: 8.28445*width, y: 3.04304*height), control2: CGPoint(x: 8.1378*width, y: 2.89189*height)) + path.addCurve(to: CGPoint(x: 7.85433*width, y: 2.74575*height), control1: CGPoint(x: 7.89075*width, y: 2.76076*height), control2: CGPoint(x: 7.85433*width, y: 2.74374*height)) + path.addCurve(to: CGPoint(x: 7.9626*width, y: 3.05906*height), control1: CGPoint(x: 7.85433*width, y: 2.75576*height), control2: CGPoint(x: 7.93406*width, y: 2.98398*height)) + path.addCurve(to: CGPoint(x: 8.375*width, y: 3.67668*height), control1: CGPoint(x: 8.05217*width, y: 3.28629*height), control2: CGPoint(x: 8.16732*width, y: 3.46046*height)) + path.addCurve(to: CGPoint(x: 8.4439*width, y: 3.72673*height), control1: CGPoint(x: 8.4252*width, y: 3.72873*height), control2: CGPoint(x: 8.44094*width, y: 3.74074*height)) + path.addCurve(to: CGPoint(x: 8.44193*width, y: 3.57357*height), control1: CGPoint(x: 8.44587*width, y: 3.71672*height), control2: CGPoint(x: 8.44488*width, y: 3.64765*height)) + path.closeSubpath() + path.move(to: CGPoint(x: 1.3248*width, y: 4.003*height)) + path.addCurve(to: CGPoint(x: 1.35433*width, y: 3.14014*height), control1: CGPoint(x: 1.25197*width, y: 3.67968*height), control2: CGPoint(x: 1.2628*width, y: 3.37437*height)) + path.addCurve(to: CGPoint(x: 1.37795*width, y: 3.002*height), control1: CGPoint(x: 1.3878*width, y: 3.05606*height), control2: CGPoint(x: 1.38878*width, y: 3.04905*height)) + path.addCurve(to: CGPoint(x: 1.1063*width, y: 2.69469*height), control1: CGPoint(x: 1.35236*width, y: 2.89289*height), control2: CGPoint(x: 1.25787*width, y: 2.78679*height)) + path.addLine(to: CGPoint(x: 1.02362*width, y: 2.64464*height)) + path.addLine(to: CGPoint(x: 1.05512*width, y: 2.63263*height)) + path.addCurve(to: CGPoint(x: 1.32283*width, y: 2.62663*height), control1: CGPoint(x: 1.11319*width, y: 2.61161*height), control2: CGPoint(x: 1.24803*width, y: 2.60861*height)) + path.addCurve(to: CGPoint(x: 1.54626*width, y: 2.73273*height), control1: CGPoint(x: 1.40157*width, y: 2.64565*height), control2: CGPoint(x: 1.49803*width, y: 2.69169*height)) + path.addLine(to: CGPoint(x: 1.57972*width, y: 2.75976*height)) + path.addLine(to: CGPoint(x: 1.65551*width, y: 2.68869*height)) + path.addCurve(to: CGPoint(x: 1.97835*width, y: 2.45445*height), control1: CGPoint(x: 1.75394*width, y: 2.5956*height), control2: CGPoint(x: 1.86122*width, y: 2.51752*height)) + path.addCurve(to: CGPoint(x: 2.28248*width, y: 2.33033*height), control1: CGPoint(x: 2.09449*width, y: 2.39139*height), control2: CGPoint(x: 2.27461*width, y: 2.31832*height)) + path.addCurve(to: CGPoint(x: 2.35236*width, y: 2.31632*height), control1: CGPoint(x: 2.28543*width, y: 2.33534*height), control2: CGPoint(x: 2.31594*width, y: 2.32933*height)) + path.addCurve(to: CGPoint(x: 2.34843*width, y: 2.30731*height), control1: CGPoint(x: 2.42421*width, y: 2.29129*height), control2: CGPoint(x: 2.42224*width, y: 2.28428*height)) + path.addCurve(to: CGPoint(x: 2.29724*width, y: 2.31932*height), control1: CGPoint(x: 2.32185*width, y: 2.31532*height), control2: CGPoint(x: 2.29823*width, y: 2.32132*height)) + path.addCurve(to: CGPoint(x: 2.42126*width, y: 1.98198*height), control1: CGPoint(x: 2.28937*width, y: 2.31131*height), control2: CGPoint(x: 2.37894*width, y: 2.06707*height)) + path.addCurve(to: CGPoint(x: 2.65059*width, y: 1.65566*height), control1: CGPoint(x: 2.48228*width, y: 1.85886*height), control2: CGPoint(x: 2.54626*width, y: 1.76877*height)) + path.addCurve(to: CGPoint(x: 2.74508*width, y: 1.53854*height), control1: CGPoint(x: 2.69783*width, y: 1.60561*height), control2: CGPoint(x: 2.74016*width, y: 1.55255*height)) + path.addCurve(to: CGPoint(x: 2.71063*width, y: 1.32733*height), control1: CGPoint(x: 2.75886*width, y: 1.5035*height), control2: CGPoint(x: 2.74213*width, y: 1.40541*height)) + path.addCurve(to: CGPoint(x: 2.62795*width, y: 1.17918*height), control1: CGPoint(x: 2.69685*width, y: 1.29429*height), control2: CGPoint(x: 2.65945*width, y: 1.22723*height)) + path.addCurve(to: CGPoint(x: 2.57677*width, y: 1.09109*height), control1: CGPoint(x: 2.59547*width, y: 1.13013*height), control2: CGPoint(x: 2.57283*width, y: 1.09109*height)) + path.addCurve(to: CGPoint(x: 2.7687*width, y: 1.15816*height), control1: CGPoint(x: 2.6063*width, y: 1.09109*height), control2: CGPoint(x: 2.71161*width, y: 1.12813*height)) + path.addCurve(to: CGPoint(x: 2.97047*width, y: 1.34935*height), control1: CGPoint(x: 2.84843*width, y: 1.2012*height), control2: CGPoint(x: 2.9124*width, y: 1.26126*height)) + path.addCurve(to: CGPoint(x: 3.02067*width, y: 1.41141*height), control1: CGPoint(x: 2.99409*width, y: 1.38338*height), control2: CGPoint(x: 3.01575*width, y: 1.41141*height)) + path.addCurve(to: CGPoint(x: 3.08465*width, y: 1.39139*height), control1: CGPoint(x: 3.02461*width, y: 1.41141*height), control2: CGPoint(x: 3.05413*width, y: 1.4024*height)) + path.addCurve(to: CGPoint(x: 3.46063*width, y: 1.33433*height), control1: CGPoint(x: 3.18307*width, y: 1.35736*height), control2: CGPoint(x: 3.29724*width, y: 1.33934*height)) + path.addCurve(to: CGPoint(x: 4.32087*width, y: 1.46647*height), control1: CGPoint(x: 3.70177*width, y: 1.32533*height), control2: CGPoint(x: 3.77362*width, y: 1.33734*height)) + path.addCurve(to: CGPoint(x: 5.00787*width, y: 1.58158*height), control1: CGPoint(x: 4.7815*width, y: 1.57558*height), control2: CGPoint(x: 4.81594*width, y: 1.58158*height)) + path.addCurve(to: CGPoint(x: 5.43307*width, y: 1.54054*height), control1: CGPoint(x: 5.18799*width, y: 1.58158*height), control2: CGPoint(x: 5.28937*width, y: 1.57157*height)) + path.addCurve(to: CGPoint(x: 5.66437*width, y: 1.56857*height), control1: CGPoint(x: 5.5935*width, y: 1.5045*height), control2: CGPoint(x: 5.57776*width, y: 1.5025*height)) + path.addCurve(to: CGPoint(x: 5.81594*width, y: 1.6987*height), control1: CGPoint(x: 5.70768*width, y: 1.6016*height), control2: CGPoint(x: 5.77559*width, y: 1.65966*height)) + path.addLine(to: CGPoint(x: 5.88976*width, y: 1.76877*height)) + path.addLine(to: CGPoint(x: 5.77657*width, y: 1.7998*height)) + path.addCurve(to: CGPoint(x: 5.47736*width, y: 1.87387*height), control1: CGPoint(x: 5.71457*width, y: 1.81782*height), control2: CGPoint(x: 5.58071*width, y: 1.85085*height)) + path.addCurve(to: CGPoint(x: 5.25098*width, y: 1.92392*height), control1: CGPoint(x: 5.375*width, y: 1.8959*height), control2: CGPoint(x: 5.27264*width, y: 1.91892*height)) + path.addCurve(to: CGPoint(x: 5.16535*width, y: 1.98198*height), control1: CGPoint(x: 5.22343*width, y: 1.93093*height), control2: CGPoint(x: 5.19685*width, y: 1.94895*height)) + path.addCurve(to: CGPoint(x: 5.07185*width, y: 2.31031*height), control1: CGPoint(x: 5.10039*width, y: 2.05105*height), control2: CGPoint(x: 5.07972*width, y: 2.12412*height)) + path.addLine(to: CGPoint(x: 5.06594*width, y: 2.45345*height)) + path.addLine(to: CGPoint(x: 5.02559*width, y: 2.41341*height)) + path.addCurve(to: CGPoint(x: 4.86713*width, y: 2.02202*height), control1: CGPoint(x: 4.93012*width, y: 2.31832*height), control2: CGPoint(x: 4.87106*width, y: 2.17117*height)) + path.addLine(to: CGPoint(x: 4.86516*width, y: 1.92693*height)) + path.addLine(to: CGPoint(x: 4.81201*width, y: 1.91892*height)) + path.addCurve(to: CGPoint(x: 4.32677*width, y: 1.81582*height), control1: CGPoint(x: 4.70768*width, y: 1.9039*height), control2: CGPoint(x: 4.54921*width, y: 1.86987*height)) + path.addLine(to: CGPoint(x: 4.10138*width, y: 1.76176*height)) + path.addLine(to: CGPoint(x: 4.04724*width, y: 1.80881*height)) + path.addCurve(to: CGPoint(x: 3.89862*width, y: 1.93994*height), control1: CGPoint(x: 4.01772*width, y: 1.83584*height), control2: CGPoint(x: 3.95079*width, y: 1.89389*height)) + path.addCurve(to: CGPoint(x: 3.55413*width, y: 2.21221*height), control1: CGPoint(x: 3.81201*width, y: 2.01602*height), control2: CGPoint(x: 3.59055*width, y: 2.19119*height)) + path.addCurve(to: CGPoint(x: 3.54823*width, y: 2.41842*height), control1: CGPoint(x: 3.5315*width, y: 2.22523*height), control2: CGPoint(x: 3.52756*width, y: 2.34535*height)) + path.addCurve(to: CGPoint(x: 3.66732*width, y: 2.66066*height), control1: CGPoint(x: 3.5689*width, y: 2.49249*height), control2: CGPoint(x: 3.6122*width, y: 2.58058*height)) + path.addCurve(to: CGPoint(x: 3.68307*width, y: 2.71672*height), control1: CGPoint(x: 3.70965*width, y: 2.72272*height), control2: CGPoint(x: 3.70965*width, y: 2.72272*height)) + path.addCurve(to: CGPoint(x: 3.29232*width, y: 2.44144*height), control1: CGPoint(x: 3.50787*width, y: 2.67768*height), control2: CGPoint(x: 3.37697*width, y: 2.58559*height)) + path.addCurve(to: CGPoint(x: 3.25295*width, y: 2.37437*height), control1: CGPoint(x: 3.27165*width, y: 2.40641*height), control2: CGPoint(x: 3.25394*width, y: 2.37638*height)) + path.addCurve(to: CGPoint(x: 3.20768*width, y: 2.39039*height), control1: CGPoint(x: 3.25197*width, y: 2.37337*height), control2: CGPoint(x: 3.2313*width, y: 2.38038*height)) + path.addCurve(to: CGPoint(x: 2.70177*width, y: 2.55756*height), control1: CGPoint(x: 3.12894*width, y: 2.42442*height), control2: CGPoint(x: 2.96063*width, y: 2.48048*height)) + path.addCurve(to: CGPoint(x: 2.1624*width, y: 2.75475*height), control1: CGPoint(x: 2.39961*width, y: 2.64765*height), control2: CGPoint(x: 2.29331*width, y: 2.68769*height)) + path.addCurve(to: CGPoint(x: 1.70276*width, y: 3.21522*height), control1: CGPoint(x: 1.94587*width, y: 2.86787*height), control2: CGPoint(x: 1.79429*width, y: 3.01902*height)) + path.addCurve(to: CGPoint(x: 1.62894*width, y: 3.60961*height), control1: CGPoint(x: 1.63681*width, y: 3.35636*height), control2: CGPoint(x: 1.62992*width, y: 3.39439*height)) + path.addLine(to: CGPoint(x: 1.62894*width, y: 3.8008*height)) + path.addLine(to: CGPoint(x: 1.54035*width, y: 3.88388*height)) + path.addCurve(to: CGPoint(x: 1.39665*width, y: 4.02202*height), control1: CGPoint(x: 1.49114*width, y: 3.92993*height), control2: CGPoint(x: 1.42717*width, y: 3.99199*height)) + path.addLine(to: CGPoint(x: 1.34055*width, y: 4.07608*height)) + path.addLine(to: CGPoint(x: 1.3248*width, y: 4.003*height)) + path.closeSubpath() + path.move(to: CGPoint(x: 2.46555*width, y: 2.28228*height)) + path.addCurve(to: CGPoint(x: 2.47047*width, y: 2.27327*height), control1: CGPoint(x: 2.47835*width, y: 2.27728*height), control2: CGPoint(x: 2.47933*width, y: 2.27327*height)) + path.addCurve(to: CGPoint(x: 2.43602*width, y: 2.28228*height), control1: CGPoint(x: 2.4626*width, y: 2.27327*height), control2: CGPoint(x: 2.44685*width, y: 2.27728*height)) + path.addCurve(to: CGPoint(x: 2.4311*width, y: 2.29129*height), control1: CGPoint(x: 2.42323*width, y: 2.28729*height), control2: CGPoint(x: 2.42224*width, y: 2.29129*height)) + path.addCurve(to: CGPoint(x: 2.46555*width, y: 2.28228*height), control1: CGPoint(x: 2.43898*width, y: 2.29129*height), control2: CGPoint(x: 2.45472*width, y: 2.28729*height)) + path.closeSubpath() + path.move(to: CGPoint(x: 2.56398*width, y: 2.25225*height)) + path.addCurve(to: CGPoint(x: 2.5689*width, y: 2.24324*height), control1: CGPoint(x: 2.57677*width, y: 2.24725*height), control2: CGPoint(x: 2.57776*width, y: 2.24324*height)) + path.addCurve(to: CGPoint(x: 2.53445*width, y: 2.25225*height), control1: CGPoint(x: 2.56102*width, y: 2.24324*height), control2: CGPoint(x: 2.54528*width, y: 2.24725*height)) + path.addCurve(to: CGPoint(x: 2.52953*width, y: 2.26126*height), control1: CGPoint(x: 2.52165*width, y: 2.25726*height), control2: CGPoint(x: 2.52067*width, y: 2.26126*height)) + path.addCurve(to: CGPoint(x: 2.56398*width, y: 2.25225*height), control1: CGPoint(x: 2.5374*width, y: 2.26126*height), control2: CGPoint(x: 2.55315*width, y: 2.25726*height)) + path.closeSubpath() + path.move(to: CGPoint(x: 2.64173*width, y: 2.23023*height)) + path.addCurve(to: CGPoint(x: 2.69193*width, y: 2.20521*height), control1: CGPoint(x: 2.66339*width, y: 2.22322*height), control2: CGPoint(x: 2.68701*width, y: 2.21221*height)) + path.addCurve(to: CGPoint(x: 2.8937*width, y: 2.12913*height), control1: CGPoint(x: 2.69783*width, y: 2.1982*height), control2: CGPoint(x: 2.78839*width, y: 2.16416*height)) + path.addCurve(to: CGPoint(x: 3.66142*width, y: 1.68368*height), control1: CGPoint(x: 3.21555*width, y: 2.02202*height), control2: CGPoint(x: 3.37402*width, y: 1.92993*height)) + path.addCurve(to: CGPoint(x: 3.48917*width, y: 1.67568*height), control1: CGPoint(x: 3.67323*width, y: 1.67267*height), control2: CGPoint(x: 3.64272*width, y: 1.67167*height)) + path.addCurve(to: CGPoint(x: 3.08563*width, y: 1.76176*height), control1: CGPoint(x: 3.27264*width, y: 1.68068*height), control2: CGPoint(x: 3.23228*width, y: 1.68869*height)) + path.addCurve(to: CGPoint(x: 2.72736*width, y: 2.11712*height), control1: CGPoint(x: 2.92028*width, y: 1.84284*height), control2: CGPoint(x: 2.82677*width, y: 1.93594*height)) + path.addCurve(to: CGPoint(x: 2.63091*width, y: 2.22422*height), control1: CGPoint(x: 2.6811*width, y: 2.2012*height), control2: CGPoint(x: 2.6752*width, y: 2.20821*height)) + path.addCurve(to: CGPoint(x: 2.64173*width, y: 2.23023*height), control1: CGPoint(x: 2.57579*width, y: 2.24324*height), control2: CGPoint(x: 2.58268*width, y: 2.24725*height)) + path.closeSubpath() + path.move(to: CGPoint(x: 3.85531*width, y: 1.70571*height)) + path.addCurve(to: CGPoint(x: 3.83661*width, y: 1.7047*height), control1: CGPoint(x: 3.85236*width, y: 1.7027*height), control2: CGPoint(x: 3.8435*width, y: 1.7017*height)) + path.addCurve(to: CGPoint(x: 3.84252*width, y: 1.71071*height), control1: CGPoint(x: 3.82874*width, y: 1.70771*height), control2: CGPoint(x: 3.83169*width, y: 1.71071*height)) + path.addCurve(to: CGPoint(x: 3.85531*width, y: 1.70571*height), control1: CGPoint(x: 3.85335*width, y: 1.71171*height), control2: CGPoint(x: 3.85925*width, y: 1.70871*height)) + path.closeSubpath() + path.move(to: CGPoint(x: 3.8061*width, y: 1.6957*height)) + path.addCurve(to: CGPoint(x: 3.7874*width, y: 1.69469*height), control1: CGPoint(x: 3.80315*width, y: 1.69269*height), control2: CGPoint(x: 3.79429*width, y: 1.69169*height)) + path.addCurve(to: CGPoint(x: 3.79331*width, y: 1.7007*height), control1: CGPoint(x: 3.77953*width, y: 1.6977*height), control2: CGPoint(x: 3.78248*width, y: 1.7007*height)) + path.addCurve(to: CGPoint(x: 3.8061*width, y: 1.6957*height), control1: CGPoint(x: 3.80413*width, y: 1.7017*height), control2: CGPoint(x: 3.81004*width, y: 1.6987*height)) + path.closeSubpath() + path.move(to: CGPoint(x: 3.74311*width, y: 1.68468*height)) + path.addCurve(to: CGPoint(x: 3.7185*width, y: 1.68468*height), control1: CGPoint(x: 3.73622*width, y: 1.68268*height), control2: CGPoint(x: 3.72441*width, y: 1.68268*height)) + path.addCurve(to: CGPoint(x: 3.73031*width, y: 1.68969*height), control1: CGPoint(x: 3.71161*width, y: 1.68769*height), control2: CGPoint(x: 3.71654*width, y: 1.68969*height)) + path.addCurve(to: CGPoint(x: 3.74311*width, y: 1.68468*height), control1: CGPoint(x: 3.74409*width, y: 1.68969*height), control2: CGPoint(x: 3.74902*width, y: 1.68769*height)) + path.closeSubpath() + return path + } +} diff --git a/Seg.swift b/Seg.swift new file mode 100644 index 0000000..01c5f09 --- /dev/null +++ b/Seg.swift @@ -0,0 +1,44 @@ +import GRDB +/// The Seg struct. +/// +/// Identifiable conformance supports SwiftUI list animations, and type-safe +/// GRDB primary key methods. +/// Equatable conformance supports tests. +struct Seg: Identifiable, Equatable { + /// Int64 is the recommended type for auto-incremented database ids. + /// Use nil for players that are not inserted yet in the database. + var id: Int64? + var seg_id: Int64 + var line_id: Int64 + var book: String +} + +extension Seg { +} + +// MARK: - Persistence + +/// Make Seg a Codable Record. +/// +/// See +extension Seg: Codable, FetchableRecord, MutablePersistableRecord { + // Define database columns from CodingKeys + fileprivate enum Columns { + static let id = Column(CodingKeys.id) + static let book = Column(CodingKeys.book) + } + + /// Updates a player id after it has been inserted in the database. + mutating func didInsert(_ inserted: InsertionSuccess) { + id = inserted.rowID + } +} + +// MARK: - Seg Database Requests + +/// Define some player requests used by the application. +/// +/// See +/// See +extension DerivableRequest { +} diff --git a/SegDenorm.swift b/SegDenorm.swift new file mode 100644 index 0000000..fcea00a --- /dev/null +++ b/SegDenorm.swift @@ -0,0 +1,44 @@ +import GRDB +/// The SegDenorm struct. +/// +/// Identifiable conformance supports SwiftUI list animations, and type-safe +/// GRDB primary key methods. +/// Equatable conformance supports tests. +struct SegDenorm: Identifiable, Equatable { + /// Int64 is the recommended type for auto-incremented database ids. + /// Use nil for players that are not inserted yet in the database. + var id: Int64 + var body: String + // var lineIds: [Int64] + var book: String +} + +extension SegDenorm { +} + +// MARK: - Persistence + +/// Make SegDenorm a Codable Record. +/// +/// See +extension SegDenorm: Codable, FetchableRecord, MutablePersistableRecord { +// // Define database columns from CodingKeys +// fileprivate enum Columns { +// static let id = Column(CodingKeys.id) +// static let book = Column(CodingKeys.book) +// } + +// /// Updates a player id after it has been inserted in the database. +// mutating func didInsert(_ inserted: InsertionSuccess) { +// id = inserted.rowID +// } +} + +// MARK: - SegDenorm Database Requests + +/// Define some player requests used by the application. +/// +/// See +/// See +extension DerivableRequest { +} diff --git a/SegDenormRequest.swift b/SegDenormRequest.swift new file mode 100644 index 0000000..96a8482 --- /dev/null +++ b/SegDenormRequest.swift @@ -0,0 +1,55 @@ +import Combine +import GRDB +import GRDBQuery + +struct SegDenormRequest: Queryable { + enum Ordering { + case byScore + case byName + } + + var book: String + + // MARK: - Queryable Implementation + + static var defaultValue: [SegDenorm] { [] } + + func publisher(in appDatabase: AppDatabase) -> AnyPublisher<[SegDenorm], Error> { + ValueObservation + .tracking(fetchValue(_:)) + .publisher( + in: appDatabase.reader, + scheduling: .immediate) + .eraseToAnyPublisher() + } + + func fetchValue(_ db: Database) throws -> [SegDenorm] { + print("WOOOOOOF") + var sql = "select seg_id as id, seg.book as book, group_concat(line.body, ';;') as body from seg join line on seg.line_id = line.rowid WHERE seg.book = 'bible.john' group by seg.seg_id" + + do { + var ret = try SegDenorm.fetchAll(db, sql: sql) // [Player] + + print("SEGS DENORM") + print(ret) + return ret + } catch let error { + print(error.localizedDescription) + print(error) + print("Error") + return [] + } + // if book == "" { + // return try Seg.filter(bookColumn == "bible.john")).fetchAll(db) + // } else { + // return try Seg.filter(bookColumn == book).fetchAll(db) + // } + // switch ordering { + // case .byScore: + // return try Seg.all().fetchAll(db) + // case .byName: + // // return try Seg.all().orderedByName().fetchAll(db) + // return try Seg.all().fetchAll(db) + // } + } +} diff --git a/SelectedRibbonRequest.swift b/SelectedRibbonRequest.swift index c613c17..76fdc34 100644 --- a/SelectedRibbonRequest.swift +++ b/SelectedRibbonRequest.swift @@ -43,12 +43,19 @@ struct SelectedRibbonRequest: Queryable { // This method is not required by Queryable, but it makes it easier func fetchValue(_ db: Database) throws -> [Ribbon] { - print("FETCH SELECTED RIBBON") - var ret2 = try SelectedRibbon.fetchAll(db, sql: "SELECT * FROM selectedRibbon") // [Player] - print(ret2) - print("FETCH JOIN RIBBON") - var ret = try Ribbon.fetchAll(db, sql: "SELECT ribbon.* FROM selectedRibbon join ribbon on selectedRibbon.ribbonId = ribbon.rowid WHERE selectedRibbon.rowid = 1") // [Player] - print(ret) + // print("FETCH SELECTED RIBBON") + // var ret2 = try SelectedRibbon.fetchAll(db, sql: "SELECT * FROM selectedRibbon") // [Player] + // print(ret2) + + // print("FETCH RIBBON") + // var ret3 = try Ribbon.fetchAll(db, sql: "SELECT * FROM Ribbon") // [Player] + // print(ret3) + + + + // print("FETCH JOIN RIBBON") + var ret = try Ribbon.fetchAll(db, sql: "SELECT Ribbon.* FROM SelectedRibbon join Ribbon on SelectedRibbon.ribbonId = ribbon.rowId WHERE SelectedRibbon.rowId = 1") // [Player] + // print(ret) return ret } } diff --git a/VisibilityTracker.swift b/VisibilityTracker.swift new file mode 100644 index 0000000..88a3575 --- /dev/null +++ b/VisibilityTracker.swift @@ -0,0 +1,79 @@ +// -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- +// Created by Sam Deane on 27/07/22. +// All code (c) 2022 - present day, Elegant Chaos Limited. +// -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- + +import SwiftUI + +public enum VisibilityChange { + case hidden + case shown +} + +public class VisibilityTracker: ObservableObject { + /// The global bounds of the container view. + public var containerBounds: CGRect + + /// Dictionary containing the offset of every visible view. + public var visibleViews: [ID:CGFloat] + + /// Ids of the visible views, sorted by offset. + /// The first item is the top view, the last one, the bottom view. + public var sortedViewIDs: [ID] + + /// Action to perform when a view becomes visible or is hidden. + public var action: Action + + /// The id of the top visible view. + public var topVisibleView: ID? { sortedViewIDs.first } + + /// The id of the bottom visible view. + public var bottomVisibleView: ID? { sortedViewIDs.last } + + /// Action callback signature. + public typealias Action = (ID, VisibilityChange, VisibilityTracker) -> () + + public init(action: @escaping Action) { + self.containerBounds = .zero + self.visibleViews = [:] + self.sortedViewIDs = [] + self.action = action + } + + public func reportContainerBounds(_ bounds: CGRect) { + containerBounds = bounds + } + + public func reportContentBounds(_ bounds: CGRect, id: ID) { + let topLeft = bounds.origin + let size = bounds.size + let bottomRight = CGPoint(x: topLeft.x + size.width, y: topLeft.y + size.height) + let isVisible = containerBounds.contains(topLeft) || containerBounds.contains(bottomRight) + let wasVisible = visibleViews[id] != nil + + + visibleViews[id] = -1 * (bounds.origin.y - containerBounds.origin.y) + sortViews() + action(id, .shown, self) + + // if isVisible { + // visibleViews[id] = bounds.origin.y - containerBounds.origin.y + // sortViews() + // if !wasVisible { + // action(id, .shown, self) + // } + // } else { + // if wasVisible { + // visibleViews.removeValue(forKey: id) + // sortViews() + // action(id, .hidden, self) + // } + // } + } + + func sortViews() { + let sortedPairs = visibleViews.sorted(by: { $0.1 < $1.1 }) + sortedViewIDs = sortedPairs.map { $0.0 } + } +} + diff --git a/VisibilityTrackingModifier.swift b/VisibilityTrackingModifier.swift new file mode 100644 index 0000000..c915b7e --- /dev/null +++ b/VisibilityTrackingModifier.swift @@ -0,0 +1,34 @@ +// -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- +// Created by Sam Deane on 27/07/22. +// All code (c) 2022 - present day, Elegant Chaos Limited. +// -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- + +import SwiftUI + +struct ContentVisibilityTrackingModifier: ViewModifier { + @EnvironmentObject var visibilityTracker: VisibilityTracker + + let id: ID + + func body(content: Content) -> some View { + content + .id(id) + .background( + GeometryReader { proxy in + report(proxy: proxy) + } + ) + } + + func report(proxy: GeometryProxy) -> Color { + visibilityTracker.reportContentBounds(proxy.frame(in: .global), id: id) + return Color.clear + } +} + +public extension View { + func trackVisibility(id: ID) -> some View { + self + .modifier(ContentVisibilityTrackingModifier(id: id)) + } +} diff --git a/VisibilityTrackingScrollView.swift b/VisibilityTrackingScrollView.swift new file mode 100644 index 0000000..3acc07a --- /dev/null +++ b/VisibilityTrackingScrollView.swift @@ -0,0 +1,35 @@ +// -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- +// Created by Sam Deane on 27/07/22. +// All code (c) 2022 - present day, Elegant Chaos Limited. +// -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- + +import SwiftUI + +public struct VisibilityTrackingScrollView: View where Content: View, ID: Hashable { + @ViewBuilder let content: Content + + @State var visibilityTracker: VisibilityTracker + + public init(action: @escaping VisibilityTracker.Action, @ViewBuilder content: () -> Content) { + self.content = content() + self._visibilityTracker = .init(initialValue: VisibilityTracker(action: action)) + } + + public var body: some View { + ScrollView { + content + .environmentObject(visibilityTracker) + } + .background( + GeometryReader { proxy in + report(proxy: proxy) + } + ) + } + + func report(proxy: GeometryProxy) -> Color { + visibilityTracker.reportContainerBounds(proxy.frame(in: .global)) + return Color.clear + } + +} diff --git a/gloss.xcodeproj/project.pbxproj b/gloss.xcodeproj/project.pbxproj index c6917ce..9bdd79f 100644 --- a/gloss.xcodeproj/project.pbxproj +++ b/gloss.xcodeproj/project.pbxproj @@ -11,6 +11,10 @@ 8514D5BF299F04710054F185 /* GRDB in Frameworks */ = {isa = PBXBuildFile; productRef = 8514D5BE299F04710054F185 /* GRDB */; }; 8514D5C2299F04A20054F185 /* GRDBQuery in Frameworks */ = {isa = PBXBuildFile; productRef = 8514D5C1299F04A20054F185 /* GRDBQuery */; }; 852774C129A150B100458CA7 /* Line.swift in Sources */ = {isa = PBXBuildFile; fileRef = 852774C029A150B100458CA7 /* Line.swift */; }; + 8528897529B2B86B003F2E16 /* CrownOfThorns.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8528897429B2B86B003F2E16 /* CrownOfThorns.swift */; }; + 8528897C29BD69B2003F2E16 /* VisibilityTrackingScrollView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8528897929BD69B1003F2E16 /* VisibilityTrackingScrollView.swift */; }; + 8528897D29BD69B2003F2E16 /* VisibilityTrackingModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8528897A29BD69B1003F2E16 /* VisibilityTrackingModifier.swift */; }; + 8528897E29BD69B2003F2E16 /* VisibilityTracker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8528897B29BD69B2003F2E16 /* VisibilityTracker.swift */; }; 85431A892905F4F500EE0760 /* glossApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 85431A882905F4F500EE0760 /* glossApp.swift */; }; 85431A8B2905F4F500EE0760 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 85431A8A2905F4F500EE0760 /* ContentView.swift */; }; 85431A8D2905F4F600EE0760 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 85431A8C2905F4F600EE0760 /* Assets.xcassets */; }; @@ -21,14 +25,17 @@ 8590D96729A183EE001EF84F /* AppDatabase.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8590D96629A183EE001EF84F /* AppDatabase.swift */; }; 8590D96929A18A6D001EF84F /* LineRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8590D96829A18A6C001EF84F /* LineRequest.swift */; }; 8590D96C29A92146001EF84F /* JsonImport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8590D96B29A92146001EF84F /* JsonImport.swift */; }; - 8590D96E29A927CF001EF84F /* Seg.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8590D96D29A927CF001EF84F /* Seg.swift */; }; - 8590D97229A9366C001EF84F /* john_export.json in Resources */ = {isa = PBXBuildFile; fileRef = 8590D97129A9366C001EF84F /* john_export.json */; }; 85942EE429ACF54A00307621 /* ScrollableView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 85942EE329ACF54A00307621 /* ScrollableView.swift */; }; 85942EE729AD083600307621 /* Introspect in Frameworks */ = {isa = PBXBuildFile; productRef = 85942EE629AD083600307621 /* Introspect */; }; 85942EE929AD51A100307621 /* Ribbon.swift in Sources */ = {isa = PBXBuildFile; fileRef = 85942EE829AD51A100307621 /* Ribbon.swift */; }; 85942EEB29AD55A400307621 /* RibbonRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 85942EEA29AD55A400307621 /* RibbonRequest.swift */; }; 85942EED29AEA04200307621 /* SelectedRibbon.swift in Sources */ = {isa = PBXBuildFile; fileRef = 85942EEC29AEA04200307621 /* SelectedRibbon.swift */; }; 85942EEF29AEA18300307621 /* SelectedRibbonRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 85942EEE29AEA18300307621 /* SelectedRibbonRequest.swift */; }; + 85942EF529B108C600307621 /* Seg.swift in Sources */ = {isa = PBXBuildFile; fileRef = 85942EF429B108C600307621 /* Seg.swift */; }; + 85942EF729B108EA00307621 /* SegDenormRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 85942EF629B108EA00307621 /* SegDenormRequest.swift */; }; + 85942EF929B1150B00307621 /* SegDenorm.swift in Sources */ = {isa = PBXBuildFile; fileRef = 85942EF829B1150B00307621 /* SegDenorm.swift */; }; + 85942EFE29B11C0B00307621 /* john_export.json in Resources */ = {isa = PBXBuildFile; fileRef = 85942EFC29B11C0A00307621 /* john_export.json */; }; + 85942EFF29B11C0B00307621 /* mark_export.json in Resources */ = {isa = PBXBuildFile; fileRef = 85942EFD29B11C0B00307621 /* mark_export.json */; }; 85F01DF82978787800F317B4 /* AveriaSerifLibre-Regular.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 85F01DF72978787800F317B4 /* AveriaSerifLibre-Regular.ttf */; }; 85F01DFB2978790400F317B4 /* xe-Dogma-Bold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 85F01DFA2978790400F317B4 /* xe-Dogma-Bold.ttf */; }; /* End PBXBuildFile section */ @@ -36,6 +43,10 @@ /* Begin PBXFileReference section */ 8514D5BB299EFB780054F185 /* store.db */ = {isa = PBXFileReference; lastKnownFileType = file; path = store.db; sourceTree = ""; }; 852774C029A150B100458CA7 /* Line.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Line.swift; sourceTree = ""; }; + 8528897429B2B86B003F2E16 /* CrownOfThorns.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CrownOfThorns.swift; sourceTree = ""; }; + 8528897929BD69B1003F2E16 /* VisibilityTrackingScrollView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VisibilityTrackingScrollView.swift; sourceTree = ""; }; + 8528897A29BD69B1003F2E16 /* VisibilityTrackingModifier.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VisibilityTrackingModifier.swift; sourceTree = ""; }; + 8528897B29BD69B2003F2E16 /* VisibilityTracker.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VisibilityTracker.swift; sourceTree = ""; }; 85431A852905F4F500EE0760 /* gloss.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = gloss.app; sourceTree = BUILT_PRODUCTS_DIR; }; 85431A882905F4F500EE0760 /* glossApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = glossApp.swift; sourceTree = ""; }; 85431A8A2905F4F500EE0760 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = ""; }; @@ -47,13 +58,16 @@ 8590D96629A183EE001EF84F /* AppDatabase.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDatabase.swift; sourceTree = ""; }; 8590D96829A18A6C001EF84F /* LineRequest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LineRequest.swift; sourceTree = ""; }; 8590D96B29A92146001EF84F /* JsonImport.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JsonImport.swift; sourceTree = ""; }; - 8590D96D29A927CF001EF84F /* Seg.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Seg.swift; sourceTree = ""; }; - 8590D97129A9366C001EF84F /* john_export.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = john_export.json; sourceTree = ""; }; 85942EE329ACF54A00307621 /* ScrollableView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ScrollableView.swift; sourceTree = ""; }; 85942EE829AD51A100307621 /* Ribbon.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Ribbon.swift; sourceTree = ""; }; 85942EEA29AD55A400307621 /* RibbonRequest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RibbonRequest.swift; sourceTree = ""; }; 85942EEC29AEA04200307621 /* SelectedRibbon.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SelectedRibbon.swift; sourceTree = ""; }; 85942EEE29AEA18300307621 /* SelectedRibbonRequest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SelectedRibbonRequest.swift; sourceTree = ""; }; + 85942EF429B108C600307621 /* Seg.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Seg.swift; sourceTree = ""; }; + 85942EF629B108EA00307621 /* SegDenormRequest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SegDenormRequest.swift; sourceTree = ""; }; + 85942EF829B1150B00307621 /* SegDenorm.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SegDenorm.swift; sourceTree = ""; }; + 85942EFC29B11C0A00307621 /* john_export.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = john_export.json; sourceTree = ""; }; + 85942EFD29B11C0B00307621 /* mark_export.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = mark_export.json; sourceTree = ""; }; 85F01DF72978787800F317B4 /* AveriaSerifLibre-Regular.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "AveriaSerifLibre-Regular.ttf"; sourceTree = ""; }; 85F01DFA2978790400F317B4 /* xe-Dogma-Bold.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "xe-Dogma-Bold.ttf"; sourceTree = ""; }; 85F01DFC29787B3500F317B4 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; @@ -87,10 +101,17 @@ 85431A7C2905F4F500EE0760 = { isa = PBXGroup; children = ( + 8528897429B2B86B003F2E16 /* CrownOfThorns.swift */, 85942EEC29AEA04200307621 /* SelectedRibbon.swift */, 85942EEE29AEA18300307621 /* SelectedRibbonRequest.swift */, + 85942EF429B108C600307621 /* Seg.swift */, + 85942EF629B108EA00307621 /* SegDenormRequest.swift */, + 85942EF829B1150B00307621 /* SegDenorm.swift */, 85942EEA29AD55A400307621 /* RibbonRequest.swift */, 85942EE329ACF54A00307621 /* ScrollableView.swift */, + 8528897B29BD69B2003F2E16 /* VisibilityTracker.swift */, + 8528897A29BD69B1003F2E16 /* VisibilityTrackingModifier.swift */, + 8528897929BD69B1003F2E16 /* VisibilityTrackingScrollView.swift */, 8590D96A29A8374B001EF84F /* json */, 8514D5BA299EF2EC0054F185 /* db */, 85F01DF9297878B400F317B4 /* fonts */, @@ -112,7 +133,6 @@ isa = PBXGroup; children = ( 8590D96B29A92146001EF84F /* JsonImport.swift */, - 8590D96D29A927CF001EF84F /* Seg.swift */, 85F01DFD297A4EEA00F317B4 /* gloss.entitlements */, 85F01DFC29787B3500F317B4 /* Info.plist */, 8590D96629A183EE001EF84F /* AppDatabase.swift */, @@ -141,7 +161,8 @@ 8590D96A29A8374B001EF84F /* json */ = { isa = PBXGroup; children = ( - 8590D97129A9366C001EF84F /* john_export.json */, + 85942EFC29B11C0A00307621 /* john_export.json */, + 85942EFD29B11C0B00307621 /* mark_export.json */, ); path = json; sourceTree = ""; @@ -236,7 +257,8 @@ 85F01DFB2978790400F317B4 /* xe-Dogma-Bold.ttf in Resources */, 85F01DF82978787800F317B4 /* AveriaSerifLibre-Regular.ttf in Resources */, 8514D5BC299EFB780054F185 /* store.db in Resources */, - 8590D97229A9366C001EF84F /* john_export.json in Resources */, + 85942EFF29B11C0B00307621 /* mark_export.json in Resources */, + 85942EFE29B11C0B00307621 /* john_export.json in Resources */, 85431A8D2905F4F600EE0760 /* Assets.xcassets in Resources */, ); runOnlyForDeploymentPostprocessing = 0; @@ -251,17 +273,23 @@ 85431A922905F4F600EE0760 /* Persistence.swift in Sources */, 85942EEB29AD55A400307621 /* RibbonRequest.swift in Sources */, 85431A8B2905F4F500EE0760 /* ContentView.swift in Sources */, + 85942EF529B108C600307621 /* Seg.swift in Sources */, + 8528897529B2B86B003F2E16 /* CrownOfThorns.swift in Sources */, 85431A952905F4F600EE0760 /* gloss.xcdatamodeld in Sources */, 85942EE929AD51A100307621 /* Ribbon.swift in Sources */, 8590D96729A183EE001EF84F /* AppDatabase.swift in Sources */, 8590D96929A18A6D001EF84F /* LineRequest.swift in Sources */, - 8590D96E29A927CF001EF84F /* Seg.swift in Sources */, 852774C129A150B100458CA7 /* Line.swift in Sources */, 85942EEF29AEA18300307621 /* SelectedRibbonRequest.swift in Sources */, 8590D96C29A92146001EF84F /* JsonImport.swift in Sources */, 85942EED29AEA04200307621 /* SelectedRibbon.swift in Sources */, 85431A892905F4F500EE0760 /* glossApp.swift in Sources */, + 8528897C29BD69B2003F2E16 /* VisibilityTrackingScrollView.swift in Sources */, + 85942EF929B1150B00307621 /* SegDenorm.swift in Sources */, 85431A9C2905F5D800EE0760 /* SwiftUIView.swift in Sources */, + 8528897E29BD69B2003F2E16 /* VisibilityTracker.swift in Sources */, + 85942EF729B108EA00307621 /* SegDenormRequest.swift in Sources */, + 8528897D29BD69B2003F2E16 /* VisibilityTrackingModifier.swift in Sources */, 85942EE429ACF54A00307621 /* ScrollableView.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; diff --git a/gloss.xcodeproj/project.xcworkspace/xcuserdata/saint.xcuserdatad/UserInterfaceState.xcuserstate b/gloss.xcodeproj/project.xcworkspace/xcuserdata/saint.xcuserdatad/UserInterfaceState.xcuserstate index d5ed6d7..fc7337e 100644 Binary files a/gloss.xcodeproj/project.xcworkspace/xcuserdata/saint.xcuserdatad/UserInterfaceState.xcuserstate and b/gloss.xcodeproj/project.xcworkspace/xcuserdata/saint.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/gloss/AppDatabase.swift b/gloss/AppDatabase.swift index d80da70..b4d77e3 100644 --- a/gloss/AppDatabase.swift +++ b/gloss/AppDatabase.swift @@ -43,6 +43,13 @@ struct AppDatabase { t.column("verse", .integer) } + try db.create(table: "Seg") { t in + t.autoIncrementedPrimaryKey("id") + t.column("seg_id", .integer).notNull() + t.column("line_id", .integer).notNull() + t.column("book", .text).notNull() + } + try db.create(table: "Ribbon") { t in t.autoIncrementedPrimaryKey("id") t.column("book", .text).notNull() @@ -53,6 +60,11 @@ struct AppDatabase { t.autoIncrementedPrimaryKey("id") t.column("ribbonId", .integer).notNull() } + + try db.create(table: "foo2") { t in + t.autoIncrementedPrimaryKey("id") + t.column("ribbonId", .integer).notNull() + } } @@ -117,17 +129,32 @@ extension AppDatabase { let imports : JsonImport = load("john_export.json") + try dbWriter.write { db in + +// try db.execute(sql: "DELETE FROM Line") +// try db.execute(sql: "DELETE FROM Seg") +// try db.execute(sql: "DELETE FROM Ribbon") +// try db.execute(sql: "DELETE FROM SelectedRibbon") + if try Line.all().isEmpty(db) { for l in imports.lines { print("here") print(l.body) _ = try l.inserted(db) } + + for l in imports.segs { + print("here SEGS") + print(l.seg_id) + _ = try l.inserted(db) + } + // print("cat") // try createRandomLines(db) - _ = try Ribbon(id: nil, book: "bible.john", scrollOffset: 0).inserted(db) - _ = try Ribbon(id: nil, book: "bible.john", scrollOffset: 2000).inserted(db) + + _ = try Ribbon(id: 1, book: "bible.john", scrollOffset: 0).inserted(db) + _ = try Ribbon(id: 2, book: "bible.john", scrollOffset: 2000).inserted(db) _ = try SelectedRibbon(id: 1, ribbonId: 1).inserted(db) } } @@ -151,12 +178,6 @@ extension AppDatabase { // } // } -// /// Support for `createRandomLinesIfEmpty()` and `refreshLines()`. - private func createRandomLines(_ db: Database) throws { - for _ in 0..<500 { - _ = try Line.makeRandom().inserted(db) // insert but ignore inserted id - } - } } // MARK: - Database Access: Reads diff --git a/gloss/ContentView.swift b/gloss/ContentView.swift index df6ca79..1bef370 100644 --- a/gloss/ContentView.swift +++ b/gloss/ContentView.swift @@ -10,6 +10,7 @@ import GRDB import GRDBQuery import Introspect import os + let logger = Logger(subsystem: Bundle.main.bundleIdentifier!, category: "network") // var curBook = "John" @@ -48,12 +49,13 @@ struct SwitchButton : View { var ribbon: Ribbon // var selectedRibbon: SelectedRibbon - @Binding var book : String + // @Binding var book : String + @Binding var scrollDelegate : ScrollViewHandler @Binding var scrollView : UIScrollView? + @Binding var scrollUpdate : Bool @Environment(\.appDatabase) private var appDatabase - @Query(SelectedRibbonRequest()) private var sr: [Ribbon] @State var saveOffset = CGFloat() @@ -66,21 +68,22 @@ struct SwitchButton : View { var selectedRibbon = sr[0] Print("SELECTED RIBBON", selectedRibbon) - var saveScrollOffset = scrollView!.contentOffset.y + var saveScrollOffset = scrollDelegate.scrollOffset var editedRibbon = selectedRibbon - editedRibbon.scrollOffset = Int(saveScrollOffset) - - _ = try await appDatabase.saveRibbon(&editedRibbon) - _ = Print("editedRibbon", editedRibbon) - _ = Print("ribbon", ribbon) Print("ribbon offset saved") + + scrollUpdate = true if (selectedRibbon.id != ribbon.id!) { Print("switching") - book = ribbon.book - scrollView!.contentOffset.y = CGFloat(ribbon.scrollOffset) + // book = ribbon.book + Print("applying offset", CGFloat(ribbon.scrollOffset)) + // scrollOffset = CGFloat(ribbon.scrollOffset) + // scrollDelegate.scrollOffset = CGFloat(ribbon.scrollOffset) + scrollDelegate.scrollOffset = CGFloat(ribbon.scrollOffset) + // scrollView!.contentOffset.y = CGFloat(ribbon.scrollOffset) // scrollOffset = CGFloat(1500) var updateSelectRibbon = SelectedRibbon(id: Int64(1), ribbonId: ribbon.id!) Print("Savingg") @@ -92,6 +95,13 @@ struct SwitchButton : View { } } + editedRibbon.scrollOffset = Int(saveScrollOffset) + + _ = try await appDatabase.saveRibbon(&editedRibbon) + _ = Print("editedRibbon", editedRibbon) + _ = Print("ribbon", ribbon) + + } } @@ -103,17 +113,127 @@ struct SwitchButton : View { class ScrollViewHandler: NSObject { + public var scrollOffset = CGFloat(10) } extension ScrollViewHandler: UIScrollViewDelegate { func scrollViewDidScroll(_ scrollView: UIScrollView) { - print("delegate", scrollView.contentOffset.y) + scrollOffset = CGFloat(scrollView.contentOffset.y) + // print("delegate", scrollView.contentOffset.y) + // print("delegate prop", self.scrollOffset) } } +class Verse: NSObject, Codable { + var body: String + var verse: Int +} + +func makeVerseView(seg: SegDenorm) -> some View { + var retView = Text("") + var segSplit = seg.body.components(separatedBy: ";;") + // Text(segSplit[0].body) + // .id(seg.id) + // VStack { + // ForEach(segSplit.indices) { i in + let decoder = JSONDecoder() + segSplit.enumerated().forEach({ (index, item) in + let verse = try! decoder.decode(Verse.self, from: item.data(using: .utf8)!) + + retView = retView + Text(String(verse.verse)) + // Text(seg.body) + // .contentShape(Rectangle()) + .font(Font.custom("AveriaSerifLibre-Regular", size: 20)) + .baselineOffset(6.0) + .foregroundColor(Color.white) + + retView = retView + Text(verse.body) + // .frame(maxWidth: .infinity, alignment: .leading) + // .contentShape(Rectangle()) + .foregroundColor(Color.white) + .font(Font.custom("AveriaSerifLibre-Regular", size: 30)) + // .listRowBackground(Color(red: 0.2, green: 0.8, blue: 0.2)) + // .listRowInsets(EdgeInsets()) + // .padding(EdgeInsets(top: 10, leading: 20, bottom: 40, trailing: 20)) + // .listRowSeparator(.hidden) + // .id(String(seg.id) + "body" + String(i)) + // .id(seg.id) + //.onTapGesture { + // selectedLine = seg.id + // //Print(selectedLine) + //} + + // .listRowBackground(Color(red: 0.2, green: 0.8, blue: 0.2)) + // .listRowInsets(EdgeInsets()) + // .padding(EdgeInsets(top: 10, leading: 20, bottom: 40, trailing: 20)) + // .listRowSeparator(.hidden) + // .id(String(seg.id) + "verse" + String(i)) + // .id(seg.id) + //.onTapGesture { + // selectedLine = seg.id + // //Print(selectedLine) + //} + }) + // } + return retView +} + +private struct SegRow: View { + var seg: SegDenorm + + var body: some View { + // makeVerseView(seg: seg) + var retView = Text("") + var segSplit = seg.body.components(separatedBy: ";;") + let decoder = JSONDecoder() + // Text(segSplit[0].body) + // .id(seg.id) + // VStack { + // ForEach(segSplit.indices) { i in + segSplit.enumerated().forEach({ (index, item) in + let verse = try! decoder.decode(Verse.self, from: item.data(using: .utf8)!) + + retView = retView + Text(String(verse.verse)) + // Text(seg.body) + // .contentShape(Rectangle()) + .font(Font.custom("AveriaSerifLibre-Regular", size: 20)) + .baselineOffset(6.0) + .foregroundColor(Color.white) + + retView = retView + Text(verse.body) + // .frame(maxWidth: .infinity, alignment: .leading) + // .contentShape(Rectangle()) + .foregroundColor(Color.white) + .font(Font.custom("AveriaSerifLibre-Regular", size: 30)) + // .listRowBackground(Color(red: 0.2, green: 0.8, blue: 0.2)) + // .listRowInsets(EdgeInsets()) + // .padding(EdgeInsets(top: 10, leading: 20, bottom: 40, trailing: 20)) + // .listRowSeparator(.hidden) + // .id(String(seg.id) + "body" + String(i)) + // .id(seg.id) + //.onTapGesture { + // selectedLine = seg.id + // //Print(selectedLine) + //} + + // .listRowBackground(Color(red: 0.2, green: 0.8, blue: 0.2)) + // .listRowInsets(EdgeInsets()) + // .padding(EdgeInsets(top: 10, leading: 20, bottom: 40, trailing: 20)) + // .listRowSeparator(.hidden) + // .id(String(seg.id) + "verse" + String(i)) + // .id(seg.id) + //.onTapGesture { + // selectedLine = seg.id + // //Print(selectedLine) + //} + }) + // } + return retView + } +} struct ContentView: View { @@ -126,9 +246,13 @@ struct ContentView: View { @State var scrollOffset = CGFloat() @State var thisScrollView : UIScrollView? + @State var scrollUpdate = false @State var initLoad = false - var scrollDelegate = ScrollViewHandler() + @Query(SegDenormRequest(book: "bible.mark")) private var segs: [SegDenorm] + + @State var scrollDelegate: ScrollViewHandler + // @State var scrollDelegate = ScrollViewHandler() // @State var selectedRibbon: Ribbon!, // @State var selectedRibbon: Ribbon! @@ -141,95 +265,136 @@ struct ContentView: View { @State var endedDrag = true @State var readOffset = CGPoint() + + @State var refresh: Bool = false - @Query(LineRequest(ordering: .byScore, book: "bible.john")) private var lines: [Line] - @Query(RibbonRequest()) private var ribbons: [Ribbon] - // @Query*RibbonRequest> private var selectedRibbon: [Ribbon] - // @Query(RibbonRequest(id: Int64(UserDefaults.standard.optionalInt(forKey: "lastRibbonId") ?? 1))) private var selectedRibbon: [Ribbon] init() { UITableView.appearance().backgroundColor = UIColor(Color(red: 0.2, green: 0.2, blue: 0.2)) // _selectedRibbon = Query(RibbonRequest(id: Int64(UserDefaults.standard.optionalInt(forKey: "lastRibbonId") ?? 1))) + self._scrollDelegate = State(initialValue: ScrollViewHandler()) + Print("initalizing") } var body: some View { + Print("rendering") + GeometryReader { geometry in ZStack{ VStack{ - Text("cat" + String(selectedRibbon[0].id!)) + + VStack{ + + // // Star(corners: 6, smoothness: 0.85, initAngle:-CGFloat.pi / 4) + // .fill(.blue) + // .frame(width: 200, height: 200) + // .background(Color.gray.opacity(0.0)) + + // Star(corners: 6, smoothness: 0.85, initAngle:-CGFloat.pi / 2) + // .fill(.blue) + // .frame(width: 200, height: 200) + // .background(Color.gray.opacity(0.0)) + + // MyCustomShape().frame(width: 10, height: 10) + + + } + + + Text("MRK") + .font(Font.custom("AveriaSerifLibre-Regular", size: 20)) + .foregroundColor(Color.white) + .background(Color(red: 0.3, green: 0.3, blue: 0.3)) + .overlay( MyCustomShape().frame(width: 120, height: 100).foregroundColor(.white)) + .frame(width: 120, height: 120) + + + Text("MTW") + .font(Font.custom("AveriaSerifLibre-Regular", size: 20)) + .foregroundColor(Color.white) + .overlay( MyCustomShape().frame(width: 120, height: 100)) + .frame(width: 120, height: 120) + + + + // Text("cat" + String(selectedRibbon[0].id!)) ForEach(ribbons) { ribbon in //ForEach(selectedRibbon) { sr in SwitchButton(ribbon: ribbon, - book: $lines.book, - scrollView:$thisScrollView + scrollDelegate: $scrollDelegate, + scrollView:$thisScrollView, + scrollUpdate:$scrollUpdate ) .buttonStyle(BlueButtonStyle()) //} } } .frame(width: geometry.size.width, height: geometry.size.height, alignment: .topLeading) - .background(Color.red) + .background(Color(red: 0.1, green: 0.1, blue: 0.1)) + + ScrollViewReader { proxy in + + VisibilityTrackingScrollView(action: handleVisibilityChanged) { + // ScrollView { - // VStack (spacing: 0){ - ScrollViewReader { proxy in - //ScrollableView($offset, animationDuration: 0) { - // OffsetObservingScrollView(offset: $readOffset) - ScrollView - { - // List { LazyVStack { - ForEach(lines) { line in - Text(String(line.body)) - .frame(maxWidth: .infinity, alignment: .leading) - .contentShape(Rectangle()) - .font(Font.custom("AveriaSerifLibre-Regular", size: 30)) - .listRowBackground(Color(red: 0.2, green: 0.8, blue: 0.2)) - .foregroundColor(Color.white) - .listRowInsets(EdgeInsets()) + Text(refresh ? "Selected" : "not Selected") + Button("Jump to #8") { + + proxy.scrollTo("5", anchor: .top) + + DispatchQueue.main.async { + scrollOffset = 340 + refresh.toggle() + } + } + ForEach(segs) { seg in + SegRow(seg: seg) + .id("\(seg.id)") + .padding(EdgeInsets(top: 10, leading: 20, bottom: 40, trailing: 20)) - .listRowSeparator(.hidden) - .id(line.id!) - .onTapGesture { - selectedLine = line.id! - //Print(selectedLine) - } + .trackVisibility(id: "\(seg.id)") + + // .onChange(of: geometry.frame(in: .named("scrollView"))) { imageRect in + // Print(imageRect) + // Print(outerProxy) + // if isInView(innerRect: imageRect, isIn: outerProxy) { + // visibleIndex.insert(item) + // } else { + // visibleIndex.remove(item) + // } // } } } .background(Color(red: 0.2, green: 0.2, blue: 0.2)) - //.onChange(of: scrollTo1) { scrollTo in - // // scrollTo1 = 0 - // let target = scrollTo - // //Print("hellosdf") - // //Print("value:", target) - // //Print("value2:", scrollTo) - // proxy.scrollTo(target, anchor: .top) - //} } - .introspectScrollView { scrollView in - //let width = scrollView.contentSize.width - scrollView.frame.width - //Print(scrollView.contentOffset.x) - Print("introspect") - scrollView.delegate = scrollDelegate + .introspectScrollView { scrollView in - if (thisScrollView == nil) { - thisScrollView = scrollView - scrollView.contentOffset.y = CGFloat(selectedRibbon[0].scrollOffset) - } - // scrollView.contentOffset.y = scrollOffset - // if (scrollOffset != scrollView.contentOffset.y) { - // scrollView.contentOffset.y = scrollOffset - // } - } + // Print("introspect") + scrollView.delegate = scrollDelegate + Print("Scroll delegate offset", scrollDelegate.scrollOffset) + + if (scrollOffset != 0) { + Print("GOT THEHREHREH") + + scrollView.contentOffset.y = scrollView.contentOffset.y + scrollOffset + + DispatchQueue.main.async { scrollOffset = 0 } + } + + if (thisScrollView == nil) { + Print("init scroll") + thisScrollView = scrollView + scrollView.contentOffset.y = CGFloat(selectedRibbon[0].scrollOffset) + } + } .listStyle(PlainListStyle()) - - } - // } + } .background(Color(red: 0.2, green: 0.2, blue: 0.2)) .frame(width: geometry.size.width - 50) .offset(x:30 , y:0) @@ -247,7 +412,9 @@ struct ContentView: View { // logger.error("hello222") // NSLog("hellooo") //Print(viewState.width) - viewState.width = gesture.translation.width + if (abs(gesture.translation.width) > 20) { + viewState.width = gesture.translation.width + } //offset.y = gesture.translation.width // logger.log("hello") } @@ -270,22 +437,16 @@ struct ContentView: View { } } } -} - -private struct LineRow: View { - var line: Line - - - - var body: some View { - HStack { - - //Print("Here I am", line.body) - Text(line.body) - Spacer() + func handleVisibilityChanged(_ id: String, change: VisibilityChange, tracker: VisibilityTracker) { + switch change { + case .shown: print("\(id) shown") + case .hidden: print("\(id) hidden") } + print(tracker.visibleViews) } + + } private let itemFormatter: DateFormatter = { @@ -303,8 +464,6 @@ struct ContentView_Previews: PreviewProvider { } } - - extension View { func Print(_ vars: Any...) -> some View { for v in vars { print(v) } diff --git a/gloss/JsonImport.swift b/gloss/JsonImport.swift index 3714954..20d8577 100644 --- a/gloss/JsonImport.swift +++ b/gloss/JsonImport.swift @@ -7,5 +7,5 @@ struct JsonImport: Decodable { var lines : [Line] - // var segs: [Seg] + var segs: [Seg] } diff --git a/gloss/Line.swift b/gloss/Line.swift index a0d703f..5e78c05 100644 --- a/gloss/Line.swift +++ b/gloss/Line.swift @@ -17,16 +17,6 @@ struct Line: Identifiable, Equatable { } extension Line { - private static let names = [ - "Arthur", "Anita", "Barbara", "Bernard", "Craig", "Chiara", "David", - "Dean", "Éric", "Elena", "Fatima", "Frederik", "Gilbert", "Georgette", - "Henriette", "Hassan", "Ignacio", "Irene", "Julie", "Jack", "Karl", - "Kristel", "Louis", "Liz", "Masashi", "Mary", "Noam", "Nicole", - "Ophelie", "Oleg", "Pascal", "Patricia", "Quentin", "Quinn", "Raoul", - "Rachel", "Stephan", "Susie", "Tristan", "Tatiana", "Ursule", "Urbain", - "Victor", "Violette", "Wilfried", "Wilhelmina", "Yvon", "Yann", - "Zazie", "Zoé"] - private static let books = [ "John", "Matthew", "Imitation of Christ"] @@ -36,16 +26,6 @@ extension Line { // Line(id: nil, chap: 1, body: "") // } - // Creates a new player with random name and random score - static func makeRandom() -> Line { - Line(id: nil, chap: randomScore(), verse: 1, body: randomName(), book: randomBook()) - } - - /// Returns a random name - static func randomName() -> String { - names.randomElement()! - } - /// Returns a random score static func randomScore() -> Int { 10 * Int.random(in: 0...100) @@ -113,11 +93,3 @@ extension DerivableRequest { // Line.Columns.name.collating(.localizedCaseInsensitiveCompare)) //} } -// -// Line.swift -// gloss -// -// Created by Saint on 2/18/23. -// - -import Foundation diff --git a/gloss/Seg.swift b/gloss/Seg.swift deleted file mode 100644 index 3d69fd5..0000000 --- a/gloss/Seg.swift +++ /dev/null @@ -1,85 +0,0 @@ -// -// Seg.swift -// gloss -// -// Created by Saint on 2/24/23. -// - -import GRDB -/// The Line struct. -/// -/// Identifiable conformance supports SwiftUI list animations, and type-safe -/// GRDB primary key methods. -/// Equatable conformance supports tests. -struct Seg: Identifiable, Equatable { - /// The player id. - /// - /// Int64 is the recommended type for auto-incremented database ids. - /// Use nil for players that are not inserted yet in the database. - var id: Int64? - var rowids: String - var book: String -} - -extension Seg { -} - -// MARK: - Persistence - -/// Make Line a Codable Record. -/// -/// See -extension Seg: Codable, FetchableRecord, MutablePersistableRecord { - // Define database columns from CodingKeys - fileprivate enum Columns { - static let id = Column(CodingKeys.id) - static let rowids = Column(CodingKeys.rowids) - static let book = Column(CodingKeys.book) - } - - /// Updates a player id after it has been inserted in the database. - mutating func didInsert(_ inserted: InsertionSuccess) { - id = inserted.rowID - } -} - -// MARK: - Line Database Requests - -/// Define some player requests used by the application. -/// -/// See -/// See -extension DerivableRequest { - /// A request of players ordered by name. - /// - /// For example: - /// - /// let players: [Line] = try dbWriter.read { db in - /// try Line.all().orderedByName().fetchAll(db) - /// } - //func orderedByName() -> Self { - // // Sort by name in a localized case insensitive fashion - // // See https://github.com/groue/GRDB.swift/blob/master/README.md#string-comparison - // order(Line.Columns.name.collating(.localizedCaseInsensitiveCompare)) - //} - - ///// A request of players ordered by score. - ///// - ///// For example: - ///// - ///// let players: [Line] = try dbWriter.read { db in - ///// try Line.all().orderedByScore().fetchAll(db) - ///// } - ///// let bestLine: Line? = try dbWriter.read { db in - ///// try Line.all().orderedByScore().fetchOne(db) - ///// } - //func orderedByScore() -> Self { - // // Sort by descending score, and then by name, in a - // // localized case insensitive fashion - // // See https://github.com/groue/GRDB.swift/blob/master/README.md#string-comparison - // order( - // Line.Columns.score.desc, - // Line.Columns.name.collating(.localizedCaseInsensitiveCompare)) - //} -} - diff --git a/json/john_export.json b/json/john_export.json index 8db550f..729b470 100644 --- a/json/john_export.json +++ b/json/john_export.json @@ -1 +1 @@ -{"lines":[{"body":"In the beginning was the Word: and the Word was with God: and the Word was God.","chap":1,"verse":1,"book":"bible.john"},{"body":"The same was in the beginning with God.","chap":1,"verse":2,"book":"bible.john"},{"body":"All things were made by him: and without him was made nothing that was made.","chap":1,"verse":3,"book":"bible.john"},{"body":"In him was life: and the life was the light of men.","chap":1,"verse":4,"book":"bible.john"},{"body":"And the light shineth in darkness: and the darkness did not comprehend it.","chap":1,"verse":5,"book":"bible.john"},{"body":"There was a man sent from God, whose name was John.","chap":1,"verse":6,"book":"bible.john"},{"body":"This man came for a witness, to give testimony of the light, that all men might believe through him.","chap":1,"verse":7,"book":"bible.john"},{"body":"He was not the light, but was to give testimony of the light.","chap":1,"verse":8,"book":"bible.john"},{"body":"That was the true light, which enlighteneth every man that cometh into this world.","chap":1,"verse":9,"book":"bible.john"},{"body":"He was in the world: and the world was made by him: and the world knew him not.","chap":1,"verse":10,"book":"bible.john"},{"body":"He came unto his own: and his own received him not.","chap":1,"verse":11,"book":"bible.john"},{"body":"But as many as received him, he gave them power to be made the sons of God, to them that believe in his name.","chap":1,"verse":12,"book":"bible.john"},{"body":"Who are born, not of blood, nor of the will of the flesh, nor of the will of man, but of God.","chap":1,"verse":13,"book":"bible.john"},{"body":"And the Word was made flesh and dwelt among us (and we saw his glory, the glory as it were of the only begotten of the Father), full of grace and truth.","chap":1,"verse":14,"book":"bible.john"},{"body":"John beareth witness of him and crieth out, saying: This was he of whom I spoke: He that shall come after me is preferred before me: because he was before me.","chap":1,"verse":15,"book":"bible.john"},{"body":"And of his fulness we all have received: and grace for grace.","chap":1,"verse":16,"book":"bible.john"},{"body":"For the law was given by Moses: grace and truth came by Jesus Christ.","chap":1,"verse":17,"book":"bible.john"},{"body":"No man hath seen God at any time: the only begotten Son who is in the Bosom of the Father, he hath declared him.","chap":1,"verse":18,"book":"bible.john"},{"body":"And this is the testimony of John, when the Jews sent from Jerusalem priests and Levites to him, to ask him: Who art thou?","chap":1,"verse":19,"book":"bible.john"},{"body":"And he confessed and did not deny: and he confessed: I am not the Christ.","chap":1,"verse":20,"book":"bible.john"},{"body":"And they asked him: What then? Art thou Elias? And he said: I am not. Art thou the prophet? And he answered: No.","chap":1,"verse":21,"book":"bible.john"},{"body":"They said therefore unto him: Who art thou, that we may give an answer to them that sent us? What sayest thou of thyself?","chap":1,"verse":22,"book":"bible.john"},{"body":"He said: I am the voice of one crying in the wilderness, make straight the way of the Lord, as said the prophet Isaias.","chap":1,"verse":23,"book":"bible.john"},{"body":"And they that were sent were of the Pharisees.","chap":1,"verse":24,"book":"bible.john"},{"body":"And they asked him and said to him: Why then dost thou baptize, if thou be not Christ, nor Elias, nor the prophet?","chap":1,"verse":25,"book":"bible.john"},{"body":"John answered them, saying: I baptize with water: but there hath stood one in the midst of you, whom you know not.","chap":1,"verse":26,"book":"bible.john"},{"body":"The same is he that shall come after me, who is preferred before me: the latchet of whose shoe I am not worthy to loose.","chap":1,"verse":27,"book":"bible.john"},{"body":"These things were done in Bethania, beyond the Jordan, where John was baptizing.","chap":1,"verse":28,"book":"bible.john"},{"body":"The next day, John saw Jesus coming to him; and he saith: Behold the Lamb of God. Behold him who taketh away the sin of the world.","chap":1,"verse":29,"book":"bible.john"},{"body":"This is he of whom I said: After me there cometh a man, who is preferred before me: because he was before me.","chap":1,"verse":30,"book":"bible.john"},{"body":"And I knew him not: but that he may be made manifest in Israel, therefore am I come baptizing with water.","chap":1,"verse":31,"book":"bible.john"},{"body":"And John gave testimony, saying: I saw the Spirit coming down, as a dove from heaven; and he remained upon him.","chap":1,"verse":32,"book":"bible.john"},{"body":"And I knew him not: but he who sent me to baptize with water said to me: He upon whom thou shalt see the Spirit descending and remaining upon him, he it is that baptizeth with the Holy Ghost.","chap":1,"verse":33,"book":"bible.john"},{"body":"And I saw: and I gave testimony that this is the Son of God.","chap":1,"verse":34,"book":"bible.john"},{"body":"The next day again John stood and two of his disciples.","chap":1,"verse":35,"book":"bible.john"},{"body":"And beholding Jesus walking, he saith: Behold the Lamb of God.","chap":1,"verse":36,"book":"bible.john"},{"body":"And the two disciples heard him speak: and they followed Jesus.","chap":1,"verse":37,"book":"bible.john"},{"body":"And Jesus turning and seeing them following him, saith to them: What seek you? Who said to him: Rabbi (which is to say, being interpreted, Master), where dwellest thou?","chap":1,"verse":38,"book":"bible.john"},{"body":"He saith to them: Come and see. They came and saw where he abode: and they stayed with him that day. Now it was about the tenth hour.","chap":1,"verse":39,"book":"bible.john"},{"body":"And Andrew, the brother of Simon Peter, was one of the two who had heard of John and followed him.","chap":1,"verse":40,"book":"bible.john"},{"body":"He findeth first his brother Simon and saith to him: We have found the Messias, which is, being interpreted, the Christ.","chap":1,"verse":41,"book":"bible.john"},{"body":"And he brought him to Jesus. And Jesus looking upon him, said: Thou art Simon the son of Jona. Thou shalt be called Cephas, which is interpreted Peter.","chap":1,"verse":42,"book":"bible.john"},{"body":"On the following day, he would go forth into Galilee: and he findeth Philip, And Jesus saith to him: follow me.","chap":1,"verse":43,"book":"bible.john"},{"body":"Now Philip was of Bethsaida, the city of Andrew and Peter.","chap":1,"verse":44,"book":"bible.john"},{"body":"Philip findeth Nathanael and saith to him: We have found him of whom Moses, in the law and the prophets did write, Jesus the son of Joseph of Nazareth.","chap":1,"verse":45,"book":"bible.john"},{"body":"And Nathanael said to him: Can any thing of good come from Nazareth? Philip saith to him: Come and see.","chap":1,"verse":46,"book":"bible.john"},{"body":"Jesus saw Nathanael coming to him and he saith of him: Behold an Israelite indeed, in whom there is no guile.","chap":1,"verse":47,"book":"bible.john"},{"body":"Nathanael saith to him: Whence knowest thou me? Jesus answered and said to him: Before that Philip called thee, when thou wast under the fig tree, I saw thee.","chap":1,"verse":48,"book":"bible.john"},{"body":"Nathanael answered him and said: Rabbi: Thou art the Son of God. Thou art the King of Israel.","chap":1,"verse":49,"book":"bible.john"},{"body":"Jesus answered and said to him: Because I said unto thee, I saw thee under the fig tree, thou believest: greater things than these shalt thou see.","chap":1,"verse":50,"book":"bible.john"},{"body":"And he saith to him: Amen, amen, I say to you, you shall see the heaven opened and the angels of God ascending and descending upon the Son of man.","chap":1,"verse":51,"book":"bible.john"},{"body":"And the third day, there was a marriage in Cana of Galilee: and the mother of Jesus was there.","chap":2,"verse":1,"book":"bible.john"},{"body":"And Jesus also was invited, and his disciples, to the marriage.","chap":2,"verse":2,"book":"bible.john"},{"body":"And the wine failing, the mother of Jesus saith to him: They have no wine.","chap":2,"verse":3,"book":"bible.john"},{"body":"And Jesus saith to her: Woman, what is that to me and to thee? My hour is not yet come.","chap":2,"verse":4,"book":"bible.john"},{"body":"His mother saith to the waiters: Whatsoever he shall say to you, do ye.","chap":2,"verse":5,"book":"bible.john"},{"body":"Now there were set there six waterpots of stone, according to the manner of the purifying of the Jews, containing two or three measures apiece.","chap":2,"verse":6,"book":"bible.john"},{"body":"Jesus saith to them: Fill the waterpots with water. And they filled them up to the brim.","chap":2,"verse":7,"book":"bible.john"},{"body":"And Jesus saith to them: Draw out now and carry to the chief steward of the feast. And they carried it.","chap":2,"verse":8,"book":"bible.john"},{"body":"And when the chief steward had tasted the water made wine and knew not whence it was, but the waiters knew who had drawn the water: the chief steward calleth the bridegroom,","chap":2,"verse":9,"book":"bible.john"},{"body":"And saith to him: Every man at first setteth forth good wine, and when men have well drunk, then that which is worse. But thou hast kept the good wine until now.","chap":2,"verse":10,"book":"bible.john"},{"body":"This beginning of miracles did Jesus in Cana of Galilee and manifested his glory. And his disciples believed in him.","chap":2,"verse":11,"book":"bible.john"},{"body":"After this, he went down to Capharnaum, he and his mother and his brethren and his disciples: and they remained there not many days.","chap":2,"verse":12,"book":"bible.john"},{"body":"And the pasch of the Jews was at hand: and Jesus went up to Jerusalem.","chap":2,"verse":13,"book":"bible.john"},{"body":"And he found in the temple them that sold oxen and sheep and doves, and the changers of money sitting.","chap":2,"verse":14,"book":"bible.john"},{"body":"And when he had made, as it were, a scourge of little cords, he drove them all out of the temple, the sheep also and the oxen: and the money of the changers he poured out, and the tables he overthrew.","chap":2,"verse":15,"book":"bible.john"},{"body":"And to them that sold doves he said: Take these things hence, and make not the house of my Father a house of traffic.","chap":2,"verse":16,"book":"bible.john"},{"body":"And his disciples remembered, that it was written: The zeal of thy house hath eaten me up.","chap":2,"verse":17,"book":"bible.john"},{"body":"The Jews, therefore, answered, and said to him: What sign dost thou shew unto us, seeing thou dost these things?","chap":2,"verse":18,"book":"bible.john"},{"body":"Jesus answered and said to them: Destroy this temple; and in three days I will raise it up.","chap":2,"verse":19,"book":"bible.john"},{"body":"The Jews then said: Six and forty years was this temple in building; and wilt thou raise it up in three days?","chap":2,"verse":20,"book":"bible.john"},{"body":"But he spoke of the temple of his body.","chap":2,"verse":21,"book":"bible.john"},{"body":"When therefore he was risen again from the dead, his disciples remembered that he had said this: and they believed the scripture and the word that Jesus had said.","chap":2,"verse":22,"book":"bible.john"},{"body":"Now when he was at Jerusalem, at the pasch, upon the festival day, many believed in his name, seeing his signs which he did.","chap":2,"verse":23,"book":"bible.john"},{"body":"But Jesus did not trust himself unto them: for that he knew all men,","chap":2,"verse":24,"book":"bible.john"},{"body":"And because he needed not that any should give testimony of man: for he knew what was in man.","chap":2,"verse":25,"book":"bible.john"},{"body":"And there was a man of the Pharisees, named Nicodemus, a ruler of the Jews.","chap":3,"verse":1,"book":"bible.john"},{"body":"This man came to Jesus by night and said to him: Rabbi, we know that thou art come a teacher from God; for no man can do these signs which thou dost, unless God be with him.","chap":3,"verse":2,"book":"bible.john"},{"body":"Jesus answered and said to him: Amen, amen, I say to thee, unless a man be born again, he cannot see the kingdom of God.","chap":3,"verse":3,"book":"bible.john"},{"body":"Nicodemus saith to him: How can a man be born when he is old? Can he enter a second time into his mother's womb and be born again?","chap":3,"verse":4,"book":"bible.john"},{"body":"Jesus answered: Amen, amen, I say to thee, unless a man be born again of water and the Holy Ghost, he cannot enter into the kingdom of God.","chap":3,"verse":5,"book":"bible.john"},{"body":"That which is born of the flesh is flesh: and that which is born of the Spirit is spirit.","chap":3,"verse":6,"book":"bible.john"},{"body":"Wonder not that I said to thee: You must be born again.","chap":3,"verse":7,"book":"bible.john"},{"body":"The Spirit breatheth where he will and thou hearest his voice: but thou knowest not whence he cometh and whither he goeth. So is every one that is born of the Spirit.","chap":3,"verse":8,"book":"bible.john"},{"body":"Nicodemus answered and said to him: How can these things be done?","chap":3,"verse":9,"book":"bible.john"},{"body":"Jesus answered and said to him: Art thou a master in Israel, and knowest not these things?","chap":3,"verse":10,"book":"bible.john"},{"body":"Amen, amen, I say to thee that we speak what we know and we testify what we have seen: and you receive not our testimony.","chap":3,"verse":11,"book":"bible.john"},{"body":"If I have spoken to you earthly things, and you believe not: how will you believe, if I shall speak to you heavenly things?","chap":3,"verse":12,"book":"bible.john"},{"body":"And no man hath ascended into heaven, but he that descended from heaven, the Son of man who is in heaven.","chap":3,"verse":13,"book":"bible.john"},{"body":"And as Moses lifted up the serpent in the desert, so must the Son of man be lifted up:","chap":3,"verse":14,"book":"bible.john"},{"body":"That whosoever believeth in him may not perish, but may have life everlasting.","chap":3,"verse":15,"book":"bible.john"},{"body":"For God so loved the world, as to give his only begotten Son: that whosoever believeth in him may not perish, but may have life everlasting.","chap":3,"verse":16,"book":"bible.john"},{"body":"For God sent not his Son into the world, to judge the world: but that the world may be saved by him.","chap":3,"verse":17,"book":"bible.john"},{"body":"He that believeth in him is not judged. But he that doth not believe is already judged: because he believeth not in the name of the only begotten Son of God.","chap":3,"verse":18,"book":"bible.john"},{"body":"And this is the judgment: Because the light is come into the world and men loved darkness rather than the light: for their works were evil.","chap":3,"verse":19,"book":"bible.john"},{"body":"For every one that doth evil hateth the light and cometh not to the light, that his works may not be reproved.","chap":3,"verse":20,"book":"bible.john"},{"body":"But he that doth truth cometh to the light, that his works may be made manifest: because they are done in God.","chap":3,"verse":21,"book":"bible.john"},{"body":"After these things, Jesus and his disciples came into the land of Judea: and there he abode with them and baptized.","chap":3,"verse":22,"book":"bible.john"},{"body":"And John also was baptizing in Ennon near Salim: because there was much water there. And they came and were baptized.","chap":3,"verse":23,"book":"bible.john"},{"body":"For John was not yet cast into prison.","chap":3,"verse":24,"book":"bible.john"},{"body":"And there arose a question between some of John's disciples and the Jews, concerning purification.","chap":3,"verse":25,"book":"bible.john"},{"body":"And they came to John and said to him: Rabbi, he that was with thee beyond the Jordan, to whom thou gavest testimony: behold, he baptizeth and all men come to him.","chap":3,"verse":26,"book":"bible.john"},{"body":"John answered and said: A man cannot receive any thing, unless it be given him from heaven.","chap":3,"verse":27,"book":"bible.john"},{"body":"You yourselves do bear me witness that I said that I am not Christ, but that I am sent before him.","chap":3,"verse":28,"book":"bible.john"},{"body":"He that hath the bride is the bridegroom: but the friend of the bridegroom, who standeth and heareth Him, rejoiceth with joy because of the bridegroom's voice. This my joy therefore is fulfilled.","chap":3,"verse":29,"book":"bible.john"},{"body":"He must increase: but I must decrease.","chap":3,"verse":30,"book":"bible.john"},{"body":"He that cometh from above is above all. He that is of the earth, of the earth he is, and of the earth he speaketh. He that cometh from heaven is above all.","chap":3,"verse":31,"book":"bible.john"},{"body":"And what he hath seen and heard, that he testifieth: and no man receiveth his testimony.","chap":3,"verse":32,"book":"bible.john"},{"body":"He that hath received his testimony hath set to his seal that God is true.","chap":3,"verse":33,"book":"bible.john"},{"body":"For he whom God hath sent speaketh the words of God: for God doth not give the Spirit by measure.","chap":3,"verse":34,"book":"bible.john"},{"body":"The Father loveth the Son: and he hath given all things into his hand.","chap":3,"verse":35,"book":"bible.john"},{"body":"He that believeth in the Son hath life everlasting: but he that believeth not the Son shall not see life: but the wrath of God abideth on him.","chap":3,"verse":36,"book":"bible.john"},{"body":"When Jesus therefore understood the Pharisees had heard that Jesus maketh more disciples and baptizeth more than John","chap":4,"verse":1,"book":"bible.john"},{"body":"(Though Jesus himself did not baptize, but his disciples),","chap":4,"verse":2,"book":"bible.john"},{"body":"He left Judea and went again into Galilee.","chap":4,"verse":3,"book":"bible.john"},{"body":"And he was of necessity to pass through Samaria.","chap":4,"verse":4,"book":"bible.john"},{"body":"He cometh therefore to a city of Samaria, which is called Sichar, near the land which Jacob gave to his son Joseph.","chap":4,"verse":5,"book":"bible.john"},{"body":"Now Jacob's well was there. Jesus therefore, being wearied with his journey, sat thus on the well. It was about the sixth hour.","chap":4,"verse":6,"book":"bible.john"},{"body":"There cometh a woman of Samaria, to draw water. Jesus saith to her: Give me to drink.","chap":4,"verse":7,"book":"bible.john"},{"body":"For his disciples were gone into the city to buy meats.","chap":4,"verse":8,"book":"bible.john"},{"body":"Then that Samaritan woman saith to him: How dost thou, being a Jew; ask of me to drink, who am a Samaritan woman? For the Jews do not communicate with the Samaritans.","chap":4,"verse":9,"book":"bible.john"},{"body":"Jesus answered and said to her: If thou didst know the gift of God and who he is that saith to thee: Give me to drink; thou perhaps wouldst have asked of him, and he would have given thee living water.","chap":4,"verse":10,"book":"bible.john"},{"body":"The woman saith to him: Sir, thou hast nothing wherein to draw, and the well is deep. From whence then hast thou living water?","chap":4,"verse":11,"book":"bible.john"},{"body":"Art thou greater than our father Jacob, who gave us the well and drank thereof, himself and his children and his cattle?","chap":4,"verse":12,"book":"bible.john"},{"body":"Jesus answered and said to her: Whosoever drinketh of this water shall thirst again: but he that shall drink of the water that I will give him shall not thirst for ever.","chap":4,"verse":13,"book":"bible.john"},{"body":"But the water that I will give him shall become in him a fountain of water, springing up into life everlasting.","chap":4,"verse":14,"book":"bible.john"},{"body":"The woman said to him: Sir, give me this water, that I may not thirst, nor come hither to draw.","chap":4,"verse":15,"book":"bible.john"},{"body":"Jesus saith to her: Go, call thy husband, and come hither.","chap":4,"verse":16,"book":"bible.john"},{"body":"The woman answered and said: I have no husband. Jesus said to her: Thou hast said well: I have no husband.","chap":4,"verse":17,"book":"bible.john"},{"body":"For thou hast had five husbands: and he whom thou now hast is not thy husband. This, thou hast said truly.","chap":4,"verse":18,"book":"bible.john"},{"body":"The woman saith to him: Sir, I perceive that thou art a prophet.","chap":4,"verse":19,"book":"bible.john"},{"body":"Our fathers adored on this mountain: and you say that at Jerusalem is the place where men must adore.","chap":4,"verse":20,"book":"bible.john"},{"body":"Jesus saith to her: Woman, believe me that the hour cometh, when you shall neither on this mountain, nor in Jerusalem, adore the Father.","chap":4,"verse":21,"book":"bible.john"},{"body":"You adore that which you know not: we adore that which we know. For salvation is of the Jews.","chap":4,"verse":22,"book":"bible.john"},{"body":"But the hour cometh and now is, when the true adorers shall adore the Father in spirit and in truth. For the Father also seeketh such to adore him.","chap":4,"verse":23,"book":"bible.john"},{"body":"God is a spirit: and they that adore him must adore him in spirit and in truth.","chap":4,"verse":24,"book":"bible.john"},{"body":"The woman saith to him: I know that the Messias cometh (who is called Christ): therefore, when he is come, he will tell us all things.","chap":4,"verse":25,"book":"bible.john"},{"body":"Jesus saith to her: I am he, who am speaking with thee.","chap":4,"verse":26,"book":"bible.john"},{"body":"And immediately his disciples came. And they wondered that he talked with the woman. Yet no man said: What seekest thou? Or: Why talkest thou with her?","chap":4,"verse":27,"book":"bible.john"},{"body":"The woman therefore left her waterpot and went her way into the city and saith to the men there:","chap":4,"verse":28,"book":"bible.john"},{"body":"Come, and see a man who has told me all things whatsoever I have done. Is not he the Christ?","chap":4,"verse":29,"book":"bible.john"},{"body":"They went therefore out of the city and came unto him.","chap":4,"verse":30,"book":"bible.john"},{"body":"In the mean time, the disciples prayed him, saying: Rabbi, eat.","chap":4,"verse":31,"book":"bible.john"},{"body":"But he said to them: I have meat to eat which you know not.","chap":4,"verse":32,"book":"bible.john"},{"body":"The disciples therefore said one to another: Hath any man brought him to eat?","chap":4,"verse":33,"book":"bible.john"},{"body":"Jesus saith to them: My meat is to do the will of him that sent me, that I may perfect his work.","chap":4,"verse":34,"book":"bible.john"},{"body":"Do not you say: There are yet four months, and then the harvest cometh? Behold, I say to you, lift up your eyes, and see the countries. For they are white already to harvest.","chap":4,"verse":35,"book":"bible.john"},{"body":"And he that reapeth receiveth wages and gathereth fruit unto life everlasting: that both he that soweth and he that reapeth may rejoice together.","chap":4,"verse":36,"book":"bible.john"},{"body":"For in this is the saying true: That it is one man that soweth, and it is another that reapeth.","chap":4,"verse":37,"book":"bible.john"},{"body":"I have sent you to reap that in which you did not labour. Others have laboured: and you have entered into their labours.","chap":4,"verse":38,"book":"bible.john"},{"body":"Now of that city many of the Samaritans believed in him, for the word of the woman giving testimony: He told me all things whatsoever I have done.","chap":4,"verse":39,"book":"bible.john"},{"body":"So when the Samaritans were come to him, they desired that he would tarry there. And he abode there two days.","chap":4,"verse":40,"book":"bible.john"},{"body":"And many more believed in him, because of his own word.","chap":4,"verse":41,"book":"bible.john"},{"body":"And they said to the woman: We now believe, not for thy saying: for we ourselves have heard him and know that this is indeed the Saviour of the world.","chap":4,"verse":42,"book":"bible.john"},{"body":"Now after two days, he departed thence and went into Galilee.","chap":4,"verse":43,"book":"bible.john"},{"body":"For Jesus himself gave testimony that a prophet hath no honour in his own country.","chap":4,"verse":44,"book":"bible.john"},{"body":"And when he was come into Galilee, the Galileans received him, having seen all the things he had done at Jerusalem on the festival day: for they also went to the festival day.","chap":4,"verse":45,"book":"bible.john"},{"body":"He came again therefore into Cana of Galilee, where he made the water wine. And there was a certain ruler, whose son was sick at Capharnaum.","chap":4,"verse":46,"book":"bible.john"},{"body":"He having heard that Jesus was come from Judea into Galilee, sent to him and prayed him to come down and heal his son: for he was at the point of death.","chap":4,"verse":47,"book":"bible.john"},{"body":"Jesus therefore said to him: Unless you see signs and wonders, you believe not.","chap":4,"verse":48,"book":"bible.john"},{"body":"The ruler saith to him: Lord, come down before that my son die.","chap":4,"verse":49,"book":"bible.john"},{"body":"Jesus saith to him: Go thy way. Thy son liveth. The man believed the word which Jesus said to him and went his way.","chap":4,"verse":50,"book":"bible.john"},{"body":"And as he was going down, his servants met him: and they brought word, saying, that his son lived.","chap":4,"verse":51,"book":"bible.john"},{"body":"He asked therefore of them the hour wherein he grew better. And they said to him: Yesterday at the seventh hour, the fever left him.","chap":4,"verse":52,"book":"bible.john"},{"body":"The father therefore knew that it was at the same hour that Jesus said to him: Thy son liveth. And himself believed, and his whole house.","chap":4,"verse":53,"book":"bible.john"},{"body":"This is again the second miracle that Jesus did, when he was come out of Judea. into Galilee.","chap":4,"verse":54,"book":"bible.john"},{"body":"After these things was a festival day of the Jews: and Jesus went up to Jerusalem.","chap":5,"verse":1,"book":"bible.john"},{"body":"Now there is at Jerusalem a pond, called Probatica, which in Hebrew is named Bethsaida, having five porches.","chap":5,"verse":2,"book":"bible.john"},{"body":"In these lay a great multitude of sick, of blind, of lame, of withered: waiting for the moving of the water.","chap":5,"verse":3,"book":"bible.john"},{"body":"And an angel of the Lord descended at certain times into the pond and the water was moved. And he that went down first into the pond after the motion of the water was made whole of whatsoever infirmity he lay under.","chap":5,"verse":4,"book":"bible.john"},{"body":"And there was a certain man there that had been eight and thirty years under his infirmity.","chap":5,"verse":5,"book":"bible.john"},{"body":"Him when Jesus had seen lying, and knew that he had been now a long time, he saith to him: Wilt thou be made whole?","chap":5,"verse":6,"book":"bible.john"},{"body":"The infirm man answered him: Sir, I have no man, when the water is troubled, to put me into the pond. For whilst I am coming, another goeth down before me.","chap":5,"verse":7,"book":"bible.john"},{"body":"Jesus saith to him: Arise, take up thy bed and walk.","chap":5,"verse":8,"book":"bible.john"},{"body":"And immediately the man was made whole: and he took up his bed and walked. And it was the sabbath that day.","chap":5,"verse":9,"book":"bible.john"},{"body":"The Jews therefore said to him that was healed: It is the sabbath. It is not lawful for thee to take up thy bed.","chap":5,"verse":10,"book":"bible.john"},{"body":"He answered them: He that made me whole, he said to me: Take up thy bed and walk.","chap":5,"verse":11,"book":"bible.john"},{"body":"They asked him therefore: Who is that man who said to thee: Take up thy bed and walk?","chap":5,"verse":12,"book":"bible.john"},{"body":"But he who was healed knew not who it was: for Jesus went aside from the multitude standing in the place.","chap":5,"verse":13,"book":"bible.john"},{"body":"Afterwards, Jesus findeth him in the temple and saith to him: Behold thou art made whole: sin no more, lest some worse thing happen to thee.","chap":5,"verse":14,"book":"bible.john"},{"body":"The man went his way and told the Jews that it was Jesus who had made him whole.","chap":5,"verse":15,"book":"bible.john"},{"body":"Therefore did the Jews persecute Jesus, because he did these things on the sabbath.","chap":5,"verse":16,"book":"bible.john"},{"body":"But Jesus answered them: My Father worketh until now; and I work.","chap":5,"verse":17,"book":"bible.john"},{"body":"Hereupon therefore the Jews sought the more to kill him, because he did not only break the sabbath but also said God was his Father, making himself equal to God.","chap":5,"verse":18,"book":"bible.john"},{"body":"Then Jesus answered and said to them: Amen, amen, I say unto you, the Son cannot do any thing of himself, but what he seeth the Father doing: for what things soever he doth, these the Son also doth in like manner.","chap":5,"verse":19,"book":"bible.john"},{"body":"For the Father loveth the Son and sheweth him all things which himself doth: and greater works than these will he shew him, that you may wonder.","chap":5,"verse":20,"book":"bible.john"},{"body":"For as the Father raiseth up the dead and giveth life: so the Son also giveth life to whom he will.","chap":5,"verse":21,"book":"bible.john"},{"body":"For neither does the Father judge any man: but hath given all judgment to the Son.","chap":5,"verse":22,"book":"bible.john"},{"body":"That all men may honour the Son, as they honour the Father. He who honoureth not the Son honoureth not the Father who hath sent him.","chap":5,"verse":23,"book":"bible.john"},{"body":"Amen, amen, I say unto you that he who heareth my word and believeth him that sent me hath life everlasting: and cometh not into judgment, but is passed from death to life.","chap":5,"verse":24,"book":"bible.john"},{"body":"Amen, amen, I say unto you, that the hour cometh, and now is, when the dead shall hear the voice of the Son of God: and they that hear shall live.","chap":5,"verse":25,"book":"bible.john"},{"body":"For as the Father hath life in himself, so he hath given to the Son also to have life in himself.","chap":5,"verse":26,"book":"bible.john"},{"body":"And he hath given him power to do judgment, because he is the Son of man.","chap":5,"verse":27,"book":"bible.john"},{"body":"Wonder not at this: for the hour cometh wherein all that are in the graves shall hear the voice of the Son of God.","chap":5,"verse":28,"book":"bible.john"},{"body":"And they that have done good things shall come forth unto the resurrection of life: but they that have done evil, unto the resurrection of judgment.","chap":5,"verse":29,"book":"bible.john"},{"body":"I cannot of myself do any thing. As I hear, so I judge. And my judgment is just: because I seek not my own will. but the will of him that sent me.","chap":5,"verse":30,"book":"bible.john"},{"body":"If I bear witness of myself, my witness is not true.","chap":5,"verse":31,"book":"bible.john"},{"body":"There is another that beareth witness of me: and I know that the witness which he witnesseth of me is true.","chap":5,"verse":32,"book":"bible.john"},{"body":"You sent to John: and he gave testimony to the truth.","chap":5,"verse":33,"book":"bible.john"},{"body":"But I receive not testimony from man: but I say these things, that you may be saved.","chap":5,"verse":34,"book":"bible.john"},{"body":"He was a burning and a shining light: and you were willing for a time to rejoice in his light.","chap":5,"verse":35,"book":"bible.john"},{"body":"But I have a greater testimony than that of John: for the works which the Father hath given me to perfect, the works themselves which I do, give testimony of me, that the Father hath sent me.","chap":5,"verse":36,"book":"bible.john"},{"body":"And the Father himself who hath sent me hath given testimony of me: neither have you heard his voice at any time, nor seen his shape.","chap":5,"verse":37,"book":"bible.john"},{"body":"And you have not his word abiding in you: for whom he hath sent, him you believe not.","chap":5,"verse":38,"book":"bible.john"},{"body":"Search the scriptures: for you think in them to have life everlasting. And the same are they that give testimony of me.","chap":5,"verse":39,"book":"bible.john"},{"body":"And you will not come to me that you may have life.","chap":5,"verse":40,"book":"bible.john"},{"body":"I receive not glory from men.","chap":5,"verse":41,"book":"bible.john"},{"body":"But I know you, that you have not the love of God in you.","chap":5,"verse":42,"book":"bible.john"},{"body":"I am come in the name of my Father, and you receive me not: if another shall come in his own name, him you will receive.","chap":5,"verse":43,"book":"bible.john"},{"body":"How can you believe, who receive glory one from another: and the glory which is from God alone, you do not seek?","chap":5,"verse":44,"book":"bible.john"},{"body":"Think not that I will accuse you to the Father. There is one that accuseth you, Moses, in whom you trust.","chap":5,"verse":45,"book":"bible.john"},{"body":"For if you did believe Moses, you would perhaps believe me also: for he wrote of me.","chap":5,"verse":46,"book":"bible.john"},{"body":"But if you do not believe his writings, how will you believe my words?","chap":5,"verse":47,"book":"bible.john"},{"body":"After these things Jesus went over the sea of Galilee, which is that of Tiberias.","chap":6,"verse":1,"book":"bible.john"},{"body":"And a great multitude followed him, because they saw the miracles which he did on them that were diseased.","chap":6,"verse":2,"book":"bible.john"},{"body":"Jesus therefore went up into a mountain: and there he sat with his disciples.","chap":6,"verse":3,"book":"bible.john"},{"body":"Now the pasch, the festival day of the Jews, was near at hand.","chap":6,"verse":4,"book":"bible.john"},{"body":"When Jesus therefore had lifted up his eyes and seen that a very great multitude cometh to him, he said to Philip: Whence shall we buy bread, that these may eat?","chap":6,"verse":5,"book":"bible.john"},{"body":"And this he said to try him: for he himself knew what he would do.","chap":6,"verse":6,"book":"bible.john"},{"body":"Philip answered him: Two hundred pennyworth of bread is not sufficient for them that every one may take a little.","chap":6,"verse":7,"book":"bible.john"},{"body":"One of his disciples, Andrew, the brother of Simon Peter, saith to him:","chap":6,"verse":8,"book":"bible.john"},{"body":"There is a boy here that hath five barley loaves and two fishes. But what are these among so many?","chap":6,"verse":9,"book":"bible.john"},{"body":"Then Jesus said: Make the men sit down. Now, there was much grass in the place. The men therefore sat down, in number about five thousand.","chap":6,"verse":10,"book":"bible.john"},{"body":"And Jesus took the loaves: and when he had given thanks, he distributed to them that were set down. In like manner also of the fishes, as much as they would.","chap":6,"verse":11,"book":"bible.john"},{"body":"And when they were filled, he said to his disciples: gather up the fragments that remain, lest they be lost.","chap":6,"verse":12,"book":"bible.john"},{"body":"They gathered up therefore and filled twelve baskets with the fragments of the five barley loaves which remained over and above to them that had eaten.","chap":6,"verse":13,"book":"bible.john"},{"body":"Now those men, when they had seen what a miracle Jesus had done, said: This is of a truth the prophet that is to come into the world.","chap":6,"verse":14,"book":"bible.john"},{"body":"Jesus therefore, when he knew that they would come to take him by force and make him king, fled again into the mountains, himself alone.","chap":6,"verse":15,"book":"bible.john"},{"body":"And when evening was come, his disciples went down to the sea.","chap":6,"verse":16,"book":"bible.john"},{"body":"And when they had gone up into a ship, they went over the sea to Capharnaum. And it was now dark: and Jesus was not come unto them.","chap":6,"verse":17,"book":"bible.john"},{"body":"And the sea arose, by reason of a great wind that blew.","chap":6,"verse":18,"book":"bible.john"},{"body":"When they had rowed therefore about five and twenty or thirty furlongs, they see Jesus walking upon the sea and drawing nigh to the ship. And they were afraid.","chap":6,"verse":19,"book":"bible.john"},{"body":"But he saith to them: It is I. Be not afraid.","chap":6,"verse":20,"book":"bible.john"},{"body":"They were willing therefore to take him into the ship. And presently the ship was at the land to which they were going.","chap":6,"verse":21,"book":"bible.john"},{"body":"The next day, the multitude that stood on the other side of the sea saw that there was no other ship there but one: and that Jesus had not entered into the ship with his disciples, but that his disciples were gone away alone.","chap":6,"verse":22,"book":"bible.john"},{"body":"But other ships came in from Tiberias, nigh unto the place where they had eaten the bread, the Lord giving thanks.","chap":6,"verse":23,"book":"bible.john"},{"body":"When therefore the multitude saw that Jesus was not there, nor his disciples, they took shipping and came to Capharnaum, seeking for Jesus.","chap":6,"verse":24,"book":"bible.john"},{"body":"And when they had found him on that other side of the sea, they said to him: Rabbi, when camest thou hither?","chap":6,"verse":25,"book":"bible.john"},{"body":"Jesus answered them and said: Amen, amen, I say to you, you seek me, not because you have seen miracles, but because you did eat of the loaves and were filled.","chap":6,"verse":26,"book":"bible.john"},{"body":"Labour not for the meat which perisheth, but for that which endureth unto life everlasting, which the Son of man will give you. For him hath God, the Father, sealed.","chap":6,"verse":27,"book":"bible.john"},{"body":"They said therefore unto him: What shall we do, that we may work the works of God?","chap":6,"verse":28,"book":"bible.john"},{"body":"Jesus answered and said to them: This is the work of God, that you believe in him whom he hath sent.","chap":6,"verse":29,"book":"bible.john"},{"body":"They said therefore to him: What sign therefore dost thou shew that we may see and may believe thee? What dost thou work?","chap":6,"verse":30,"book":"bible.john"},{"body":"Our fathers did eat manna in the desert, as it is written: He gave them bread from heaven to eat.","chap":6,"verse":31,"book":"bible.john"},{"body":"Then Jesus said to them: Amen, amen, I say to you; Moses gave you not bread from heaven, but my Father giveth you the true bread from heaven.","chap":6,"verse":32,"book":"bible.john"},{"body":"For the bread of God is that which cometh down from heaven and giveth life to the world.","chap":6,"verse":33,"book":"bible.john"},{"body":"They said therefore unto him: Lord, give us always this bread.","chap":6,"verse":34,"book":"bible.john"},{"body":"And Jesus said to them: I am the bread of life. He that cometh to me shall not hunger: and he that believeth in me shall never thirst.","chap":6,"verse":35,"book":"bible.john"},{"body":"But I said unto you that you also have seen me, and you believe not.","chap":6,"verse":36,"book":"bible.john"},{"body":"All that the Father giveth to me shall come to me: and him that cometh to me, I will not cast out.","chap":6,"verse":37,"book":"bible.john"},{"body":"Because I came down from heaven, not to do my own will but the will of him that sent me.","chap":6,"verse":38,"book":"bible.john"},{"body":"Now this is the will of the Father who sent me: that of all that he hath given me, I should lose nothing; but should raise it up again in the last day.","chap":6,"verse":39,"book":"bible.john"},{"body":"And this is the will of my Father that sent me: that every one who seeth the Son and believeth in him may have life everlasting. And I will raise him up in the last day.","chap":6,"verse":40,"book":"bible.john"},{"body":"The Jews therefore murmured at him, because he had said: I am the living bread which came down from heaven.","chap":6,"verse":41,"book":"bible.john"},{"body":"And they said: Is not this Jesus, the son of Joseph, whose father and mother we know? How then saith he: I came down from heaven?","chap":6,"verse":42,"book":"bible.john"},{"body":"Jesus therefore answered and said to them: Murmur not among yourselves.","chap":6,"verse":43,"book":"bible.john"},{"body":"No man can come to me, except the Father, who hath sent me, draw him. And I will raise him up in the last day.","chap":6,"verse":44,"book":"bible.john"},{"body":"It is written in the prophets: And they shall all be taught of God. Every one that hath heard of the Father and hath learned cometh forth me.","chap":6,"verse":45,"book":"bible.john"},{"body":"Not that any man hath seen the Father: but he who is of God, he hath seen the Father.","chap":6,"verse":46,"book":"bible.john"},{"body":"Amen, amen, I say unto you: He that believeth in me hath everlasting life.","chap":6,"verse":47,"book":"bible.john"},{"body":"I am the bread of life.","chap":6,"verse":48,"book":"bible.john"},{"body":"Your fathers did eat manna in the desert: and are dead.","chap":6,"verse":49,"book":"bible.john"},{"body":"This is the bread which cometh down from heaven: that if any man eat of it, he may not die.","chap":6,"verse":50,"book":"bible.john"},{"body":"I am the living bread which came down from heaven.","chap":6,"verse":51,"book":"bible.john"},{"body":"If any man eat of this bread, he shall live for ever: and the bread that I will give is my flesh, for the life of the world.","chap":6,"verse":52,"book":"bible.john"},{"body":"The Jews therefore strove among themselves, saying: How can this man give us his flesh to eat?","chap":6,"verse":53,"book":"bible.john"},{"body":"Then Jesus said to them: Amen, amen, I say unto you: except you eat the flesh of the Son of man and drink his blood, you shall not have life in you.","chap":6,"verse":54,"book":"bible.john"},{"body":"He that eateth my flesh and drinketh my blood hath everlasting life: and I will raise him up in the last day.","chap":6,"verse":55,"book":"bible.john"},{"body":"For my flesh is meat indeed: and my blood is drink indeed.","chap":6,"verse":56,"book":"bible.john"},{"body":"He that eateth my flesh and drinketh my blood abideth in me: and I in him.","chap":6,"verse":57,"book":"bible.john"},{"body":"As the living Father hath sent me and I live by the Father: so he that eateth me, the same also shall live by me.","chap":6,"verse":58,"book":"bible.john"},{"body":"This is the bread that came down from heaven. Not as your fathers did eat manna and are dead. He that eateth this bread shall live for ever.","chap":6,"verse":59,"book":"bible.john"},{"body":"These things he said, teaching in the synagogue, in Capharnaum.","chap":6,"verse":60,"book":"bible.john"},{"body":"Many therefore of his disciples, hearing it, said: This saying is hard; and who can hear it?","chap":6,"verse":61,"book":"bible.john"},{"body":"But Jesus, knowing in himself that his disciples murmured at this, said to them: Doth this scandalize you?","chap":6,"verse":62,"book":"bible.john"},{"body":"If then you shall see the Son of man ascend up where he was before?","chap":6,"verse":63,"book":"bible.john"},{"body":"It is the spirit that quickeneth: the flesh profiteth nothing. The words that I have spoken to you are spirit and life.","chap":6,"verse":64,"book":"bible.john"},{"body":"But there are some of you that believe not. For Jesus knew from the beginning who they were that did not believe and who he was that would betray him.","chap":6,"verse":65,"book":"bible.john"},{"body":"And he said: Therefore did I say to you that no man can come to me, unless it be given him by my Father.","chap":6,"verse":66,"book":"bible.john"},{"body":"After this, many of his disciples went back and walked no more with him.","chap":6,"verse":67,"book":"bible.john"},{"body":"Then Jesus said to the twelve: Will you also go away?","chap":6,"verse":68,"book":"bible.john"},{"body":"And Simon Peter answered him: Lord, to whom shall we go? Thou hast the words of eternal life.","chap":6,"verse":69,"book":"bible.john"},{"body":"And we have believed and have known that thou art the Christ, the Son of God.","chap":6,"verse":70,"book":"bible.john"},{"body":"Jesus answered them: Have not I chosen you twelve? And one of you is a devil.","chap":6,"verse":71,"book":"bible.john"},{"body":"Now he meant Judas Iscariot, the son of Simon: for this same was about to betray him, whereas he was one of the twelve.","chap":6,"verse":72,"book":"bible.john"},{"body":"After these things, Jesus walked in Galilee: for he would not walk in Judea, because the Jews sought to kill him.","chap":7,"verse":1,"book":"bible.john"},{"body":"Now the Jews feast of tabernacles was at hand.","chap":7,"verse":2,"book":"bible.john"},{"body":"And his brethren said to, him: Pass from hence and go into Judea, that thy disciples also may see thy works which thou dost.","chap":7,"verse":3,"book":"bible.john"},{"body":"For there is no man that doth any thing in secret, and he himself seeketh to be known openly. If thou do these things, manifest thyself to the world.","chap":7,"verse":4,"book":"bible.john"},{"body":"For neither did his brethren believe in him.","chap":7,"verse":5,"book":"bible.john"},{"body":"Then Jesus said to them: My time is not yet come; but your time is always ready.","chap":7,"verse":6,"book":"bible.john"},{"body":"The world cannot hate you: but me it hateth, because I give testimony of it, that the works thereof are evil,","chap":7,"verse":7,"book":"bible.john"},{"body":"Go you up to this festival day: but I go not up to this festival day, because my time is not accomplished.","chap":7,"verse":8,"book":"bible.john"},{"body":"When he had said these things, he himself stayed in Galilee.","chap":7,"verse":9,"book":"bible.john"},{"body":"But after his brethren were gone up, then he also went up to the feast, not openly, but, as it were, in secret.","chap":7,"verse":10,"book":"bible.john"},{"body":"The Jews therefore sought him on the festival day and said: Where is he?","chap":7,"verse":11,"book":"bible.john"},{"body":"And there was much murmuring among the multitude concerning him. For some said: He is a good man. And others said: No, but he seduceth the people.","chap":7,"verse":12,"book":"bible.john"},{"body":"Yet no man spoke openly of him, for fear of the Jews.","chap":7,"verse":13,"book":"bible.john"},{"body":"Now, about the midst of the feast, Jesus went up into the temple and taught.","chap":7,"verse":14,"book":"bible.john"},{"body":"And the Jews wondered, saying: How doth this man know letters, having never learned?","chap":7,"verse":15,"book":"bible.john"},{"body":"Jesus answered them and said: My doctrine is not mine, but his that sent me.","chap":7,"verse":16,"book":"bible.john"},{"body":"If any man will do the will of him, he shall know of the doctrine, whether it be of God, or whether I speak of myself.","chap":7,"verse":17,"book":"bible.john"},{"body":"He that speaketh of himself seeketh his own glory: but he that seeketh the glory of him that sent him, he is true and there is no injustice in him.","chap":7,"verse":18,"book":"bible.john"},{"body":"Did not Moses give you the law, and yet none of you keepeth the law?","chap":7,"verse":19,"book":"bible.john"},{"body":"Why seek you to kill me? The multitude answered and said: Thou hast a devil. Who seeketh to kill thee?","chap":7,"verse":20,"book":"bible.john"},{"body":"Jesus answered and said to them: One work I have done: and you all wonder.","chap":7,"verse":21,"book":"bible.john"},{"body":"Therefore, Moses gave you circumcision (not because it is of Moses, but of the fathers): and on the sabbath day you circumcise a man.","chap":7,"verse":22,"book":"bible.john"},{"body":"If a man receive circumcision on the sabbath day, that the law of Moses may not be broken: are you angry at me, because I have healed the whole man on the sabbath day?","chap":7,"verse":23,"book":"bible.john"},{"body":"Judge not according to the appearance: but judge just judgment.","chap":7,"verse":24,"book":"bible.john"},{"body":"Some therefore of Jerusalem said: Is not this he whom they seek to kill?","chap":7,"verse":25,"book":"bible.john"},{"body":"And behold, he speaketh openly: and they say nothing to him. Have the rulers known for a truth that this is the Christ?","chap":7,"verse":26,"book":"bible.john"},{"body":"But we know this man, whence he is: but when the Christ cometh, no man knoweth, whence he is.","chap":7,"verse":27,"book":"bible.john"},{"body":"Jesus therefore cried out in the temple, teaching and saying: You both know me, and you know whence I am. And I am not come of myself: but he that sent me is true, whom you know not.","chap":7,"verse":28,"book":"bible.john"},{"body":"I know him, because I am from him: and he hath sent me.","chap":7,"verse":29,"book":"bible.john"},{"body":"They sought therefore to apprehend him: and no man laid hands on him, because his hour was not yet come.","chap":7,"verse":30,"book":"bible.john"},{"body":"But of the people many believed in him and said: When the Christ cometh, shall he do more miracles than this man doth?","chap":7,"verse":31,"book":"bible.john"},{"body":"The Pharisees heard the people murmuring these things concerning him: and the rulers and Pharisees sent ministers to apprehend him.","chap":7,"verse":32,"book":"bible.john"},{"body":"Jesus therefore said to them: Yet a little while I am with you: and then I go to him that sent me.","chap":7,"verse":33,"book":"bible.john"},{"body":"You shall seek me and shall not find me: and where I am, thither you cannot come.","chap":7,"verse":34,"book":"bible.john"},{"body":"The Jews therefore said among themselves: Whither will he go, that we shall not find him? Will he go unto the dispersed among the Gentiles and teach the Gentiles?","chap":7,"verse":35,"book":"bible.john"},{"body":"What is this saying that he hath said: You shall seek me and shall not find me? And: Where I am, you cannot come?","chap":7,"verse":36,"book":"bible.john"},{"body":"And on the last, and great day of the festivity, Jesus stood and cried, saying: If any man thirst, let him come to me and drink.","chap":7,"verse":37,"book":"bible.john"},{"body":"He that believeth in me, as the scripture saith: Out of his belly shall flow rivers of living water.","chap":7,"verse":38,"book":"bible.john"},{"body":"Now this he said of the Spirit which they should receive who believed in him: for as yet the Spirit was not given, because Jesus was not yet glorified.","chap":7,"verse":39,"book":"bible.john"},{"body":"Of that multitude therefore, when they had heard these words of his, some said: This is the prophet indeed.","chap":7,"verse":40,"book":"bible.john"},{"body":"Others said: This is the Christ. But some said: Doth the Christ come out of Galilee?","chap":7,"verse":41,"book":"bible.john"},{"body":"Doth not the scripture say: That Christ cometh of the seed of David and from Bethlehem the town where David was?","chap":7,"verse":42,"book":"bible.john"},{"body":"So there arose a dissension among the people because of him.","chap":7,"verse":43,"book":"bible.john"},{"body":"And some of them would have apprehended him: but no man laid hands upon him.","chap":7,"verse":44,"book":"bible.john"},{"body":"The ministers therefore came to the chief priests and the Pharisees. And they said to them: Why have you not brought him?","chap":7,"verse":45,"book":"bible.john"},{"body":"The ministers answered: Never did man speak like this man.","chap":7,"verse":46,"book":"bible.john"},{"body":"The Pharisees therefore answered them: Are you also seduced?","chap":7,"verse":47,"book":"bible.john"},{"body":"Hath any one of the rulers believed in him, or of the Pharisees?","chap":7,"verse":48,"book":"bible.john"},{"body":"But this multitude, that knoweth not the law, are accursed.","chap":7,"verse":49,"book":"bible.john"},{"body":"Nicodemus said to them (he that came to him by night, who was one of them):","chap":7,"verse":50,"book":"bible.john"},{"body":"Doth our law judge any man, unless it first hear him and know what he doth?","chap":7,"verse":51,"book":"bible.john"},{"body":"They answered and said to him: Art thou also a Galilean? Search the scriptures, and see that out of Galilee a prophet riseth not.","chap":7,"verse":52,"book":"bible.john"},{"body":"And every man returned to his own house.","chap":7,"verse":53,"book":"bible.john"},{"body":"And Jesus went unto mount Olivet.","chap":8,"verse":1,"book":"bible.john"},{"body":"And early in the morning he came again into the temple: and all the people came to him. And sitting down he taught them.","chap":8,"verse":2,"book":"bible.john"},{"body":"And the scribes and Pharisees bring unto him a woman taken in adultery: and they set her in the midst,","chap":8,"verse":3,"book":"bible.john"},{"body":"And said to him: Master, this woman was even now taken in adultery.","chap":8,"verse":4,"book":"bible.john"},{"body":"Now Moses in the law commanded us to stone such a one. But what sayest thou?","chap":8,"verse":5,"book":"bible.john"},{"body":"And this they said tempting him, that they might accuse him. But Jesus bowing himself down, wrote with his finger on the ground.","chap":8,"verse":6,"book":"bible.john"},{"body":"When therefore they continued asking him, he lifted up himself and said to them: He that is without sin among you, let him first cast a stone at her.","chap":8,"verse":7,"book":"bible.john"},{"body":"And again stooping down, he wrote on the ground.","chap":8,"verse":8,"book":"bible.john"},{"body":"But they hearing this, went out one by one, beginning at the eldest. And Jesus alone remained, and the woman standing in the midst.","chap":8,"verse":9,"book":"bible.john"},{"body":"Then Jesus lifting up himself, said to her: Woman, where are they that accused thee? Hath no man condemned thee?","chap":8,"verse":10,"book":"bible.john"},{"body":"Who said: No man, Lord. And Jesus said: Neither will I condemn thee. Go, and now sin no more.","chap":8,"verse":11,"book":"bible.john"},{"body":"Again therefore, Jesus spoke to: them, saying: I am the light of the world. He that followeth me walketh not in darkness, but shall have the light of life.","chap":8,"verse":12,"book":"bible.john"},{"body":"The Pharisees therefore said to him: Thou givest testimony of thyself. Thy testimony is not true.","chap":8,"verse":13,"book":"bible.john"},{"body":"Jesus answered and said to them: Although I give testimony of myself, my testimony is true: for I know whence I came and whither I go.","chap":8,"verse":14,"book":"bible.john"},{"body":"You judge according to the flesh: I judge not any man.","chap":8,"verse":15,"book":"bible.john"},{"body":"And if I do judge, my judgment is true: because I am not alone, but I and the Father that sent me.","chap":8,"verse":16,"book":"bible.john"},{"body":"And in your law it is written that the testimony of two men is true.","chap":8,"verse":17,"book":"bible.john"},{"body":"I am one that give testimony of myself: and the Father that sent me giveth testimony of me.","chap":8,"verse":18,"book":"bible.john"},{"body":"They said therefore to him: Where is thy Father? Jesus answered: Neither me do you know, nor my Father. If you did know me, perhaps you would know my Father also.","chap":8,"verse":19,"book":"bible.john"},{"body":"These words Jesus spoke in the treasury, teaching in the temple: and no man laid hands on him, because his hour was not yet come.","chap":8,"verse":20,"book":"bible.john"},{"body":"Again therefore Jesus said to them: I go: and you shall seek me. And you shall die in your sin. Whither I go, you cannot come.","chap":8,"verse":21,"book":"bible.john"},{"body":"The Jews therefore said: Will he kill himself, because he said: Whither I go you cannot come?","chap":8,"verse":22,"book":"bible.john"},{"body":"And he said to them: You are from beneath: I am from above. You are of this world: I am not of this world.","chap":8,"verse":23,"book":"bible.john"},{"body":"Therefore I said to you that you shall die in your sins. For if you believe not that I am he, you shall die in your sin.","chap":8,"verse":24,"book":"bible.john"},{"body":"They said therefore to him: Who art thou? Jesus said to them: The beginning, who also speak unto you.","chap":8,"verse":25,"book":"bible.john"},{"body":"Many things I have to speak and to judge of you. But he that sent me, is true: and the things I have heard of him, these same I speak in the world.","chap":8,"verse":26,"book":"bible.john"},{"body":"And they understood not that he called God his Father.","chap":8,"verse":27,"book":"bible.john"},{"body":"Jesus therefore said to them: When you shall have lifted up, the Son of man, then shall you know that I am he and that I do nothing of myself. But as the Father hath taught me, these things I speak.","chap":8,"verse":28,"book":"bible.john"},{"body":"And he that sent me is with me: and he hath not left me alone. For I do always the things that please him.","chap":8,"verse":29,"book":"bible.john"},{"body":"When he spoke these things, many believed in him.","chap":8,"verse":30,"book":"bible.john"},{"body":"Then Jesus said to those Jews who believed him: If you continue in my word, you shall be my disciples indeed.","chap":8,"verse":31,"book":"bible.john"},{"body":"And you shall know the truth: and the truth shall make you free.","chap":8,"verse":32,"book":"bible.john"},{"body":"They answered him: We are the seed of Abraham: and we have never been slaves to any man. How sayest thou: You shall be free?","chap":8,"verse":33,"book":"bible.john"},{"body":"Jesus answered them: Amen, amen, I say unto you that whosoever committeth sin is the servant of sin.","chap":8,"verse":34,"book":"bible.john"},{"body":"Now the servant abideth not in the house for ever: but the son abideth for ever.","chap":8,"verse":35,"book":"bible.john"},{"body":"If therefore the son shall make you free, you shall be free indeed.","chap":8,"verse":36,"book":"bible.john"},{"body":"I know that you are the children of Abraham: but you seek to kill me, because my word hath no place in you.","chap":8,"verse":37,"book":"bible.john"},{"body":"I speak that which I have seen with my Father: and you do the things that you have seen with your father.","chap":8,"verse":38,"book":"bible.john"},{"body":"They answered and said to him: Abraham is our father. Jesus saith them: If you be the children of Abraham, do the works of Abraham.","chap":8,"verse":39,"book":"bible.john"},{"body":"But now you seek to kill me, a man who have spoken the truth to you, which I have heard of God. This Abraham did not.","chap":8,"verse":40,"book":"bible.john"},{"body":"You do the works of your father. They said therefore to him: We are not born of fornication: we have one Father, even God.","chap":8,"verse":41,"book":"bible.john"},{"body":"Jesus therefore said to them: If God were your Father, you would indeed love me. For from God I proceeded and came. For I came not of myself: but he sent me.","chap":8,"verse":42,"book":"bible.john"},{"body":"Why do you not know my speech? Because you cannot hear my word.","chap":8,"verse":43,"book":"bible.john"},{"body":"You are of your father the devil: and the desires of your father you will do. He was a murderer from the beginning: and he stood not in the truth, because truth is not in him. When he speaketh a lie, he speaketh of his own: for he is a liar, and the father thereof.","chap":8,"verse":44,"book":"bible.john"},{"body":"But if I say the truth, you believe me not.","chap":8,"verse":45,"book":"bible.john"},{"body":"Which of you shall convince me of sin? If I say the truth to you, why do you not believe me:","chap":8,"verse":46,"book":"bible.john"},{"body":"He that is of God heareth the words of God. Therefore you hear them not, because you are not of God.","chap":8,"verse":47,"book":"bible.john"},{"body":"The Jews therefore answered and said to him: Do not we say well that thou art a Samaritan and hast a devil?","chap":8,"verse":48,"book":"bible.john"},{"body":"Jesus answered: I have not a devil: but I honour my Father. And you have dishonoured me.","chap":8,"verse":49,"book":"bible.john"},{"body":"But I seek not my own glory: there is one that seeketh and judgeth.","chap":8,"verse":50,"book":"bible.john"},{"body":"Amen, amen, I say to you: If any man keep my word, he shall not see death for ever.","chap":8,"verse":51,"book":"bible.john"},{"body":"The Jews therefore said: Now we know that thou hast a devil. Abraham is dead, and the prophets: and thou sayest: If any man keep my word, he shall not taste death for ever.","chap":8,"verse":52,"book":"bible.john"},{"body":"Art thou greater than our father Abraham who is dead? And the prophets are dead. Whom dost thou make thyself?","chap":8,"verse":53,"book":"bible.john"},{"body":"Jesus answered: If I glorify myself, my glory is nothing. It is my Father that glorifieth me, of whom you say that he is your God.","chap":8,"verse":54,"book":"bible.john"},{"body":"And you have not known him: but I know him. And if I shall say that I know him not, I shall be like to you, a liar. But I do know him and do keep his word.","chap":8,"verse":55,"book":"bible.john"},{"body":"Abraham your father rejoiced that he might see my day: he saw it and was glad.","chap":8,"verse":56,"book":"bible.john"},{"body":"The Jews therefore said to him: Thou art not yet fifty years old. And hast thou seen Abraham?","chap":8,"verse":57,"book":"bible.john"},{"body":"Jesus said to them: Amen, amen, I say to you, before Abraham was made, I AM.","chap":8,"verse":58,"book":"bible.john"},{"body":"They took up stones therefore to cast at him. But Jesus hid himself and went out of the temple.","chap":8,"verse":59,"book":"bible.john"},{"body":"And Jesus passing by, saw a man who was blind from his birth.","chap":9,"verse":1,"book":"bible.john"},{"body":"And his disciples asked him: Rabbi, who hath sinned, this man or his parents, that he should be born blind?","chap":9,"verse":2,"book":"bible.john"},{"body":"Jesus answered: Neither hath this man sinned, nor his parents; but that the works of God should be made manifest in him.","chap":9,"verse":3,"book":"bible.john"},{"body":"I must work the works of him that sent me, whilst it is day: the night cometh, when no man can work.","chap":9,"verse":4,"book":"bible.john"},{"body":"As long as I am in the world, I am the light of the world.","chap":9,"verse":5,"book":"bible.john"},{"body":"When he had said these things, he spat on the ground and made clay of the spittle and spread the clay upon his eyes,","chap":9,"verse":6,"book":"bible.john"},{"body":"And said to him: Go, wash in the pool of Siloe, which is interpreted, Sent. He went therefore and washed: and he came seeing.","chap":9,"verse":7,"book":"bible.john"},{"body":"The neighbours, therefore, and they who had seen him before that he was a beggar, said: Is not this he that sat and begged? Some said: This is he.","chap":9,"verse":8,"book":"bible.john"},{"body":"But others said: No, but he is like him. But he said: I am he.","chap":9,"verse":9,"book":"bible.john"},{"body":"They said therefore to him: How were thy eyes opened?","chap":9,"verse":10,"book":"bible.john"},{"body":"He answered: That man that is called Jesus made clay and anointed my eyes and said to me: Go to the pool of Siloe and wash. And I went: I washed: and I see.","chap":9,"verse":11,"book":"bible.john"},{"body":"And they said to him: Where is he? He saith: I know not.","chap":9,"verse":12,"book":"bible.john"},{"body":"They bring him that had been blind to the Pharisees.","chap":9,"verse":13,"book":"bible.john"},{"body":"Now it was the sabbath, when Jesus made the clay and opened his eyes.","chap":9,"verse":14,"book":"bible.john"},{"body":"Again therefore the Pharisees asked him how he had received his sight. But he said to them: He put clay upon my eyes: and I washed: and I see.","chap":9,"verse":15,"book":"bible.john"},{"body":"Some therefore of the Pharisees said: This man is not of God, who keepeth not the sabbath. But others said: How can a man that is a sinner do such miracles? And there was a division among them.","chap":9,"verse":16,"book":"bible.john"},{"body":"They say therefore to the blind man again: What sayest thou of him that hath opened thy eyes? And he said: He is a prophet.","chap":9,"verse":17,"book":"bible.john"},{"body":"The Jews then did not believe concerning him, that he had been blind and had received his sight, until they called the parents of him that had received his sight,","chap":9,"verse":18,"book":"bible.john"},{"body":"And asked them, saying: Is this your son, who you say was born blind? How then doth he now see?","chap":9,"verse":19,"book":"bible.john"},{"body":"His parents answered them and said: We know that this is our son and that he was born blind:","chap":9,"verse":20,"book":"bible.john"},{"body":"But how he now seeth, we know not: or who hath opened his eyes, we know not. Ask himself: he is of age: Let him speak for himself.","chap":9,"verse":21,"book":"bible.john"},{"body":"These things his parents said, because they feared the Jews: for the Jews had already agreed among themselves that if any man should confess him to be Christ, he should be put out of the synagogue.","chap":9,"verse":22,"book":"bible.john"},{"body":"Therefore did his parents say: He is of age. Ask himself.","chap":9,"verse":23,"book":"bible.john"},{"body":"They therefore called the man again that had been blind and said to him: Give glory to God. We know that this man is a sinner.","chap":9,"verse":24,"book":"bible.john"},{"body":"He said therefore to them: If he be a sinner, I know not. One thing I know, that whereas I was blind. now I see.","chap":9,"verse":25,"book":"bible.john"},{"body":"They said then to him: What did he to thee? How did he open thy eyes?","chap":9,"verse":26,"book":"bible.john"},{"body":"He answered them: I have told you already, and you have heard. Why would you hear it again? Will you also become his disciples?","chap":9,"verse":27,"book":"bible.john"},{"body":"They reviled him therefore and said: Be thou his disciple; but we are the disciples of Moses.","chap":9,"verse":28,"book":"bible.john"},{"body":"We know that God spoke to Moses: but as to this man, we know not from whence he is.","chap":9,"verse":29,"book":"bible.john"},{"body":"The man answered and said to them: why, herein is a wonderful thing, that you know not from whence he is, and he hath opened my eyes.","chap":9,"verse":30,"book":"bible.john"},{"body":"Now we know that God doth not hear sinners: but if a man be a server of God and doth his, will, him he heareth.","chap":9,"verse":31,"book":"bible.john"},{"body":"From the beginning of the world it hath not been heard, that any man hath opened the eyes of one born blind.","chap":9,"verse":32,"book":"bible.john"},{"body":"Unless this man were of God, he could not do anything.","chap":9,"verse":33,"book":"bible.john"},{"body":"They answered and said to him: Thou wast wholly born in sins; and dost thou teach us? And they cast him out.","chap":9,"verse":34,"book":"bible.john"},{"body":"Jesus heard that they had cast him out. And when he had found him, he said to him: Dost thou believe in the Son of God?","chap":9,"verse":35,"book":"bible.john"},{"body":"He answered, and said: Who is he, Lord, that I may believe in him?","chap":9,"verse":36,"book":"bible.john"},{"body":"And Jesus said to him: Thou hast both seen him; and it is he that talketh with thee.","chap":9,"verse":37,"book":"bible.john"},{"body":"And he said: I believe, Lord. And falling down, he adored him.","chap":9,"verse":38,"book":"bible.john"},{"body":"And Jesus said: For judgment I am come into this world: that they who see not may see; and they who see may become blind.","chap":9,"verse":39,"book":"bible.john"},{"body":"And some of the Pharisees, who were with him, heard: and they said unto him: Are we also blind?","chap":9,"verse":40,"book":"bible.john"},{"body":"Jesus said to them: If you were blind, you should not have sin: but now you say: We see. Your sin remaineth.","chap":9,"verse":41,"book":"bible.john"},{"body":"Amen, amen, I say to you: He that entereth not by the door into the sheepfold but climbeth up another way, the same is a thief and a robber.","chap":10,"verse":1,"book":"bible.john"},{"body":"But he that entereth in by the door is the shepherd of the sheep.","chap":10,"verse":2,"book":"bible.john"},{"body":"To him the porter openeth: and the sheep hear his voice. And he calleth his own sheep by name and leadeth them out.","chap":10,"verse":3,"book":"bible.john"},{"body":"And when he hath let out his own sheep, he goeth before them: and the sheep follow him, because they know his voice.","chap":10,"verse":4,"book":"bible.john"},{"body":"But a stranger they follow not, but fly from him, because they know not the voice of strangers.","chap":10,"verse":5,"book":"bible.john"},{"body":"This proverb Jesus spoke to them. But they understood not what he spoke.","chap":10,"verse":6,"book":"bible.john"},{"body":"Jesus therefore said to them again: Amen, amen, I say to you, I am the door of the sheep.","chap":10,"verse":7,"book":"bible.john"},{"body":"All others, as many as have come, are thieves and robbers: and the sheep heard them not.","chap":10,"verse":8,"book":"bible.john"},{"body":"I am the door. By me, if any man enter in, he shall be saved: and he shall go in and go out, and shall find pastures.","chap":10,"verse":9,"book":"bible.john"},{"body":"The thief cometh not, but for to steal and to kill and to destroy. I am come that they may have life and may have it more abundantly.","chap":10,"verse":10,"book":"bible.john"},{"body":"I am the good shepherd. The good shepherd giveth his life for his sheep.","chap":10,"verse":11,"book":"bible.john"},{"body":"But the hireling and he that is not the shepherd, whose own the sheep are not, seeth the wolf coming and leaveth the sheep and flieth: and the wolf casteth and scattereth the sheep,","chap":10,"verse":12,"book":"bible.john"},{"body":"And the hireling flieth, because he is a hireling: and he hath no care for the sheep.","chap":10,"verse":13,"book":"bible.john"},{"body":"I am the good shepherd: and I know mine, and mine know me.","chap":10,"verse":14,"book":"bible.john"},{"body":"As the Father knoweth me, and I know the Father: and I lay down my life for my sheep.","chap":10,"verse":15,"book":"bible.john"},{"body":"And other sheep I have that are not of this fold: them also I must bring. And they shall hear my voice: And there shall be one fold and one shepherd.","chap":10,"verse":16,"book":"bible.john"},{"body":"Therefore doth the Father love me: because I lay down my life, that I may take it again.","chap":10,"verse":17,"book":"bible.john"},{"body":"No man taketh it away from me: but I lay it down of myself. And I have power to lay it down: and I have power to take it up again. This commandment have I received of my Father.","chap":10,"verse":18,"book":"bible.john"},{"body":"A dissension rose again among the Jews for these words.","chap":10,"verse":19,"book":"bible.john"},{"body":"And many of them said: He hath a devil and is mad. Why hear you him?","chap":10,"verse":20,"book":"bible.john"},{"body":"Others said: These are not the words of one that hath a devil. Can a devil open the eyes of the blind?","chap":10,"verse":21,"book":"bible.john"},{"body":"And it was the feast of the dedication at Jerusalem: and it was winter.","chap":10,"verse":22,"book":"bible.john"},{"body":"And Jesus walked in the temple, in Solomon's porch.","chap":10,"verse":23,"book":"bible.john"},{"body":"The Jews therefore came round about him and said to him: How long dost thou hold our souls in suspense? If thou be the Christ, tell us plainly.","chap":10,"verse":24,"book":"bible.john"},{"body":"Jesus answered them: I speak to you, and you believe not: the works that I do in the name of my Father, they give testimony of me.","chap":10,"verse":25,"book":"bible.john"},{"body":"But you do not believe, because you are not of my sheep.","chap":10,"verse":26,"book":"bible.john"},{"body":"My sheep hear my voice. And I know them: and they follow me.","chap":10,"verse":27,"book":"bible.john"},{"body":"And I give them life everlasting: and they shall not perish for ever. And no man shall pluck them out of my hand.","chap":10,"verse":28,"book":"bible.john"},{"body":"That which my Father hath given me is greater than all: and no one can snatch them out of the hand of my Father.","chap":10,"verse":29,"book":"bible.john"},{"body":"I and the Father are one.","chap":10,"verse":30,"book":"bible.john"},{"body":"The Jews then took up stones to stone him.","chap":10,"verse":31,"book":"bible.john"},{"body":"Jesus answered them: Many good works I have shewed you from my Father. For which of those works do you stone me?","chap":10,"verse":32,"book":"bible.john"},{"body":"The Jews answered him: For a good work we stone thee not, but for blasphemy: and because that thou. being a, man, makest thyself God.","chap":10,"verse":33,"book":"bible.john"},{"body":"Jesus answered them: Is it not written in your law: I said, you are gods?","chap":10,"verse":34,"book":"bible.john"},{"body":"If he called them gods to whom the word of God was spoken; and the scripture cannot be broken:","chap":10,"verse":35,"book":"bible.john"},{"body":"Do you say of him whom the Father hath sanctified and sent into the world: Thou blasphemest; because I said: I am the Son of God?","chap":10,"verse":36,"book":"bible.john"},{"body":"If I do not the works of my Father, believe me not.","chap":10,"verse":37,"book":"bible.john"},{"body":"But if I do, though you will not believe me, believe the works: that you may know and believe that the Father is in me and I in the Father.","chap":10,"verse":38,"book":"bible.john"},{"body":"They sought therefore to take him: and he escaped out of their hands.","chap":10,"verse":39,"book":"bible.john"},{"body":"And he went again beyond the Jordan, into that place where John was baptizing first. And there he abode.","chap":10,"verse":40,"book":"bible.john"},{"body":"And many resorted to him: and they said: John indeed did no sign.","chap":10,"verse":41,"book":"bible.john"},{"body":"But all things whatsoever John said of this man were true. And many believed n him.","chap":10,"verse":42,"book":"bible.john"},{"body":"Now there was a certain man sick, named Lazarus, of Bethania, of the town of Mary and of Martha her sister.","chap":11,"verse":1,"book":"bible.john"},{"body":"(And Mary was she that anointed the Lord with ointment and wiped his feet with her hair: whose brother Lazarus was sick.)","chap":11,"verse":2,"book":"bible.john"},{"body":"His sisters therefore sent to him, saying: Lord, behold, he whom thou lovest is sick.","chap":11,"verse":3,"book":"bible.john"},{"body":"And Jesus hearing it, said to them: This sickness is not unto death, but for the glory of God: that the Son of God may be glorified by it.","chap":11,"verse":4,"book":"bible.john"},{"body":"Now Jesus loved Martha and her sister Mary and Lazarus.","chap":11,"verse":5,"book":"bible.john"},{"body":"When he had heard therefore that he was sick, he still remained in the same place two days.","chap":11,"verse":6,"book":"bible.john"},{"body":"Then after that, he said to his disciples: Let us go into Judea again.","chap":11,"verse":7,"book":"bible.john"},{"body":"The disciples say to him: Rabbi, the Jews but now sought to stone thee. And goest thou thither again?","chap":11,"verse":8,"book":"bible.john"},{"body":"Jesus answered: Are there not twelve hours of the day? If a man walk in the day he stumbleth not, because he seeth the light of this world:","chap":11,"verse":9,"book":"bible.john"},{"body":"But if he walk in the night, he stumbleth, because the light is not in him.","chap":11,"verse":10,"book":"bible.john"},{"body":"These things he said; and after that he said to them: Lazarus our friend sleepeth: but I go that I may awake him out of sleep.","chap":11,"verse":11,"book":"bible.john"},{"body":"His disciples therefore said: Lord, if he sleep, he shall do well.","chap":11,"verse":12,"book":"bible.john"},{"body":"But Jesus spoke of his death: and they thought that he spoke of the repose of sleep.","chap":11,"verse":13,"book":"bible.john"},{"body":"Then therefore Jesus said to them plainly: Lazarus is dead.","chap":11,"verse":14,"book":"bible.john"},{"body":"And I am glad, for your sakes; that I was not there, that you may believe. But, let us go to him.","chap":11,"verse":15,"book":"bible.john"},{"body":"Thomas therefore, who is called Didymus, said to his fellow disciples: Let us also go, that we may die with him.","chap":11,"verse":16,"book":"bible.john"},{"body":"Jesus therefore came: and found that he had been four days already in the grave.","chap":11,"verse":17,"book":"bible.john"},{"body":"(Now Bethania was near Jerusalem, about fifteen furlongs off.)","chap":11,"verse":18,"book":"bible.john"},{"body":"And many of the Jews were come to Martha and Mary, to comfort them concerning their brother.","chap":11,"verse":19,"book":"bible.john"},{"body":"Martha therefore, as soon as she heard that Jesus was come, went to meet him: but Mary sat at home.","chap":11,"verse":20,"book":"bible.john"},{"body":"Martha therefore said to Jesus: Lord, if thou hadst been here, my brother had not died.","chap":11,"verse":21,"book":"bible.john"},{"body":"But now also I know that whatsoever thou wilt ask of God, God will give it thee.","chap":11,"verse":22,"book":"bible.john"},{"body":"Jesus saith to her: Thy brother shall rise again.","chap":11,"verse":23,"book":"bible.john"},{"body":"Martha saith to him: I know that he shall rise again, in the resurrection at the last day.","chap":11,"verse":24,"book":"bible.john"},{"body":"Jesus said to her: I am the resurrection and the life: he that believeth in me, although he be dead, shall live:","chap":11,"verse":25,"book":"bible.john"},{"body":"And every one that liveth and believeth in me shall not die for ever. Believest thou this?","chap":11,"verse":26,"book":"bible.john"},{"body":"She saith to him: Yea, Lord, I have believed that thou art Christ, the Son of the living God, who art come into this world.","chap":11,"verse":27,"book":"bible.john"},{"body":"And when she had said these things, she went and called her sister Mary secretly, saying: The master is come and calleth for thee.","chap":11,"verse":28,"book":"bible.john"},{"body":"She, as soon as she heard this, riseth quickly and cometh to him.","chap":11,"verse":29,"book":"bible.john"},{"body":"For Jesus was not yet come into the town: but he was still in that place where Martha had met him.","chap":11,"verse":30,"book":"bible.john"},{"body":"The Jews therefore, who were with her in the house and comforted her, when they saw Mary, that she rose up speedily and went out, followed her, saying: She goeth to the grave to weep there.","chap":11,"verse":31,"book":"bible.john"},{"body":"When Mary therefore was come where Jesus was, seeing him, she fell down at his feet and saith to him. Lord, if thou hadst been here, my brother had not died.","chap":11,"verse":32,"book":"bible.john"},{"body":"Jesus, therefore, when he saw her weeping, and the Jews that were come with her weeping, groaned in the spirit and troubled himself,","chap":11,"verse":33,"book":"bible.john"},{"body":"And said: Where have you laid him? They say to him: Lord, come and see.","chap":11,"verse":34,"book":"bible.john"},{"body":"And Jesus wept.","chap":11,"verse":35,"book":"bible.john"},{"body":"The Jews therefore said: Behold how he loved him.","chap":11,"verse":36,"book":"bible.john"},{"body":"But some of them said: Could not he that opened the eyes of the man born blind have caused that this man should not die?","chap":11,"verse":37,"book":"bible.john"},{"body":"Jesus therefore again groaning in himself, cometh to the sepulchre. Now it was a cave; and a stone was laid over it.","chap":11,"verse":38,"book":"bible.john"},{"body":"Jesus saith: Take away the stone. Martha, the sister of him that was dead, saith to him: Lord, by this time he stinketh, for he is now of four days.","chap":11,"verse":39,"book":"bible.john"},{"body":"Jesus saith to her: Did not I say to thee that if thou believe, thou shalt see the glory of God?","chap":11,"verse":40,"book":"bible.john"},{"body":"They took therefore the stone away. And Jesus lifting up his eyes, said: Father, I give thee thanks that thou hast heard me.","chap":11,"verse":41,"book":"bible.john"},{"body":"And I knew that thou hearest me always: but because of the people who stand about have I said it, that they may believe that thou hast sent me.","chap":11,"verse":42,"book":"bible.john"},{"body":"When he had said these things, he cried with a loud voice: Lazarus, come forth.","chap":11,"verse":43,"book":"bible.john"},{"body":"And presently he that had been dead came forth, bound feet and hands with winding bands. And his face was bound about with a napkin. Jesus said to them: Loose him and let him go.","chap":11,"verse":44,"book":"bible.john"},{"body":"Many therefore of the Jews, who were come to Mary and Martha and had seen the things that Jesus did, believed in him.","chap":11,"verse":45,"book":"bible.john"},{"body":"But some of them went to the Pharisees and told them the things that Jesus had done.","chap":11,"verse":46,"book":"bible.john"},{"body":"The chief priests, therefore, and the Pharisees gathered a council and said: What do we, for this man doth many miracles?","chap":11,"verse":47,"book":"bible.john"},{"body":"If we let him alone so, all will believe in him; and the Romans will come, and take away our place and nation.","chap":11,"verse":48,"book":"bible.john"},{"body":"But one of them, named Caiphas, being the high priest that year, said to them: You know nothing.","chap":11,"verse":49,"book":"bible.john"},{"body":"Neither do you consider that it is expedient for you that one man should die for the people and that the whole nation perish not.","chap":11,"verse":50,"book":"bible.john"},{"body":"And this he spoke not of himself: but being the high priest of that year, he prophesied that Jesus should die for the nation.","chap":11,"verse":51,"book":"bible.john"},{"body":"And not only for the nation, but to gather together in one the children of God that were dispersed.","chap":11,"verse":52,"book":"bible.john"},{"body":"From that day therefore they devised to put him to death.","chap":11,"verse":53,"book":"bible.john"},{"body":"Wherefore Jesus walked no more openly among the Jews: but he went into a country near the desert, unto a city that is called Ephrem. And there he abode with his disciples.","chap":11,"verse":54,"book":"bible.john"},{"body":"And the pasch of the Jews was at hand: and many from the country went up to Jerusalem, before the pasch, to purify themselves.","chap":11,"verse":55,"book":"bible.john"},{"body":"They sought therefore for Jesus; and they discoursed one with another, standing in the temple: What think you that he is not come to the festival day? And the chief priests and Pharisees had given a commandment that, if any man knew where he was, he should tell, that they might apprehend him.","chap":11,"verse":56,"book":"bible.john"},{"body":"Jesus therefore, six days before the pasch, came to Bethania, where Lazarus had been dead, whom Jesus raised to life.","chap":12,"verse":1,"book":"bible.john"},{"body":"And they made him a supper there: and Martha served. But Lazarus was one of them that were at table with him.","chap":12,"verse":2,"book":"bible.john"},{"body":"Mary therefore took a pound of ointment of right spikenard, of great price, and anointed the feet of Jesus and wiped his feet with her hair. And the house was filled with the odour of the ointment.","chap":12,"verse":3,"book":"bible.john"},{"body":"Then one of his disciples, Judas Iscariot, he that was about to betray him, said:","chap":12,"verse":4,"book":"bible.john"},{"body":"Why was not this ointment sold for three hundred pence and given to the poor?","chap":12,"verse":5,"book":"bible.john"},{"body":"Now he said this not because he cared for the poor; but because he was a thief and, having the purse, carried the things that were put therein.","chap":12,"verse":6,"book":"bible.john"},{"body":"Jesus therefore said: Let her alone, that she may keep it against the day of my burial.","chap":12,"verse":7,"book":"bible.john"},{"body":"For the poor you have always with you: but me you have not always. See the annotation of St. Matt. 26. 11.","chap":12,"verse":8,"book":"bible.john"},{"body":"A great multitude therefore of the Jews knew that he was there; and they came, not for Jesus' sake only, but that they might see Lazarus, whom he had raised from the dead.","chap":12,"verse":9,"book":"bible.john"},{"body":"But the chief priests thought to kill Lazarus also:","chap":12,"verse":10,"book":"bible.john"},{"body":"Because many of the Jews, by reason of him, went away and believed in Jesus.","chap":12,"verse":11,"book":"bible.john"},{"body":"And on the next day, a great multitude that was come to the festival day, when they had heard that Jesus was coming to Jerusalem,","chap":12,"verse":12,"book":"bible.john"},{"body":"Took branches of palm trees and went forth to meet him and cried Hosanna. Blessed is he that cometh in the name of the Lord, the king of Israel.","chap":12,"verse":13,"book":"bible.john"},{"body":"And Jesus found a young ass and sat upon it, as it is written:","chap":12,"verse":14,"book":"bible.john"},{"body":"Fear not, daughter of Sion: behold thy king cometh, sitting on an ass's colt.","chap":12,"verse":15,"book":"bible.john"},{"body":"These things his disciples did not know at the first: but when Jesus was glorified, then they remembered that these things were written of him and that they had done these things to him.","chap":12,"verse":16,"book":"bible.john"},{"body":"The multitude therefore gave testimony, which was with him, when he called Lazarus out of the grave and raised him from the dead.","chap":12,"verse":17,"book":"bible.john"},{"body":"For which reason also the people came to meet him, because they heard that he had done this miracle.","chap":12,"verse":18,"book":"bible.john"},{"body":"The Pharisees therefore said among themselves: Do you see that we prevail nothing? Behold, the whole world is gone after him.","chap":12,"verse":19,"book":"bible.john"},{"body":"Now there were certain Gentiles among them, who came up to adore on the festival day.","chap":12,"verse":20,"book":"bible.john"},{"body":"These therefore came to Philip, who was of Bethsaida of Galilee, and desired him, saying: Sir, we would see Jesus.","chap":12,"verse":21,"book":"bible.john"},{"body":"Philip cometh and telleth Andrew. Again Andrew and Philip told Jesus.","chap":12,"verse":22,"book":"bible.john"},{"body":"But Jesus answered them, saying: The hour is come that the Son of man should be glorified.","chap":12,"verse":23,"book":"bible.john"},{"body":"Amen, amen, I say to you, unless the grain of wheat falling into the ground die,","chap":12,"verse":24,"book":"bible.john"},{"body":"Itself remaineth alone. But if it die it bringeth forth much fruit. He that loveth his life shall lose it and he that hateth his life in this world keepeth it unto life eternal.","chap":12,"verse":25,"book":"bible.john"},{"body":"If any man minister to me, let him follow me: and where I am, there also shall my minister be. If any man minister to me, him will my Father honour.","chap":12,"verse":26,"book":"bible.john"},{"body":"Now is my soul troubled. And what shall I say? Father, save me from this hour. But for this cause I came unto this hour.","chap":12,"verse":27,"book":"bible.john"},{"body":"Father, glorify thy name. A voice therefore came from heaven: I have both glorified it and will glorify it again.","chap":12,"verse":28,"book":"bible.john"},{"body":"The multitude therefore that stood and heard said that it thundered. Others said: An angel spoke to him.","chap":12,"verse":29,"book":"bible.john"},{"body":"Jesus answered and said: This voice came not because of me, but for your sakes.","chap":12,"verse":30,"book":"bible.john"},{"body":"Now is the judgment of the world: now shall the prince of this world be cast out.","chap":12,"verse":31,"book":"bible.john"},{"body":"And I, if I be lifted up from the earth, will draw all things to myself.","chap":12,"verse":32,"book":"bible.john"},{"body":"(Now this he said, signifying what death he should die.)","chap":12,"verse":33,"book":"bible.john"},{"body":"The multitude answered him: We have heard out of the law that Christ abideth for ever. And how sayest thou: The Son of man must be lifted up? Who is this Son of man?","chap":12,"verse":34,"book":"bible.john"},{"body":"Jesus therefore said to them: Yet a little while, the light is among you. Walk whilst you have the light, and the darkness overtake you not. And he that walketh in darkness knoweth not whither be goeth.","chap":12,"verse":35,"book":"bible.john"},{"body":"Whilst you have the light, believe in the light, that you may be the children of light. These things Jesus spoke: and he went away and hid himself from them.","chap":12,"verse":36,"book":"bible.john"},{"body":"And whereas he had done so many miracles before them, they believed not in him:","chap":12,"verse":37,"book":"bible.john"},{"body":"That the saying of Isaias the prophet might be fulfilled, which he said: Lord, who hath believed our hearing? And to whom hath the arm of the Lord been revealed?","chap":12,"verse":38,"book":"bible.john"},{"body":"Therefore they could not believe, because Isaias said again:","chap":12,"verse":39,"book":"bible.john"},{"body":"He hath blinded their eyes and hardened their heart, that they should not see with their eyes, nor understand with their heart and be converted: and I should heal them.","chap":12,"verse":40,"book":"bible.john"},{"body":"These things said Isaias, when he saw his glory, and spoke of him.","chap":12,"verse":41,"book":"bible.john"},{"body":"However, many of the chief men also believed in him: but because of the Pharisees they did not confess him, that they might not be cast out of the synagogue.","chap":12,"verse":42,"book":"bible.john"},{"body":"For they loved the glory of men more than the glory of God.","chap":12,"verse":43,"book":"bible.john"},{"body":"But Jesus cried and said: He that believeth in me doth not believe in me, but in him that sent me.","chap":12,"verse":44,"book":"bible.john"},{"body":"And he that seeth me, seeth him that sent me.","chap":12,"verse":45,"book":"bible.john"},{"body":"I am come, a light into the world, that whosoever believeth in me may not remain in darkness.","chap":12,"verse":46,"book":"bible.john"},{"body":"And if any man hear my words and keep them not, I do not judge him for I came not to judge the world, but to save the world.","chap":12,"verse":47,"book":"bible.john"},{"body":"He that despiseth me and receiveth not my words hath one that judgeth him. The word that I have spoken, the same shall judge him in the last day.","chap":12,"verse":48,"book":"bible.john"},{"body":"For I have not spoken of myself: but the Father who sent me, he gave me commandment what I should say and what I should speak.","chap":12,"verse":49,"book":"bible.john"},{"body":"And I know that his commandment is life everlasting. The things therefore that I speak, even as the Father said unto me, so do I speak.","chap":12,"verse":50,"book":"bible.john"},{"body":"Before the festival day of the pasch, Jesus knowing that his hour was come, that he should pass out of this world to the Father: having loved his own who were in the world, he loved them unto the end.","chap":13,"verse":1,"book":"bible.john"},{"body":"And when supper was done (the devil having now put into the heart of Judas Iscariot, the son of Simon, to betray him),","chap":13,"verse":2,"book":"bible.john"},{"body":"Knowing that the Father had given him all things into his hands and that he came from God and goeth to God,","chap":13,"verse":3,"book":"bible.john"},{"body":"He riseth from supper and layeth aside his garments and, having taken a towel, girded himself.","chap":13,"verse":4,"book":"bible.john"},{"body":"After that, he putteth water into a basin and began to wash the feet of the disciples and to wipe them with the towel wherewith he was girded.","chap":13,"verse":5,"book":"bible.john"},{"body":"He cometh therefore to Simon Peter. And Peter saith to him: Lord, dost thou wash my feet?","chap":13,"verse":6,"book":"bible.john"},{"body":"Jesus answered and said to him: What I do, thou knowest not now; but thou shalt know hereafter.","chap":13,"verse":7,"book":"bible.john"},{"body":"Peter saith to him: Thou shalt never wash my feet, Jesus answered him: If I wash thee not, thou shalt have no part with me.","chap":13,"verse":8,"book":"bible.john"},{"body":"Simon Peter saith to him: Lord, not only my feet, but also my hands and my head.","chap":13,"verse":9,"book":"bible.john"},{"body":"Jesus saith to him: He that is washed needeth not but to wash his feet, but is clean wholly. And you are clean, but not all.","chap":13,"verse":10,"book":"bible.john"},{"body":"For he knew who he was that would betray him; therefore he said: You are not all clean.","chap":13,"verse":11,"book":"bible.john"},{"body":"Then after he had washed their feet and taken his garments, being set down again, he said to them: Know you what I have done to you?","chap":13,"verse":12,"book":"bible.john"},{"body":"You call me Master and Lord. And you say well: for so I am.","chap":13,"verse":13,"book":"bible.john"},{"body":"If then I being your Lord and Master, have washed your feet; you also ought to wash one another's feet.","chap":13,"verse":14,"book":"bible.john"},{"body":"For I have given you an example, that as I have done to you, so you do also.","chap":13,"verse":15,"book":"bible.john"},{"body":"Amen, amen, I say to you: The servant is not greater than his lord: neither is the apostle greater than he that sent him.","chap":13,"verse":16,"book":"bible.john"},{"body":"If you know these things, you shall be blessed if you do them.","chap":13,"verse":17,"book":"bible.john"},{"body":"I speak not of you all: I know whom I have chosen. But that the scripture may be fulfilled: He that eateth bread with me shall lift up his heel against me,","chap":13,"verse":18,"book":"bible.john"},{"body":"At present I tell you, before it come to pass: that when it shall come to pass, you may believe that I am he.","chap":13,"verse":19,"book":"bible.john"},{"body":"Amen, amen, I say to you, he that receiveth whomsoever I send receiveth me: and he that receiveth me receiveth him that sent me.","chap":13,"verse":20,"book":"bible.john"},{"body":"When Jesus had said these things, he was troubled in spirit; and he testified, and said: Amen, amen, I say to you, one of you shall betray me.","chap":13,"verse":21,"book":"bible.john"},{"body":"The disciples therefore looked one upon another, doubting of whom he spoke.","chap":13,"verse":22,"book":"bible.john"},{"body":"Now there was leaning on Jesus' bosom one of his disciples, whom Jesus loved.","chap":13,"verse":23,"book":"bible.john"},{"body":"Simon Peter therefore beckoned to him and said to him: Who is it of whom he speaketh?","chap":13,"verse":24,"book":"bible.john"},{"body":"He therefore, leaning on the breast of Jesus, saith to him: Lord, who is it?","chap":13,"verse":25,"book":"bible.john"},{"body":"Jesus answered: He it is to whom I shall reach bread dipped. And when he had dipped the bread, he gave it to Judas Iscariot, the son of Simon.","chap":13,"verse":26,"book":"bible.john"},{"body":"And after the morsel, Satan entered into him. And Jesus said to him: That which thou dost, do quickly.","chap":13,"verse":27,"book":"bible.john"},{"body":"Now no man at the table knew to what purpose he said this unto him.","chap":13,"verse":28,"book":"bible.john"},{"body":"For some thought, because Judas had the purse, that Jesus had said to him: Buy those things which we have need of for the festival day: or that he should give something to the poor.","chap":13,"verse":29,"book":"bible.john"},{"body":"He therefore, having received the morsel, went out immediately. And it was night.","chap":13,"verse":30,"book":"bible.john"},{"body":"When he therefore was gone out, Jesus said: Now is the Son of man glorified; and God is glorified in him.","chap":13,"verse":31,"book":"bible.john"},{"body":"If God be glorified in him, God also will glorify him in himself: and immediately will he glorify him.","chap":13,"verse":32,"book":"bible.john"},{"body":"Little children, yet a little while I am with you. You shall seek me. And as I said to the Jews: Whither I go you cannot come; so I say to you now.","chap":13,"verse":33,"book":"bible.john"},{"body":"A new commandment I give unto you: That you love one another, as I have loved you, that you also love one another.","chap":13,"verse":34,"book":"bible.john"},{"body":"By this shall all men know that you are my disciples, if you have love one for another.","chap":13,"verse":35,"book":"bible.john"},{"body":"Simon Peter saith to him: Lord, whither goest thou? Jesus answered: Whither I go, thou canst not follow me now: but thou shalt follow hereafter.","chap":13,"verse":36,"book":"bible.john"},{"body":"Peter saith to him: Why cannot I follow thee now? I will lay down my life for thee.","chap":13,"verse":37,"book":"bible.john"},{"body":"Jesus answered him: Wilt thou lay down thy life for me? Amen, amen, I say to thee, the cock shall not crow, till thou deny me thrice.","chap":13,"verse":38,"book":"bible.john"},{"body":"Let not your heart be troubled. You believe in God: believe also in me.","chap":14,"verse":1,"book":"bible.john"},{"body":"In my Father's house there are many mansions. If not, I would have told you: because I go to prepare a place for you.","chap":14,"verse":2,"book":"bible.john"},{"body":"And if I shall go and prepare a place for you, I will come again and will take you to myself: that where I am, you also may be.","chap":14,"verse":3,"book":"bible.john"},{"body":"And whither I go you know: and the way you know.","chap":14,"verse":4,"book":"bible.john"},{"body":"Thomas saith to him: Lord, we know not whither thou goest. And how can we know the way?","chap":14,"verse":5,"book":"bible.john"},{"body":"Jesus saith to him: I am the way, and the truth, and the life. No man cometh to the Father, but by me.","chap":14,"verse":6,"book":"bible.john"},{"body":"If you had known me, you would without doubt have known my Father also: and from henceforth you shall know him. And you have seen him.","chap":14,"verse":7,"book":"bible.john"},{"body":"Philip saith to him: Lord, shew us the Father; and it is enough for us.","chap":14,"verse":8,"book":"bible.john"},{"body":"Jesus saith to him: Have I been so long a time with you and have you not known me? Philip, he that seeth me seeth the Father also. How sayest thou: Shew us the Father?","chap":14,"verse":9,"book":"bible.john"},{"body":"Do you not believe that I am in the Father and the Father in me? The words that I speak to you, I speak not of myself. But the Father who abideth in me, he doth the works.","chap":14,"verse":10,"book":"bible.john"},{"body":"Believe you not that I am in the Father and the Father in me?","chap":14,"verse":11,"book":"bible.john"},{"body":"Otherwise believe for the very works' sake. Amen, amen, I say to you, he that believeth in me, the works that I do, he also shall do: and greater than these shall he do.","chap":14,"verse":12,"book":"bible.john"},{"body":"Because I go to the Father: and whatsoever you shall ask the Father in my name, that will I do: that the Father may be glorified in the Son.","chap":14,"verse":13,"book":"bible.john"},{"body":"If you shall ask me any thing in my name, that I will do.","chap":14,"verse":14,"book":"bible.john"},{"body":"If you love me, keep my commandments.","chap":14,"verse":15,"book":"bible.john"},{"body":"And I will ask the Father: and he shall give you another Paraclete, that he may abide with you for ever:","chap":14,"verse":16,"book":"bible.john"},{"body":"The spirit of truth, whom the world cannot receive, because it seeth him not, nor knoweth him. But you shall know him; because he shall abide with you and shall be in you.","chap":14,"verse":17,"book":"bible.john"},{"body":"I will not leave you orphans: I will come to you.","chap":14,"verse":18,"book":"bible.john"},{"body":"Yet a little while and the world seeth me no more. But you see me: because I live, and you shall live.","chap":14,"verse":19,"book":"bible.john"},{"body":"In that day you shall know that I am in my Father: and you in me, and I in you.","chap":14,"verse":20,"book":"bible.john"},{"body":"He that hath my commandments and keepeth them; he it is that loveth me. And he that loveth me shall be loved of my Father: and I will love him and will manifest myself to him.","chap":14,"verse":21,"book":"bible.john"},{"body":"Judas saith to him, not the Iscariot: Lord, how is it that thou wilt manifest thyself to us, and not to the world?","chap":14,"verse":22,"book":"bible.john"},{"body":"Jesus answered and said to him: If any one love me, he will keep my word. And my Father will love him and we will come to him and will make our abode with him.","chap":14,"verse":23,"book":"bible.john"},{"body":"He that loveth me not keepeth not my words. And the word which you have heard is not mine; but the Father's who sent me.","chap":14,"verse":24,"book":"bible.john"},{"body":"These things have I spoken to you, abiding with you.","chap":14,"verse":25,"book":"bible.john"},{"body":"But the Paraclete, the Holy Ghost, whom the Father will send in my name, he will teach you all things and bring all things to your mind, whatsoever I shall have said to you.","chap":14,"verse":26,"book":"bible.john"},{"body":"Peace I leave with you: my peace I give unto you: not as the world giveth, do I give unto you. Let not your heart be troubled: nor let it be afraid.","chap":14,"verse":27,"book":"bible.john"},{"body":"You have heard that I said to you: I go away, and I come unto you. If you loved me you would indeed be glad, because I go to the Father: for the Father is greater than I.","chap":14,"verse":28,"book":"bible.john"},{"body":"And now I have told you before it come to pass: that when it shall come to pass, you may believe.","chap":14,"verse":29,"book":"bible.john"},{"body":"I will not now speak many things with you. For the prince of this world: cometh: and in me he hath not any thing.","chap":14,"verse":30,"book":"bible.john"},{"body":"But that the world may know that I love the Father: and as the Father hath given me commandments, so do I. Arise, let us go hence.","chap":14,"verse":31,"book":"bible.john"},{"body":"I am the true vine: and my Father is the husbandman.","chap":15,"verse":1,"book":"bible.john"},{"body":"Every branch in me that beareth not fruit, he will take away: and every one that beareth fruit, he will purge it, that it may bring forth more fruit.","chap":15,"verse":2,"book":"bible.john"},{"body":"Now you are clean, by reason of the word which I have spoken to you.","chap":15,"verse":3,"book":"bible.john"},{"body":"Abide in me: and I in you. As the branch cannot bear fruit of itself, unless it abide in the vine, so neither can you, unless you abide in me.","chap":15,"verse":4,"book":"bible.john"},{"body":"I am the vine: you the branches. He that abideth in me, and I in him, the same beareth much fruit: for without me you can do nothing.","chap":15,"verse":5,"book":"bible.john"},{"body":"If any one abide not in me, he shall be cast forth as a branch and shall wither: and they shall gather him up and cast him into the fire: and he burneth.","chap":15,"verse":6,"book":"bible.john"},{"body":"If you abide in me and my words abide in you, you shall ask whatever you will: and it shall be done unto you.","chap":15,"verse":7,"book":"bible.john"},{"body":"In this is my Father glorified: that you bring forth very much fruit and become my disciples.","chap":15,"verse":8,"book":"bible.john"},{"body":"As the Father hath loved me, I also have loved you. Abide in my love.","chap":15,"verse":9,"book":"bible.john"},{"body":"If you keep my commandments, you shall abide in my love: as I also have kept my Father's commandments and do abide in his love.","chap":15,"verse":10,"book":"bible.john"},{"body":"These things I have spoken to you, that my joy may be in you, and your joy may be filled.","chap":15,"verse":11,"book":"bible.john"},{"body":"This is my commandment, that you love one another, as I have loved you.","chap":15,"verse":12,"book":"bible.john"},{"body":"Greater love than this no man hath, that a man lay down his life for his friends.","chap":15,"verse":13,"book":"bible.john"},{"body":"You are my friends, if you do the things that I command you.","chap":15,"verse":14,"book":"bible.john"},{"body":"I will not now call you servants: for the servant knoweth not what his lord doth. But I have called you friends. because all things, whatsoever I have heard of my Father, I have made known to you.","chap":15,"verse":15,"book":"bible.john"},{"body":"You have not chosen me: but I have chosen you; and have appointed you, that you should go and should bring forth fruit; and your fruit should remain: that whatsoever you shall ask of the Father in my name, he may give it you.","chap":15,"verse":16,"book":"bible.john"},{"body":"These things I command you, that you love one another.","chap":15,"verse":17,"book":"bible.john"},{"body":"If the world hate you, know ye that it hath hated me before you.","chap":15,"verse":18,"book":"bible.john"},{"body":"If you had been of the world, the world would love its own: but because you are not of the world, but I have chosen you out of the world, therefore the world hateth you.","chap":15,"verse":19,"book":"bible.john"},{"body":"Remember my word that I said to you: The servant is not greater than his master. If they have persecuted me, they will also persecute you. If they have kept my word, they will keep yours also.","chap":15,"verse":20,"book":"bible.john"},{"body":"But all these things they will do to you for my name's sake: because they know not him that sent me.","chap":15,"verse":21,"book":"bible.john"},{"body":"If I had not come and spoken to them, they would not have sin: but now they have no excuse for their sin.","chap":15,"verse":22,"book":"bible.john"},{"body":"He that hateth me hateth my Father also.","chap":15,"verse":23,"book":"bible.john"},{"body":"If I had not done among them the works that no other man hath done, they would not have sin: but now they have both seen and hated both me and my Father.","chap":15,"verse":24,"book":"bible.john"},{"body":"But that the word may be fulfilled which is written in their law: they hated me without cause.","chap":15,"verse":25,"book":"bible.john"},{"body":"But when the Paraclete cometh, whom I will send you from the Father, the Spirit of truth, who proceedeth from the Father, he shall give testimony of me.","chap":15,"verse":26,"book":"bible.john"},{"body":"And you shall give testimony, because you are with me from the beginning.","chap":15,"verse":27,"book":"bible.john"},{"body":"These things have I spoken to you things have I spoken to you that you may not be scandalized.","chap":16,"verse":1,"book":"bible.john"},{"body":"They will put you out of the synagogues: yea, the hour cometh, that whosoever killeth you will think that he doth a service to God.","chap":16,"verse":2,"book":"bible.john"},{"body":"And these things will they do to you; because they have not known the Father nor me.","chap":16,"verse":3,"book":"bible.john"},{"body":"But these things I have told you, that when the hour shall come, you may remember that I told you of them.","chap":16,"verse":4,"book":"bible.john"},{"body":"But I told you not these things from the beginning, because I was with you. And now I go to him that sent me, and none of you asketh me: Whither goest thou?","chap":16,"verse":5,"book":"bible.john"},{"body":"But because I have spoken these things to you, sorrow hath filled your heart.","chap":16,"verse":6,"book":"bible.john"},{"body":"But I tell you the truth: it is expedient to you that I go. For if I go not, the Paraclete will not come to you: but if I go, I will send him to you.","chap":16,"verse":7,"book":"bible.john"},{"body":"And when he is come, he will convince the world of sin and of justice and of judgment.","chap":16,"verse":8,"book":"bible.john"},{"body":"Of sin: because they believed not in me.","chap":16,"verse":9,"book":"bible.john"},{"body":"And of justice: because I go to the Father: and you shall see me no longer.","chap":16,"verse":10,"book":"bible.john"},{"body":"And of judgment: because the prince of this world is already judged.","chap":16,"verse":11,"book":"bible.john"},{"body":"I have yet many things to say to you: but you cannot bear them now.","chap":16,"verse":12,"book":"bible.john"},{"body":"But when he, the Spirit of truth, is come, he will teach you all truth. For he shall not speak of himself: but what things soever he shall hear, he shall speak. And the things that are to come, he shall shew you.","chap":16,"verse":13,"book":"bible.john"},{"body":"He shall glorify me: because he shall receive of mine and shall shew it to you.","chap":16,"verse":14,"book":"bible.john"},{"body":"All things whatsoever the Father hath are mine. Therefore I said that he shall receive of me and shew it to you.","chap":16,"verse":15,"book":"bible.john"},{"body":"A little while, and now you shall not see me: and again a little while, and you shall see me: because I go to the Father.","chap":16,"verse":16,"book":"bible.john"},{"body":"Then some of his disciples said one to another: What is this that he saith to us: A little while, and you shall not see me: and again a little while, and you shall see me, and, Because I go to the Father?","chap":16,"verse":17,"book":"bible.john"},{"body":"They said therefore: What is this that he saith, A little while? We know not what he speaketh.","chap":16,"verse":18,"book":"bible.john"},{"body":"And Jesus knew that they had a mind to ask him. And he said to them: Of this do you inquire among yourselves, because I said: A little while, and you shall not see me; and again a little while, and you shall see me?","chap":16,"verse":19,"book":"bible.john"},{"body":"Amen, amen, I say to you, that you shall lament and weep, but the world shall rejoice: and you shall be made sorrowful, but your sorrow shall be turned into joy.","chap":16,"verse":20,"book":"bible.john"},{"body":"A woman, when she is in labour, hath sorrow, because her hour is come; but when she hath brought forth the child, she remembereth no more the anguish, for joy that a man is born into the world.","chap":16,"verse":21,"book":"bible.john"},{"body":"So also you now indeed have sorrow: but I will see you again and your heart shall rejoice. And your joy no man shall take from you.","chap":16,"verse":22,"book":"bible.john"},{"body":"And in that day you shall not ask me any thing. Amen, amen, I say to you: if you ask the Father any thing in my name, he will give it you.","chap":16,"verse":23,"book":"bible.john"},{"body":"Hitherto, you have not asked any thing in my name. Ask, and you shall receive; that your joy may be full.","chap":16,"verse":24,"book":"bible.john"},{"body":"These things I have spoken to you in proverbs. The hour cometh when I will no longer speak to you in proverbs, but will shew you plainly of the Father.","chap":16,"verse":25,"book":"bible.john"},{"body":"In that day, you shall ask in my name: and I say not to you that I will ask the Father for you.","chap":16,"verse":26,"book":"bible.john"},{"body":"For the Father himself loveth you, because you have loved me and have believed that I came out from God.","chap":16,"verse":27,"book":"bible.john"},{"body":"I came forth from the Father and am come into the world: again I leave the world and I go to the Father.","chap":16,"verse":28,"book":"bible.john"},{"body":"His disciples say to him: Behold, now thou speakest plainly and speakest no proverb.","chap":16,"verse":29,"book":"bible.john"},{"body":"Now we know that thou knowest all things and thou needest not that any man should ask thee. By this we believe that thou camest forth from God.","chap":16,"verse":30,"book":"bible.john"},{"body":"Jesus answered them: Do you now believe?","chap":16,"verse":31,"book":"bible.john"},{"body":"Behold, the hour cometh, and it is now come, that you shall be scattered every man to his own and shall leave me alone. And yet I am not alone, because the Father is with me.","chap":16,"verse":32,"book":"bible.john"},{"body":"These things I have spoken to you, that in me you may have peace. In the world you shall have distress. But have confidence. I have overcome the world.","chap":16,"verse":33,"book":"bible.john"},{"body":"These things Jesus spoke: and lifting up his eyes to heaven, he said: the hour is come. Glorify thy Son, that thy Son may glorify thee.","chap":17,"verse":1,"book":"bible.john"},{"body":"As thou hast given him power over all flesh, that he may give eternal life to all whom thou hast given him.","chap":17,"verse":2,"book":"bible.john"},{"body":"Now this is eternal life: That they may know thee, the only true God, and Jesus Christ, whom thou hast sent.","chap":17,"verse":3,"book":"bible.john"},{"body":"I have glorified thee on the earth; I have finished the work which thou gavest me to do.","chap":17,"verse":4,"book":"bible.john"},{"body":"And now glorify thou me, O Father, with thyself, with the glory which I had, before the world was, with thee.","chap":17,"verse":5,"book":"bible.john"},{"body":"I have manifested thy name to the men whom thou hast given me out of the world. Thine they were: and to me thou gavest them. And they have kept thy word.","chap":17,"verse":6,"book":"bible.john"},{"body":"Now they have known that all things which thou hast given me are from thee:","chap":17,"verse":7,"book":"bible.john"},{"body":"Because the words which thou gavest me, I have given to them. And they have received them and have known in very deed that I came out from thee: and they have believed that thou didst send me.","chap":17,"verse":8,"book":"bible.john"},{"body":"I pray for them. I pray not for the world, but for them whom thou hast given me: because they are thine.","chap":17,"verse":9,"book":"bible.john"},{"body":"And all my things are thine, and thine are mine: and I am glorified in them.","chap":17,"verse":10,"book":"bible.john"},{"body":"And now I am not in the world, and these are in the world, and I come to thee. Holy Father, keep them in thy name whom thou hast given me: that they may be one, as we also are.","chap":17,"verse":11,"book":"bible.john"},{"body":"While I was with them, I kept them in thy name. Those whom thou gavest me have I kept: and none of them is lost, but the son of perdition: that the scripture may be fulfilled.","chap":17,"verse":12,"book":"bible.john"},{"body":"And now I come to thee: and these things I speak in the world, that they may have my joy filled in themselves.","chap":17,"verse":13,"book":"bible.john"},{"body":"I have given them thy word, and the world hath hated them: because they are not of the world, as I also am not of the world.","chap":17,"verse":14,"book":"bible.john"},{"body":"I pray not that thou shouldst take them out of the world, but that thou shouldst keep them from evil.","chap":17,"verse":15,"book":"bible.john"},{"body":"They are not of the world, as I also am not of the world.","chap":17,"verse":16,"book":"bible.john"},{"body":"Sanctify them in truth. Thy word is truth.","chap":17,"verse":17,"book":"bible.john"},{"body":"As thou hast sent me into the world, I also have sent them into the world.","chap":17,"verse":18,"book":"bible.john"},{"body":"And for them do I sanctify myself, that they also may be sanctified in truth.","chap":17,"verse":19,"book":"bible.john"},{"body":"And not for them only do I pray, but for them also who through their word shall believe in me.","chap":17,"verse":20,"book":"bible.john"},{"body":"That they all may be one, as thou, Father, in me, and I in thee; that they also may be one in us: that the world may believe that thou hast sent me.","chap":17,"verse":21,"book":"bible.john"},{"body":"And the glory which thou hast given me, I have given to them: that, they may be one, as we also are one.","chap":17,"verse":22,"book":"bible.john"},{"body":"I in them, and thou in me: that they may be made perfect in one: and the world may know that thou hast sent me and hast loved them, as thou hast also loved me.","chap":17,"verse":23,"book":"bible.john"},{"body":"Father, I will that where I am, they also whom thou hast given me may be with me: that they may see my glory which thou hast given me, because thou hast loved me before the creation of the world.","chap":17,"verse":24,"book":"bible.john"},{"body":"Just Father, the world hath not known thee: but I have known thee. And these have known that thou hast sent me.","chap":17,"verse":25,"book":"bible.john"},{"body":"And I have made known thy name to them and will make it known: that the love wherewith thou hast loved me may be in them, and I in them.","chap":17,"verse":26,"book":"bible.john"},{"body":"When Jesus had said these things, he went forth with his disciples over the brook Cedron, where there was a garden, into which he entered with his disciples.","chap":18,"verse":1,"book":"bible.john"},{"body":"And Judas also, who betrayed him, knew the place: because Jesus had often resorted thither together with his disciples.","chap":18,"verse":2,"book":"bible.john"},{"body":"Judas therefore having received a band of soldiers and servants from the chief priests and the Pharisees, cometh thither with lanterns and torches and weapons.","chap":18,"verse":3,"book":"bible.john"},{"body":"Jesus therefore, knowing all things that should come upon him, went forth and said to them: Whom seek ye?","chap":18,"verse":4,"book":"bible.john"},{"body":"They answered him: Jesus of Nazareth. Jesus saith to them: I am he. And Judas also, who betrayed him, stood with them.","chap":18,"verse":5,"book":"bible.john"},{"body":"As soon therefore as he had said to them: I am he; they went backward and fell to the ground.","chap":18,"verse":6,"book":"bible.john"},{"body":"Again therefore he asked them: Whom seek ye? And they said: Jesus of Nazareth.","chap":18,"verse":7,"book":"bible.john"},{"body":"Jesus answered: I have told you that I am he. If therefore you seek me, let these go their way,","chap":18,"verse":8,"book":"bible.john"},{"body":"That the word might be fulfilled which he said: Of them whom thou hast given me, I have not lost any one.","chap":18,"verse":9,"book":"bible.john"},{"body":"Then Simon Peter, having a sword, drew it and struck the servant of the high priest and cut off his right ear. And the name of thee servant was Malchus.","chap":18,"verse":10,"book":"bible.john"},{"body":"Jesus therefore said to Peter: Put up thy sword into the scabbard. The chalice which my father hath given me, shall I not drink it?","chap":18,"verse":11,"book":"bible.john"},{"body":"Then the band and the tribune and the servants of the Jews took Jesus and bound him.","chap":18,"verse":12,"book":"bible.john"},{"body":"And they led him away to Annas first, for he was father-in-law to Caiphas, who was the high priest of that year.","chap":18,"verse":13,"book":"bible.john"},{"body":"Now Caiphas was he who had given the counsel to the Jews: That it was expedient that one man should die for the people.","chap":18,"verse":14,"book":"bible.john"},{"body":"And Simon Peter followed Jesus: and so did another disciple. And that disciple was known to the high priest and went in with Jesus into the court of the high priest.","chap":18,"verse":15,"book":"bible.john"},{"body":"But Peter stood at the door without. The other disciple therefore, who was known to the high priest, went out and spoke to the portress and brought in Peter.","chap":18,"verse":16,"book":"bible.john"},{"body":"The maid therefore that was portress saith to Peter: Art not thou also one of this man's disciple? He saith I am not.","chap":18,"verse":17,"book":"bible.john"},{"body":"Now the servants and ministers stood at a fire of coals, because it was cold, and warmed themselves. And with them was Peter also, standing and warming himself.","chap":18,"verse":18,"book":"bible.john"},{"body":"The high priest therefore asked Jesus of his disciples and of his doctrine.","chap":18,"verse":19,"book":"bible.john"},{"body":"Jesus answered him: I have spoken openly to the world. I have always taught in the synagogue and in the temple, whither all the Jews resort: and in secret I have spoken nothing.","chap":18,"verse":20,"book":"bible.john"},{"body":"Why askest thou me? Ask them who have heard what I have spoken unto them. Behold they know what things I have said.","chap":18,"verse":21,"book":"bible.john"},{"body":"And when he had said these things, one of the servants standing by gave Jesus a blow, saying: Answerest thou the high priest so?","chap":18,"verse":22,"book":"bible.john"},{"body":"Jesus answered him: If I have spoken evil, give testimony of the evil; but if well, why strikest thou me?","chap":18,"verse":23,"book":"bible.john"},{"body":"And Annas sent him bound to Caiphas the high priest.","chap":18,"verse":24,"book":"bible.john"},{"body":"And Simon Peter was standing and warming himself. They said therefore to him: Art not thou also one of his disciples? He denied it and said: I am not.","chap":18,"verse":25,"book":"bible.john"},{"body":"One of the servants of the high priest (a kinsman to him whose ear Peter cut off) saith to him: Did not I see thee in the garden with him?","chap":18,"verse":26,"book":"bible.john"},{"body":"Again therefore Peter denied: and immediately the cock crew.","chap":18,"verse":27,"book":"bible.john"},{"body":"Then they led Jesus from Caiphas to the governor's hall. And it was morning: and they went not into the hall, that they might not be defiled, but that they might eat the pasch.","chap":18,"verse":28,"book":"bible.john"},{"body":"Pilate therefore went out to them, and said: What accusation bring you against this man?","chap":18,"verse":29,"book":"bible.john"},{"body":"They answered and said to him: If he were not a malefactor, we would not have delivered him up to thee.","chap":18,"verse":30,"book":"bible.john"},{"body":"Pilate therefore said to them: Take him you, and judge him according to your law. The Jews therefore said to him: It is not lawful for us to put any man to death.","chap":18,"verse":31,"book":"bible.john"},{"body":"That the word of Jesus might be fulfilled, which he said, signifying what death he should die.","chap":18,"verse":32,"book":"bible.john"},{"body":"Pilate therefore went into the hall again and called Jesus and said to him: Art thou the king of the Jews?","chap":18,"verse":33,"book":"bible.john"},{"body":"Jesus answered: Sayest thou this thing of thyself, or have others told it thee of me?","chap":18,"verse":34,"book":"bible.john"},{"body":"Pilate answered: Am I a Jew? Thy own nation and the chief priests have delivered thee up to me. What hast thou done?","chap":18,"verse":35,"book":"bible.john"},{"body":"Jesus answered: My kingdom is not of this world. If my kingdom were of this world, my servants would certainly strive that I should not be delivered to the Jews: but now my kingdom is not from hence.","chap":18,"verse":36,"book":"bible.john"},{"body":"Pilate therefore said to him: Art thou a king then? Jesus answered: Thou sayest that I am a king. For this was I born, and for this came I into the world; that I should give testimony to the truth. Every one that is of the truth heareth my voice.","chap":18,"verse":37,"book":"bible.john"},{"body":"Pilate saith to him: What is truth? And when he said this, he went out again to the Jews and saith to them: I find no cause in him.","chap":18,"verse":38,"book":"bible.john"},{"body":"But you have a custom that I should release one unto you at the Pasch. Will you, therefore, that I release unto you the king of the Jews?","chap":18,"verse":39,"book":"bible.john"},{"body":"Then cried they all again, saying: Not this man, but Barabbas. Now Barabbas was a robber.","chap":18,"verse":40,"book":"bible.john"},{"body":"Then therefore Pilate took Jesus and scourged him.","chap":19,"verse":1,"book":"bible.john"},{"body":"And the soldiers platting a crown of thorns, put it upon his head: and they put on him a purple garment.","chap":19,"verse":2,"book":"bible.john"},{"body":"And they came to him and said: Hail, king of the Jews. And they gave him blows.","chap":19,"verse":3,"book":"bible.john"},{"body":"Pilate therefore went forth again and saith to them: Behold, I bring him forth unto you, that you may know that I find no cause in him.","chap":19,"verse":4,"book":"bible.john"},{"body":"(Jesus therefore came forth, bearing the crown of thorns and the purple garment.) And he saith to them: Behold the Man.","chap":19,"verse":5,"book":"bible.john"},{"body":"When the chief priests, therefore, and the servants had seen him, they cried out, saying: Crucify him, Crucify him. Pilate saith to them: Take him you, and crucify him: for I find no cause in him.","chap":19,"verse":6,"book":"bible.john"},{"body":"The Jews answered him: We have a law; and according to the law he ought to die, because he made himself the Son of God.","chap":19,"verse":7,"book":"bible.john"},{"body":"When Pilate therefore had heard this saying, he feared the more.","chap":19,"verse":8,"book":"bible.john"},{"body":"And he entered into the hall again; and he said to Jesus: Whence art thou? But Jesus gave him no answer.","chap":19,"verse":9,"book":"bible.john"},{"body":"Pilate therefore saith to him: Speakest thou not to me? Knowest thou not that I have power to crucify thee, and I have power to release thee?","chap":19,"verse":10,"book":"bible.john"},{"body":"Jesus answered: Thou shouldst not have any power against me, unless it were given thee from above. Therefore, he that hath delivered me to thee hath the greater sin.","chap":19,"verse":11,"book":"bible.john"},{"body":"And from henceforth Pilate sought to release him. But the Jews cried out, saying: If thou release this man, thou art not Caesar's friend. For whosoever maketh himself a king speaketh against Caesar.","chap":19,"verse":12,"book":"bible.john"},{"body":"Now when Pilate had heard these words, he brought Jesus forth and sat down in the judgment seat, in the place that is called Lithostrotos, and in Hebrew Gabbatha.","chap":19,"verse":13,"book":"bible.john"},{"body":"And it was the parasceve of the pasch, about the sixth hour: and he saith to the Jews: Behold your king.","chap":19,"verse":14,"book":"bible.john"},{"body":"But they cried out: Away with him: Away with him: Crucify him. Pilate saith to them: shall I crucify your king? The chief priests answered: We have no king but Caesar.","chap":19,"verse":15,"book":"bible.john"},{"body":"Then therefore he delivered him to them to be crucified. And they took Jesus and led him forth.","chap":19,"verse":16,"book":"bible.john"},{"body":"And bearing his own cross, he went forth to the place which is called Calvary, but in Hebrew Golgotha.","chap":19,"verse":17,"book":"bible.john"},{"body":"Where they crucified him, and with him two others, one on each side, and Jesus in the midst.","chap":19,"verse":18,"book":"bible.john"},{"body":"And Pilate wrote a title also: and he put it upon the cross. And the writing was: JESUS OF NAZARETH, THE KING OF THE JEWS.","chap":19,"verse":19,"book":"bible.john"},{"body":"This title therefore many of the Jews did read: because the place where Jesus was crucified was nigh to the city. And it was written in Hebrew, in Greek, and in Latin.","chap":19,"verse":20,"book":"bible.john"},{"body":"Then the chief priests of the Jews said to Pilate: Write not: The King of the Jews. But that he said: I am the King of the Jews.","chap":19,"verse":21,"book":"bible.john"},{"body":"Pilate answered: What I have written, I have written.","chap":19,"verse":22,"book":"bible.john"},{"body":"The soldiers therefore, when they had crucified him, took his garments, (and they made four parts, to every soldier a part) and also his coat. Now the coat was without seam, woven from the top throughout.","chap":19,"verse":23,"book":"bible.john"},{"body":"They said then one to another: Let us not cut it but let us cast lots for it, whose it shall be; that the scripture might be fulfilled, saying: They have parted my garments among them, and upon my vesture they have cast lots. And the soldiers indeed did these things.","chap":19,"verse":24,"book":"bible.john"},{"body":"Now there stood by the cross of Jesus, his mother and his mother's sister, Mary of Cleophas, and Mary Magdalen.","chap":19,"verse":25,"book":"bible.john"},{"body":"When Jesus therefore had seen his mother and the disciple standing whom he loved, he saith to his mother: Woman, behold thy son.","chap":19,"verse":26,"book":"bible.john"},{"body":"After that, he saith to the disciple: Behold thy mother. And from that hour, the disciple took her to his own.","chap":19,"verse":27,"book":"bible.john"},{"body":"Afterwards, Jesus knowing that all things were now accomplished, that the scripture might be fulfilled, said: I thirst.","chap":19,"verse":28,"book":"bible.john"},{"body":"Now there was a vessel set there, full of vinegar. And they, putting a sponge full of vinegar about hyssop, put it to his mouth.","chap":19,"verse":29,"book":"bible.john"},{"body":"Jesus therefore, when he had taken the vinegar, said: It is consummated. And bowing his head, he gave up the ghost.","chap":19,"verse":30,"book":"bible.john"},{"body":"Then the Jews (because it was the parasceve), that the bodies might not remain upon the cross on the sabbath day (for that was a great sabbath day), besought Pilate that their legs might be broken: and that they might be taken away.","chap":19,"verse":31,"book":"bible.john"},{"body":"The soldiers therefore came: and they broke the legs of the first, and of the other that was crucified with him.","chap":19,"verse":32,"book":"bible.john"},{"body":"But after they were come to Jesus, when they saw that he was already dead, they did not break his legs.","chap":19,"verse":33,"book":"bible.john"},{"body":"But one of the soldiers with a spear opened his side: and immediately there came out blood and water.","chap":19,"verse":34,"book":"bible.john"},{"body":"And he that saw it hath given testimony: and his testimony is true. And he knoweth that he saith true: that you also may believe.","chap":19,"verse":35,"book":"bible.john"},{"body":"For these things were done that the scripture might be fulfilled: You shall not break a bone of him.","chap":19,"verse":36,"book":"bible.john"},{"body":"And again another scripture saith: They shall look on him whom they pierced.","chap":19,"verse":37,"book":"bible.john"},{"body":"And after these things, Joseph of Arimathea (because he was a disciple of Jesus, but secretly for fear of the Jews), besought Pilate that he might take away the body of Jesus. And Pilate gave leave. He came therefore and took away the body of Jesus.","chap":19,"verse":38,"book":"bible.john"},{"body":"And Nicodemus also came (he who at the first came to Jesus by night), bringing a mixture of myrrh and aloes, about an hundred pound weight.","chap":19,"verse":39,"book":"bible.john"},{"body":"They took therefore the body of Jesus and bound it in linen cloths, with the spices, as the manner of the Jews is to bury.","chap":19,"verse":40,"book":"bible.john"},{"body":"Now there was in the place where he was crucified a garden: and in the garden a new sepulchre, wherein no man yet had been laid.","chap":19,"verse":41,"book":"bible.john"},{"body":"There, therefore, because of the parasceve of the Jews, they laid Jesus: because the sepulchre was nigh at hand.","chap":19,"verse":42,"book":"bible.john"},{"body":"And on the first day of the week, Mary Magdalen cometh early, when it was yet dark, unto the sepulchre: and she saw the stone taken away from the sepulchre.","chap":20,"verse":1,"book":"bible.john"},{"body":"She ran therefore and cometh to Simon Peter and to the other disciple whom Jesus loved and saith to them: They have taken away the Lord out of the sepulchre: and we know not where they have laid him.","chap":20,"verse":2,"book":"bible.john"},{"body":"Peter therefore went out, and the other disciple: and they came to the sepulchre.","chap":20,"verse":3,"book":"bible.john"},{"body":"And they both ran together: and that other disciple did outrun Peter and came first to the sepulchre.","chap":20,"verse":4,"book":"bible.john"},{"body":"And when he stooped down, he saw the linen cloths lying: but yet he went not in.","chap":20,"verse":5,"book":"bible.john"},{"body":"Then cometh Simon Peter, following him, and went into the sepulchre: and saw the linen cloths lying,","chap":20,"verse":6,"book":"bible.john"},{"body":"And the napkin that had been about his head, not lying with the linen cloths, but apart, wrapped up into one place.","chap":20,"verse":7,"book":"bible.john"},{"body":"Then that other disciple also went in, who came first to the sepulchre: and he saw and believed.","chap":20,"verse":8,"book":"bible.john"},{"body":"For as yet they knew not the scripture, that he must rise again from the dead.","chap":20,"verse":9,"book":"bible.john"},{"body":"The disciples therefore departed again to their home.","chap":20,"verse":10,"book":"bible.john"},{"body":"But Mary stood at the sepulchre without, weeping. Now as she was weeping, she stooped down and looked into the sepulchre,","chap":20,"verse":11,"book":"bible.john"},{"body":"And she saw two angels in white, sitting, one at the head, and one at the feet, where the body of Jesus had been laid.","chap":20,"verse":12,"book":"bible.john"},{"body":"They say to her: Woman, why weepest thou? She saith to them: Because they have taken away my Lord: and I know not where they have laid him.","chap":20,"verse":13,"book":"bible.john"},{"body":"When she had thus said, she turned herself back and saw Jesus standing: and she knew not that it was Jesus.","chap":20,"verse":14,"book":"bible.john"},{"body":"Jesus saith to her: Woman, why weepest thou? Whom seekest thou? She, thinking that it was the gardener, saith to him: Sir, if thou hast taken him hence, tell me where thou hast laid him: and I will take him away.","chap":20,"verse":15,"book":"bible.john"},{"body":"Jesus saith to her: Mary. She turning, saith to him: Rabboni (which is to say, Master).","chap":20,"verse":16,"book":"bible.john"},{"body":"Jesus saith to her: Do not touch me: for I am not yet ascended to my Father. But go to my brethren and say to them: I ascend to my Father and to your Father, to my God and to your God.","chap":20,"verse":17,"book":"bible.john"},{"body":"Mary Magdalen cometh and telleth the disciples: I have seen the Lord; and these things he said to me.","chap":20,"verse":18,"book":"bible.john"},{"body":"Now when it was late the same day, the first of the week, and the doors were shut, where the disciples were gathered together, for fear of the Jews, Jesus came and stood in the midst and said to them: Peace be to you.","chap":20,"verse":19,"book":"bible.john"},{"body":"And when he had said this, he shewed them his hands and his side. The disciples therefore were glad, when they saw the Lord.","chap":20,"verse":20,"book":"bible.john"},{"body":"He said therefore to them again: Peace be to you. As the Father hath sent me, I also send you.","chap":20,"verse":21,"book":"bible.john"},{"body":"When he had said this, he breathed on them; and he said to them: Receive ye the Holy Ghost.","chap":20,"verse":22,"book":"bible.john"},{"body":"Whose sins you shall forgive, they are forgiven them: and whose sins you shall retain, they are retained.","chap":20,"verse":23,"book":"bible.john"},{"body":"Now Thomas, one of the twelve, who is called Didymus, was not with them when Jesus came.","chap":20,"verse":24,"book":"bible.john"},{"body":"The other disciples therefore said to him: We have seen the Lord. But he said to them: Except I shall see in his hands the print of the nails and put my finger into the place of the nails and put my hand into his side, I will not believe.","chap":20,"verse":25,"book":"bible.john"},{"body":"And after eight days, again his disciples were within, and Thomas with them. Jesus cometh, the doors being shut, and stood in the midst and said: Peace be to you.","chap":20,"verse":26,"book":"bible.john"},{"body":"Then he said to Thomas: Put in thy finger hither and see my hands. And bring hither the hand and put it into my side. And be not faithless, but believing.","chap":20,"verse":27,"book":"bible.john"},{"body":"Thomas answered and said to him: My Lord and my God.","chap":20,"verse":28,"book":"bible.john"},{"body":"Jesus saith to him: Because thou hast seen me, Thomas, thou hast believed: blessed are they that have not seen and have believed.","chap":20,"verse":29,"book":"bible.john"},{"body":"Many other signs also did Jesus in the sight of his disciples, which are not written in this book.","chap":20,"verse":30,"book":"bible.john"},{"body":"But these are written, that you may believe that Jesus is the Christ, the Son of God: and that believing, you may have life in his name.","chap":20,"verse":31,"book":"bible.john"},{"body":"After this, Jesus shewed himself to the disciples at the sea of Tiberias. And he shewed himself after this manner.","chap":21,"verse":1,"book":"bible.john"},{"body":"There were together: Simon Peter and Thomas, who is called Didymus, and Nathanael, who was of Cana of Galilee, and the sons of Zebedee and two others of his disciples.","chap":21,"verse":2,"book":"bible.john"},{"body":"Simon Peter saith to them: I go a fishing. They say to him: We also come with thee. And they went forth and entered into the ship: and that night they caught nothing.","chap":21,"verse":3,"book":"bible.john"},{"body":"But when the morning was come, Jesus stood on the shore: yet the disciples knew not that it was Jesus.","chap":21,"verse":4,"book":"bible.john"},{"body":"Jesus therefore said to them: Children, have you any meat? They answered him: No.","chap":21,"verse":5,"book":"bible.john"},{"body":"He saith to them: Cast the net on the right side of the ship; and you shall find. They cast therefore: and now they were not able to draw it, for the multitude of fishes.","chap":21,"verse":6,"book":"bible.john"},{"body":"That disciple therefore whom Jesus loved said to Peter: It is the Lord. Simon Peter, when he heard that it was the Lord, girt his coat about him (for he was naked) and cast himself into the sea.","chap":21,"verse":7,"book":"bible.john"},{"body":"But the other disciples came in the ship (for they were not far from the land, but as it were two hundred cubits) dragging the net with fishes.","chap":21,"verse":8,"book":"bible.john"},{"body":"As soon then as they came to land they saw hot coals lying, and a fish laid thereon, and bread.","chap":21,"verse":9,"book":"bible.john"},{"body":"Jesus saith to them: Bring hither of the fishes which you have now caught.","chap":21,"verse":10,"book":"bible.john"},{"body":"Simon Peter went up and drew the net to land, full of great fishes, one hundred and fifty-three. And although there were so many, the net was not broken.","chap":21,"verse":11,"book":"bible.john"},{"body":"Jesus saith to them: Come and dine. And none of them who were at meat, durst ask him: Who art thou? Knowing that it was the Lord.","chap":21,"verse":12,"book":"bible.john"},{"body":"And Jesus cometh and taketh bread and giveth them: and fish in like manner.","chap":21,"verse":13,"book":"bible.john"},{"body":"This is now the third time that Jesus was manifested to his disciples, after he was risen from the dead.","chap":21,"verse":14,"book":"bible.john"},{"body":"When therefore they had dined, Jesus saith to Simon Peter: Simon, son of John, lovest thou me more than these? He saith to him: Yea, Lord, thou knowest that I love thee. He saith to him: Feed my lambs.","chap":21,"verse":15,"book":"bible.john"},{"body":"He saith to him again: Simon, son of John, lovest thou me? He saith to him: yea, Lord, thou knowest that I love thee. He saith to him: Feed my lambs.","chap":21,"verse":16,"book":"bible.john"},{"body":"He said to him the third time: Simon, son of John, lovest thou me? Peter was grieved because he had said to him the third time: Lovest thou me? And he said to him: Lord, thou knowest all things: thou knowest that I love thee. He said to him: Feed my sheep.","chap":21,"verse":17,"book":"bible.john"},{"body":"Amen, amen, I say to thee, When thou wast younger, thou didst gird thyself and didst walk where thou wouldst. But when thou shalt be old, thou shalt stretch forth thy hands, and another shall gird thee and lead thee whither thou wouldst not.","chap":21,"verse":18,"book":"bible.john"},{"body":"And this he said, signifying by what death he should glorify God. And when he had said this, he saith to him: Follow me.","chap":21,"verse":19,"book":"bible.john"},{"body":"Peter turning about, saw that disciple whom Jesus loved following, who also leaned on his breast at supper and said: Lord, who is he that shall betray thee?","chap":21,"verse":20,"book":"bible.john"},{"body":"Him therefore when Peter had seen, he saith to Jesus: Lord, and what shall this man do?","chap":21,"verse":21,"book":"bible.john"},{"body":"Jesus saith to him: So I will have him to remain till I come, what is it to thee? Follow thou me.","chap":21,"verse":22,"book":"bible.john"},{"body":"This saying therefore went abroad among the brethren, that that disciple should not die. And Jesus did not say to him: He should not die; but: So I will have him to remain till I come, what is it to thee?","chap":21,"verse":23,"book":"bible.john"},{"body":"This is that disciple who giveth testimony of these things and hath written these things: and we know that his testimony is true.","chap":21,"verse":24,"book":"bible.john"},{"body":"But there are also many other things which Jesus did which, if they were written every one, the world itself. I think, would not be able to contain the books that should be written.","chap":21,"verse":25,"book":"bible.john"}],"segs":[{"rowids":"[1,2,3,4,5]","book":"bible.john"},{"rowids":"[6,7,8,9]","book":"bible.john"},{"rowids":"[10,11,12]","book":"bible.john"},{"rowids":"[13,14]","book":"bible.john"},{"rowids":"[15,16,17]","book":"bible.john"},{"rowids":"[18,19,20]","book":"bible.john"},{"rowids":"[21,22,23]","book":"bible.john"},{"rowids":"[24,25,26]","book":"bible.john"},{"rowids":"[27,28,29]","book":"bible.john"},{"rowids":"[30,31,32]","book":"bible.john"},{"rowids":"[33,34,35]","book":"bible.john"},{"rowids":"[36,37,38]","book":"bible.john"},{"rowids":"[39,40,41]","book":"bible.john"},{"rowids":"[42,43,44]","book":"bible.john"},{"rowids":"[45,46,47]","book":"bible.john"},{"rowids":"[48,49]","book":"bible.john"},{"rowids":"[50,51]","book":"bible.john"},{"rowids":"[52,53,54,55]","book":"bible.john"},{"rowids":"[56,57,58]","book":"bible.john"},{"rowids":"[59,60]","book":"bible.john"},{"rowids":"[61,62]","book":"bible.john"},{"rowids":"[63,64,65]","book":"bible.john"},{"rowids":"[66,67]","book":"bible.john"},{"rowids":"[68,69,70]","book":"bible.john"},{"rowids":"[71,72,73]","book":"bible.john"},{"rowids":"[74,75,76]","book":"bible.john"},{"rowids":"[77,78]","book":"bible.john"},{"rowids":"[79,80]","book":"bible.john"},{"rowids":"[81,82,83]","book":"bible.john"},{"rowids":"[84,85,86]","book":"bible.john"},{"rowids":"[87,88,89]","book":"bible.john"},{"rowids":"[90,91,92]","book":"bible.john"},{"rowids":"[93,94]","book":"bible.john"},{"rowids":"[95,96,97]","book":"bible.john"},{"rowids":"[98,99,100,101]","book":"bible.john"},{"rowids":"[102,103,104]","book":"bible.john"},{"rowids":"[105,106]","book":"bible.john"},{"rowids":"[107,108,109]","book":"bible.john"},{"rowids":"[110,111,112]","book":"bible.john"},{"rowids":"[113,114,115,116,117]","book":"bible.john"},{"rowids":"[118,119,120]","book":"bible.john"},{"rowids":"[121]","book":"bible.john"},{"rowids":"[122,123]","book":"bible.john"},{"rowids":"[124,125]","book":"bible.john"},{"rowids":"[126,127,128]","book":"bible.john"},{"rowids":"[129,130,131]","book":"bible.john"},{"rowids":"[132,133,134]","book":"bible.john"},{"rowids":"[135,136]","book":"bible.john"},{"rowids":"[137,138,139]","book":"bible.john"},{"rowids":"[140,141,142,143]","book":"bible.john"},{"rowids":"[144,145,146]","book":"bible.john"},{"rowids":"[147,148]","book":"bible.john"},{"rowids":"[149,150,151]","book":"bible.john"},{"rowids":"[152,153,154]","book":"bible.john"},{"rowids":"[155,156,157]","book":"bible.john"},{"rowids":"[158,159]","book":"bible.john"},{"rowids":"[160,161,162,163]","book":"bible.john"},{"rowids":"[164,165,166]","book":"bible.john"},{"rowids":"[167,168,169]","book":"bible.john"},{"rowids":"[170,171]","book":"bible.john"},{"rowids":"[172,173,174]","book":"bible.john"},{"rowids":"[175,176,177]","book":"bible.john"},{"rowids":"[178,179,180]","book":"bible.john"},{"rowids":"[181,182,183]","book":"bible.john"},{"rowids":"[184]","book":"bible.john"},{"rowids":"[185,186]","book":"bible.john"},{"rowids":"[187,188,189]","book":"bible.john"},{"rowids":"[190,191]","book":"bible.john"},{"rowids":"[192,193,194]","book":"bible.john"},{"rowids":"[195,196,197]","book":"bible.john"},{"rowids":"[198,199,200,201]","book":"bible.john"},{"rowids":"[202,203]","book":"bible.john"},{"rowids":"[204,205,206,207]","book":"bible.john"},{"rowids":"[208,209,210]","book":"bible.john"},{"rowids":"[211,212,213]","book":"bible.john"},{"rowids":"[214,215,216,217]","book":"bible.john"},{"rowids":"[218,219,220]","book":"bible.john"},{"rowids":"[221,222,223]","book":"bible.john"},{"rowids":"[224,225]","book":"bible.john"},{"rowids":"[226,227]","book":"bible.john"},{"rowids":"[228,229,230]","book":"bible.john"},{"rowids":"[231,232,233]","book":"bible.john"},{"rowids":"[234,235]","book":"bible.john"},{"rowids":"[236,237,238]","book":"bible.john"},{"rowids":"[239,240]","book":"bible.john"},{"rowids":"[241,242,243]","book":"bible.john"},{"rowids":"[244,245,246]","book":"bible.john"},{"rowids":"[247,248,249]","book":"bible.john"},{"rowids":"[250,251]","book":"bible.john"},{"rowids":"[252,253]","book":"bible.john"},{"rowids":"[254,255,256]","book":"bible.john"},{"rowids":"[257,258]","book":"bible.john"},{"rowids":"[259,260,261,262,263]","book":"bible.john"},{"rowids":"[264,265,266]","book":"bible.john"},{"rowids":"[267,268,269]","book":"bible.john"},{"rowids":"[270,271,272]","book":"bible.john"},{"rowids":"[273,274,275,276]","book":"bible.john"},{"rowids":"[277,278]","book":"bible.john"},{"rowids":"[279,280,281,282]","book":"bible.john"},{"rowids":"[283,284,285]","book":"bible.john"},{"rowids":"[286,287,288]","book":"bible.john"},{"rowids":"[289,290,291]","book":"bible.john"},{"rowids":"[292,293,294]","book":"bible.john"},{"rowids":"[295,296,297]","book":"bible.john"},{"rowids":"[298,299,300,301]","book":"bible.john"},{"rowids":"[302,303,304]","book":"bible.john"},{"rowids":"[305,306,307]","book":"bible.john"},{"rowids":"[308,309,310]","book":"bible.john"},{"rowids":"[311,312]","book":"bible.john"},{"rowids":"[313,314,315]","book":"bible.john"},{"rowids":"[316,317,318]","book":"bible.john"},{"rowids":"[319,320,321]","book":"bible.john"},{"rowids":"[322,323]","book":"bible.john"},{"rowids":"[324,325,326]","book":"bible.john"},{"rowids":"[327,328,329,330]","book":"bible.john"},{"rowids":"[331,332,333,334,335]","book":"bible.john"},{"rowids":"[336,337,338]","book":"bible.john"},{"rowids":"[339,340,341,342]","book":"bible.john"},{"rowids":"[343,344,345]","book":"bible.john"},{"rowids":"[346,347,348]","book":"bible.john"},{"rowids":"[349,350,351]","book":"bible.john"},{"rowids":"[352,353,354]","book":"bible.john"},{"rowids":"[355,356,357]","book":"bible.john"},{"rowids":"[358,359,360]","book":"bible.john"},{"rowids":"[361,362,363]","book":"bible.john"},{"rowids":"[364,365]","book":"bible.john"},{"rowids":"[366,367]","book":"bible.john"},{"rowids":"[368,369,370,371]","book":"bible.john"},{"rowids":"[372,373,374,375]","book":"bible.john"},{"rowids":"[376,377]","book":"bible.john"},{"rowids":"[378,379]","book":"bible.john"},{"rowids":"[380,381]","book":"bible.john"},{"rowids":"[382,383]","book":"bible.john"},{"rowids":"[384,385,386]","book":"bible.john"},{"rowids":"[387,388,389]","book":"bible.john"},{"rowids":"[390,391]","book":"bible.john"},{"rowids":"[392,393]","book":"bible.john"},{"rowids":"[394,395,396,397]","book":"bible.john"},{"rowids":"[398,399,400]","book":"bible.john"},{"rowids":"[401,402,403]","book":"bible.john"},{"rowids":"[404,405,406]","book":"bible.john"},{"rowids":"[407,408,409,410]","book":"bible.john"},{"rowids":"[411,412]","book":"bible.john"},{"rowids":"[413,414]","book":"bible.john"},{"rowids":"[415,416,417]","book":"bible.john"},{"rowids":"[418,419]","book":"bible.john"},{"rowids":"[420,421,422]","book":"bible.john"},{"rowids":"[423,424,425]","book":"bible.john"},{"rowids":"[426,427,428]","book":"bible.john"},{"rowids":"[429,430,431]","book":"bible.john"},{"rowids":"[432,433,434,435]","book":"bible.john"},{"rowids":"[436,437,438]","book":"bible.john"},{"rowids":"[439,440,441]","book":"bible.john"},{"rowids":"[442,443,444]","book":"bible.john"},{"rowids":"[445,446,447]","book":"bible.john"},{"rowids":"[448,449]","book":"bible.john"},{"rowids":"[450,451,452]","book":"bible.john"},{"rowids":"[453,454,455]","book":"bible.john"},{"rowids":"[456,457,458]","book":"bible.john"},{"rowids":"[459,460,461]","book":"bible.john"},{"rowids":"[462,463,464]","book":"bible.john"},{"rowids":"[465,466,467,468]","book":"bible.john"},{"rowids":"[469,470,471,472]","book":"bible.john"},{"rowids":"[473,474,475]","book":"bible.john"},{"rowids":"[476,477,478]","book":"bible.john"},{"rowids":"[479,480]","book":"bible.john"},{"rowids":"[481,482,483]","book":"bible.john"},{"rowids":"[484,485,486,487]","book":"bible.john"},{"rowids":"[488,489,490]","book":"bible.john"},{"rowids":"[491,492,493,494]","book":"bible.john"},{"rowids":"[495,496,497,498]","book":"bible.john"},{"rowids":"[499,500,501,502]","book":"bible.john"},{"rowids":"[503,504,505,506]","book":"bible.john"},{"rowids":"[507,508,509]","book":"bible.john"},{"rowids":"[510,511]","book":"bible.john"},{"rowids":"[512,513,514]","book":"bible.john"},{"rowids":"[515,516,517,518]","book":"bible.john"},{"rowids":"[519,520]","book":"bible.john"},{"rowids":"[521,522,523]","book":"bible.john"},{"rowids":"[524,525]","book":"bible.john"},{"rowids":"[526,527,528]","book":"bible.john"},{"rowids":"[529,530,531]","book":"bible.john"},{"rowids":"[532,533,534]","book":"bible.john"},{"rowids":"[535]","book":"bible.john"},{"rowids":"[536]","book":"bible.john"},{"rowids":"[537,538]","book":"bible.john"},{"rowids":"[539,540,541]","book":"bible.john"},{"rowids":"[542,543,544]","book":"bible.john"},{"rowids":"[545,546,547]","book":"bible.john"},{"rowids":"[548,549,550]","book":"bible.john"},{"rowids":"[551,552,553]","book":"bible.john"},{"rowids":"[554,555,556]","book":"bible.john"},{"rowids":"[557,558,559,560]","book":"bible.john"},{"rowids":"[561,562]","book":"bible.john"},{"rowids":"[563,564,565]","book":"bible.john"},{"rowids":"[566,567,568,569]","book":"bible.john"},{"rowids":"[570,571]","book":"bible.john"},{"rowids":"[572,573]","book":"bible.john"},{"rowids":"[574,575,576]","book":"bible.john"},{"rowids":"[577,578,579]","book":"bible.john"},{"rowids":"[580,581,582]","book":"bible.john"},{"rowids":"[583,584]","book":"bible.john"},{"rowids":"[585,586]","book":"bible.john"},{"rowids":"[587,588]","book":"bible.john"},{"rowids":"[589,590,591]","book":"bible.john"},{"rowids":"[592,593,594]","book":"bible.john"},{"rowids":"[595,596,597]","book":"bible.john"},{"rowids":"[598,599,600]","book":"bible.john"},{"rowids":"[601,602,603]","book":"bible.john"},{"rowids":"[604,605]","book":"bible.john"},{"rowids":"[606,607,608]","book":"bible.john"},{"rowids":"[609,610,611]","book":"bible.john"},{"rowids":"[612,613,614]","book":"bible.john"},{"rowids":"[615,616,617]","book":"bible.john"},{"rowids":"[618,619]","book":"bible.john"},{"rowids":"[620,621,622]","book":"bible.john"},{"rowids":"[623,624]","book":"bible.john"},{"rowids":"[625,626,627]","book":"bible.john"},{"rowids":"[628,629,630]","book":"bible.john"},{"rowids":"[631,632]","book":"bible.john"},{"rowids":"[633]","book":"bible.john"},{"rowids":"[634,635]","book":"bible.john"},{"rowids":"[636,637]","book":"bible.john"},{"rowids":"[638,639,640]","book":"bible.john"},{"rowids":"[641,642,643]","book":"bible.john"},{"rowids":"[644,645]","book":"bible.john"},{"rowids":"[646,647]","book":"bible.john"},{"rowids":"[648,649,650]","book":"bible.john"},{"rowids":"[651,652]","book":"bible.john"},{"rowids":"[653,654]","book":"bible.john"},{"rowids":"[655,656]","book":"bible.john"},{"rowids":"[657,658]","book":"bible.john"},{"rowids":"[659,660]","book":"bible.john"},{"rowids":"[661,662]","book":"bible.john"},{"rowids":"[663,664,665]","book":"bible.john"},{"rowids":"[666,667,668,669]","book":"bible.john"},{"rowids":"[670]","book":"bible.john"},{"rowids":"[671,672,673]","book":"bible.john"},{"rowids":"[674]","book":"bible.john"},{"rowids":"[675,676]","book":"bible.john"},{"rowids":"[677,678,679]","book":"bible.john"},{"rowids":"[680,681,682]","book":"bible.john"},{"rowids":"[683,684,685]","book":"bible.john"},{"rowids":"[686,687,688]","book":"bible.john"},{"rowids":"[689,690,691]","book":"bible.john"},{"rowids":"[692,693,694]","book":"bible.john"},{"rowids":"[695,696]","book":"bible.john"},{"rowids":"[697,698]","book":"bible.john"},{"rowids":"[699,700]","book":"bible.john"},{"rowids":"[701]","book":"bible.john"},{"rowids":"[702,703]","book":"bible.john"},{"rowids":"[704,705]","book":"bible.john"},{"rowids":"[706,707]","book":"bible.john"},{"rowids":"[708,709,710]","book":"bible.john"},{"rowids":"[711,712,713]","book":"bible.john"},{"rowids":"[714,715]","book":"bible.john"},{"rowids":"[716,717,718]","book":"bible.john"},{"rowids":"[719,720,721]","book":"bible.john"},{"rowids":"[722,723]","book":"bible.john"},{"rowids":"[724,725]","book":"bible.john"},{"rowids":"[726]","book":"bible.john"},{"rowids":"[727,728]","book":"bible.john"},{"rowids":"[729,730,731,732]","book":"bible.john"},{"rowids":"[733,734,735]","book":"bible.john"},{"rowids":"[736,737]","book":"bible.john"},{"rowids":"[738]","book":"bible.john"},{"rowids":"[739,740]","book":"bible.john"},{"rowids":"[741,742]","book":"bible.john"},{"rowids":"[743,744,745]","book":"bible.john"},{"rowids":"[746,747,748]","book":"bible.john"},{"rowids":"[749,750]","book":"bible.john"},{"rowids":"[751,752]","book":"bible.john"},{"rowids":"[753,754,755]","book":"bible.john"},{"rowids":"[756,757]","book":"bible.john"},{"rowids":"[758,759,760]","book":"bible.john"},{"rowids":"[761,762]","book":"bible.john"},{"rowids":"[763,764,765]","book":"bible.john"},{"rowids":"[766,767,768]","book":"bible.john"},{"rowids":"[769,770,771]","book":"bible.john"},{"rowids":"[772,773,774]","book":"bible.john"},{"rowids":"[775,776]","book":"bible.john"},{"rowids":"[777]","book":"bible.john"},{"rowids":"[778]","book":"bible.john"},{"rowids":"[779,780]","book":"bible.john"},{"rowids":"[781,782]","book":"bible.john"},{"rowids":"[783,784,785]","book":"bible.john"},{"rowids":"[786,787]","book":"bible.john"},{"rowids":"[788,789,790]","book":"bible.john"},{"rowids":"[791,792]","book":"bible.john"},{"rowids":"[793,794]","book":"bible.john"},{"rowids":"[795,796,797]","book":"bible.john"},{"rowids":"[798,799,800]","book":"bible.john"},{"rowids":"[801,802,803]","book":"bible.john"},{"rowids":"[804]","book":"bible.john"},{"rowids":"[805,806]","book":"bible.john"},{"rowids":"[807,808,809]","book":"bible.john"},{"rowids":"[810,811]","book":"bible.john"},{"rowids":"[812,813]","book":"bible.john"},{"rowids":"[814,815,816]","book":"bible.john"},{"rowids":"[817,818]","book":"bible.john"},{"rowids":"[819]","book":"bible.john"},{"rowids":"[820,821]","book":"bible.john"},{"rowids":"[822,823]","book":"bible.john"},{"rowids":"[824,825]","book":"bible.john"},{"rowids":"[826,827,828,829]","book":"bible.john"},{"rowids":"[830,831,832,833]","book":"bible.john"},{"rowids":"[834,835]","book":"bible.john"},{"rowids":"[836,837]","book":"bible.john"},{"rowids":"[838,839]","book":"bible.john"},{"rowids":"[840,841]","book":"bible.john"},{"rowids":"[842,843]","book":"bible.john"},{"rowids":"[844,845,846]","book":"bible.john"},{"rowids":"[847,848]","book":"bible.john"},{"rowids":"[849,850]","book":"bible.john"},{"rowids":"[851,852,853]","book":"bible.john"},{"rowids":"[854,855]","book":"bible.john"},{"rowids":"[856,857]","book":"bible.john"},{"rowids":"[858,859,860]","book":"bible.john"},{"rowids":"[861,862]","book":"bible.john"},{"rowids":"[863,864,865]","book":"bible.john"},{"rowids":"[866,867,868]","book":"bible.john"},{"rowids":"[869,870]","book":"bible.john"},{"rowids":"[871]","book":"bible.john"},{"rowids":"[872,873]","book":"bible.john"},{"rowids":"[874,875,876]","book":"bible.john"},{"rowids":"[877,878]","book":"bible.john"}]} \ No newline at end of file +{"lines":[{"body":"{\"verse\":1,\"body\":\"In the beginning was the Word: and the Word was with God: and the Word was God.\"}","chap":1,"verse":1,"book":"bible.john"},{"body":"{\"verse\":2,\"body\":\"The same was in the beginning with God.\"}","chap":1,"verse":2,"book":"bible.john"},{"body":"{\"verse\":3,\"body\":\"All things were made by him: and without him was made nothing that was made.\"}","chap":1,"verse":3,"book":"bible.john"},{"body":"{\"verse\":4,\"body\":\"In him was life: and the life was the light of men.\"}","chap":1,"verse":4,"book":"bible.john"},{"body":"{\"verse\":5,\"body\":\"And the light shineth in darkness: and the darkness did not comprehend it.\"}","chap":1,"verse":5,"book":"bible.john"},{"body":"{\"verse\":6,\"body\":\"There was a man sent from God, whose name was John.\"}","chap":1,"verse":6,"book":"bible.john"},{"body":"{\"verse\":7,\"body\":\"This man came for a witness, to give testimony of the light, that all men might believe through him.\"}","chap":1,"verse":7,"book":"bible.john"},{"body":"{\"verse\":8,\"body\":\"He was not the light, but was to give testimony of the light.\"}","chap":1,"verse":8,"book":"bible.john"},{"body":"{\"verse\":9,\"body\":\"That was the true light, which enlighteneth every man that cometh into this world.\"}","chap":1,"verse":9,"book":"bible.john"},{"body":"{\"verse\":10,\"body\":\"He was in the world: and the world was made by him: and the world knew him not.\"}","chap":1,"verse":10,"book":"bible.john"},{"body":"{\"verse\":11,\"body\":\"He came unto his own: and his own received him not.\"}","chap":1,"verse":11,"book":"bible.john"},{"body":"{\"verse\":12,\"body\":\"But as many as received him, he gave them power to be made the sons of God, to them that believe in his name.\"}","chap":1,"verse":12,"book":"bible.john"},{"body":"{\"verse\":13,\"body\":\"Who are born, not of blood, nor of the will of the flesh, nor of the will of man, but of God.\"}","chap":1,"verse":13,"book":"bible.john"},{"body":"{\"verse\":14,\"body\":\"And the Word was made flesh and dwelt among us (and we saw his glory, the glory as it were of the only begotten of the Father), full of grace and truth.\"}","chap":1,"verse":14,"book":"bible.john"},{"body":"{\"verse\":15,\"body\":\"John beareth witness of him and crieth out, saying: This was he of whom I spoke: He that shall come after me is preferred before me: because he was before me.\"}","chap":1,"verse":15,"book":"bible.john"},{"body":"{\"verse\":16,\"body\":\"And of his fulness we all have received: and grace for grace.\"}","chap":1,"verse":16,"book":"bible.john"},{"body":"{\"verse\":17,\"body\":\"For the law was given by Moses: grace and truth came by Jesus Christ.\"}","chap":1,"verse":17,"book":"bible.john"},{"body":"{\"verse\":18,\"body\":\"No man hath seen God at any time: the only begotten Son who is in the Bosom of the Father, he hath declared him.\"}","chap":1,"verse":18,"book":"bible.john"},{"body":"{\"verse\":19,\"body\":\"And this is the testimony of John, when the Jews sent from Jerusalem priests and Levites to him, to ask him: Who art thou?\"}","chap":1,"verse":19,"book":"bible.john"},{"body":"{\"verse\":20,\"body\":\"And he confessed and did not deny: and he confessed: I am not the Christ.\"}","chap":1,"verse":20,"book":"bible.john"},{"body":"{\"verse\":21,\"body\":\"And they asked him: What then? Art thou Elias? And he said: I am not. Art thou the prophet? And he answered: No.\"}","chap":1,"verse":21,"book":"bible.john"},{"body":"{\"verse\":22,\"body\":\"They said therefore unto him: Who art thou, that we may give an answer to them that sent us? What sayest thou of thyself?\"}","chap":1,"verse":22,"book":"bible.john"},{"body":"{\"verse\":23,\"body\":\"He said: I am the voice of one crying in the wilderness, make straight the way of the Lord, as said the prophet Isaias.\"}","chap":1,"verse":23,"book":"bible.john"},{"body":"{\"verse\":24,\"body\":\"And they that were sent were of the Pharisees.\"}","chap":1,"verse":24,"book":"bible.john"},{"body":"{\"verse\":25,\"body\":\"And they asked him and said to him: Why then dost thou baptize, if thou be not Christ, nor Elias, nor the prophet?\"}","chap":1,"verse":25,"book":"bible.john"},{"body":"{\"verse\":26,\"body\":\"John answered them, saying: I baptize with water: but there hath stood one in the midst of you, whom you know not.\"}","chap":1,"verse":26,"book":"bible.john"},{"body":"{\"verse\":27,\"body\":\"The same is he that shall come after me, who is preferred before me: the latchet of whose shoe I am not worthy to loose.\"}","chap":1,"verse":27,"book":"bible.john"},{"body":"{\"verse\":28,\"body\":\"These things were done in Bethania, beyond the Jordan, where John was baptizing.\"}","chap":1,"verse":28,"book":"bible.john"},{"body":"{\"verse\":29,\"body\":\"The next day, John saw Jesus coming to him; and he saith: Behold the Lamb of God. Behold him who taketh away the sin of the world.\"}","chap":1,"verse":29,"book":"bible.john"},{"body":"{\"verse\":30,\"body\":\"This is he of whom I said: After me there cometh a man, who is preferred before me: because he was before me.\"}","chap":1,"verse":30,"book":"bible.john"},{"body":"{\"verse\":31,\"body\":\"And I knew him not: but that he may be made manifest in Israel, therefore am I come baptizing with water.\"}","chap":1,"verse":31,"book":"bible.john"},{"body":"{\"verse\":32,\"body\":\"And John gave testimony, saying: I saw the Spirit coming down, as a dove from heaven; and he remained upon him.\"}","chap":1,"verse":32,"book":"bible.john"},{"body":"{\"verse\":33,\"body\":\"And I knew him not: but he who sent me to baptize with water said to me: He upon whom thou shalt see the Spirit descending and remaining upon him, he it is that baptizeth with the Holy Ghost.\"}","chap":1,"verse":33,"book":"bible.john"},{"body":"{\"verse\":34,\"body\":\"And I saw: and I gave testimony that this is the Son of God.\"}","chap":1,"verse":34,"book":"bible.john"},{"body":"{\"verse\":35,\"body\":\"The next day again John stood and two of his disciples.\"}","chap":1,"verse":35,"book":"bible.john"},{"body":"{\"verse\":36,\"body\":\"And beholding Jesus walking, he saith: Behold the Lamb of God.\"}","chap":1,"verse":36,"book":"bible.john"},{"body":"{\"verse\":37,\"body\":\"And the two disciples heard him speak: and they followed Jesus.\"}","chap":1,"verse":37,"book":"bible.john"},{"body":"{\"verse\":38,\"body\":\"And Jesus turning and seeing them following him, saith to them: What seek you? Who said to him: Rabbi (which is to say, being interpreted, Master), where dwellest thou?\"}","chap":1,"verse":38,"book":"bible.john"},{"body":"{\"verse\":39,\"body\":\"He saith to them: Come and see. They came and saw where he abode: and they stayed with him that day. Now it was about the tenth hour.\"}","chap":1,"verse":39,"book":"bible.john"},{"body":"{\"verse\":40,\"body\":\"And Andrew, the brother of Simon Peter, was one of the two who had heard of John and followed him.\"}","chap":1,"verse":40,"book":"bible.john"},{"body":"{\"verse\":41,\"body\":\"He findeth first his brother Simon and saith to him: We have found the Messias, which is, being interpreted, the Christ.\"}","chap":1,"verse":41,"book":"bible.john"},{"body":"{\"verse\":42,\"body\":\"And he brought him to Jesus. And Jesus looking upon him, said: Thou art Simon the son of Jona. Thou shalt be called Cephas, which is interpreted Peter.\"}","chap":1,"verse":42,"book":"bible.john"},{"body":"{\"verse\":43,\"body\":\"On the following day, he would go forth into Galilee: and he findeth Philip, And Jesus saith to him: follow me.\"}","chap":1,"verse":43,"book":"bible.john"},{"body":"{\"verse\":44,\"body\":\"Now Philip was of Bethsaida, the city of Andrew and Peter.\"}","chap":1,"verse":44,"book":"bible.john"},{"body":"{\"verse\":45,\"body\":\"Philip findeth Nathanael and saith to him: We have found him of whom Moses, in the law and the prophets did write, Jesus the son of Joseph of Nazareth.\"}","chap":1,"verse":45,"book":"bible.john"},{"body":"{\"verse\":46,\"body\":\"And Nathanael said to him: Can any thing of good come from Nazareth? Philip saith to him: Come and see.\"}","chap":1,"verse":46,"book":"bible.john"},{"body":"{\"verse\":47,\"body\":\"Jesus saw Nathanael coming to him and he saith of him: Behold an Israelite indeed, in whom there is no guile.\"}","chap":1,"verse":47,"book":"bible.john"},{"body":"{\"verse\":48,\"body\":\"Nathanael saith to him: Whence knowest thou me? Jesus answered and said to him: Before that Philip called thee, when thou wast under the fig tree, I saw thee.\"}","chap":1,"verse":48,"book":"bible.john"},{"body":"{\"verse\":49,\"body\":\"Nathanael answered him and said: Rabbi: Thou art the Son of God. Thou art the King of Israel.\"}","chap":1,"verse":49,"book":"bible.john"},{"body":"{\"verse\":50,\"body\":\"Jesus answered and said to him: Because I said unto thee, I saw thee under the fig tree, thou believest: greater things than these shalt thou see.\"}","chap":1,"verse":50,"book":"bible.john"},{"body":"{\"verse\":51,\"body\":\"And he saith to him: Amen, amen, I say to you, you shall see the heaven opened and the angels of God ascending and descending upon the Son of man.\"}","chap":1,"verse":51,"book":"bible.john"},{"body":"{\"verse\":1,\"body\":\"And the third day, there was a marriage in Cana of Galilee: and the mother of Jesus was there.\"}","chap":2,"verse":1,"book":"bible.john"},{"body":"{\"verse\":2,\"body\":\"And Jesus also was invited, and his disciples, to the marriage.\"}","chap":2,"verse":2,"book":"bible.john"},{"body":"{\"verse\":3,\"body\":\"And the wine failing, the mother of Jesus saith to him: They have no wine.\"}","chap":2,"verse":3,"book":"bible.john"},{"body":"{\"verse\":4,\"body\":\"And Jesus saith to her: Woman, what is that to me and to thee? My hour is not yet come.\"}","chap":2,"verse":4,"book":"bible.john"},{"body":"{\"verse\":5,\"body\":\"His mother saith to the waiters: Whatsoever he shall say to you, do ye.\"}","chap":2,"verse":5,"book":"bible.john"},{"body":"{\"verse\":6,\"body\":\"Now there were set there six waterpots of stone, according to the manner of the purifying of the Jews, containing two or three measures apiece.\"}","chap":2,"verse":6,"book":"bible.john"},{"body":"{\"verse\":7,\"body\":\"Jesus saith to them: Fill the waterpots with water. And they filled them up to the brim.\"}","chap":2,"verse":7,"book":"bible.john"},{"body":"{\"verse\":8,\"body\":\"And Jesus saith to them: Draw out now and carry to the chief steward of the feast. And they carried it.\"}","chap":2,"verse":8,"book":"bible.john"},{"body":"{\"verse\":9,\"body\":\"And when the chief steward had tasted the water made wine and knew not whence it was, but the waiters knew who had drawn the water: the chief steward calleth the bridegroom,\"}","chap":2,"verse":9,"book":"bible.john"},{"body":"{\"verse\":10,\"body\":\"And saith to him: Every man at first setteth forth good wine, and when men have well drunk, then that which is worse. But thou hast kept the good wine until now.\"}","chap":2,"verse":10,"book":"bible.john"},{"body":"{\"verse\":11,\"body\":\"This beginning of miracles did Jesus in Cana of Galilee and manifested his glory. And his disciples believed in him.\"}","chap":2,"verse":11,"book":"bible.john"},{"body":"{\"verse\":12,\"body\":\"After this, he went down to Capharnaum, he and his mother and his brethren and his disciples: and they remained there not many days.\"}","chap":2,"verse":12,"book":"bible.john"},{"body":"{\"verse\":13,\"body\":\"And the pasch of the Jews was at hand: and Jesus went up to Jerusalem.\"}","chap":2,"verse":13,"book":"bible.john"},{"body":"{\"verse\":14,\"body\":\"And he found in the temple them that sold oxen and sheep and doves, and the changers of money sitting.\"}","chap":2,"verse":14,"book":"bible.john"},{"body":"{\"verse\":15,\"body\":\"And when he had made, as it were, a scourge of little cords, he drove them all out of the temple, the sheep also and the oxen: and the money of the changers he poured out, and the tables he overthrew.\"}","chap":2,"verse":15,"book":"bible.john"},{"body":"{\"verse\":16,\"body\":\"And to them that sold doves he said: Take these things hence, and make not the house of my Father a house of traffic.\"}","chap":2,"verse":16,"book":"bible.john"},{"body":"{\"verse\":17,\"body\":\"And his disciples remembered, that it was written: The zeal of thy house hath eaten me up.\"}","chap":2,"verse":17,"book":"bible.john"},{"body":"{\"verse\":18,\"body\":\"The Jews, therefore, answered, and said to him: What sign dost thou shew unto us, seeing thou dost these things?\"}","chap":2,"verse":18,"book":"bible.john"},{"body":"{\"verse\":19,\"body\":\"Jesus answered and said to them: Destroy this temple; and in three days I will raise it up.\"}","chap":2,"verse":19,"book":"bible.john"},{"body":"{\"verse\":20,\"body\":\"The Jews then said: Six and forty years was this temple in building; and wilt thou raise it up in three days?\"}","chap":2,"verse":20,"book":"bible.john"},{"body":"{\"verse\":21,\"body\":\"But he spoke of the temple of his body.\"}","chap":2,"verse":21,"book":"bible.john"},{"body":"{\"verse\":22,\"body\":\"When therefore he was risen again from the dead, his disciples remembered that he had said this: and they believed the scripture and the word that Jesus had said.\"}","chap":2,"verse":22,"book":"bible.john"},{"body":"{\"verse\":23,\"body\":\"Now when he was at Jerusalem, at the pasch, upon the festival day, many believed in his name, seeing his signs which he did.\"}","chap":2,"verse":23,"book":"bible.john"},{"body":"{\"verse\":24,\"body\":\"But Jesus did not trust himself unto them: for that he knew all men,\"}","chap":2,"verse":24,"book":"bible.john"},{"body":"{\"verse\":25,\"body\":\"And because he needed not that any should give testimony of man: for he knew what was in man.\"}","chap":2,"verse":25,"book":"bible.john"},{"body":"{\"verse\":1,\"body\":\"And there was a man of the Pharisees, named Nicodemus, a ruler of the Jews.\"}","chap":3,"verse":1,"book":"bible.john"},{"body":"{\"verse\":2,\"body\":\"This man came to Jesus by night and said to him: Rabbi, we know that thou art come a teacher from God; for no man can do these signs which thou dost, unless God be with him.\"}","chap":3,"verse":2,"book":"bible.john"},{"body":"{\"verse\":3,\"body\":\"Jesus answered and said to him: Amen, amen, I say to thee, unless a man be born again, he cannot see the kingdom of God.\"}","chap":3,"verse":3,"book":"bible.john"},{"body":"{\"verse\":4,\"body\":\"Nicodemus saith to him: How can a man be born when he is old? Can he enter a second time into his mother's womb and be born again?\"}","chap":3,"verse":4,"book":"bible.john"},{"body":"{\"verse\":5,\"body\":\"Jesus answered: Amen, amen, I say to thee, unless a man be born again of water and the Holy Ghost, he cannot enter into the kingdom of God.\"}","chap":3,"verse":5,"book":"bible.john"},{"body":"{\"verse\":6,\"body\":\"That which is born of the flesh is flesh: and that which is born of the Spirit is spirit.\"}","chap":3,"verse":6,"book":"bible.john"},{"body":"{\"verse\":7,\"body\":\"Wonder not that I said to thee: You must be born again.\"}","chap":3,"verse":7,"book":"bible.john"},{"body":"{\"verse\":8,\"body\":\"The Spirit breatheth where he will and thou hearest his voice: but thou knowest not whence he cometh and whither he goeth. So is every one that is born of the Spirit.\"}","chap":3,"verse":8,"book":"bible.john"},{"body":"{\"verse\":9,\"body\":\"Nicodemus answered and said to him: How can these things be done?\"}","chap":3,"verse":9,"book":"bible.john"},{"body":"{\"verse\":10,\"body\":\"Jesus answered and said to him: Art thou a master in Israel, and knowest not these things?\"}","chap":3,"verse":10,"book":"bible.john"},{"body":"{\"verse\":11,\"body\":\"Amen, amen, I say to thee that we speak what we know and we testify what we have seen: and you receive not our testimony.\"}","chap":3,"verse":11,"book":"bible.john"},{"body":"{\"verse\":12,\"body\":\"If I have spoken to you earthly things, and you believe not: how will you believe, if I shall speak to you heavenly things?\"}","chap":3,"verse":12,"book":"bible.john"},{"body":"{\"verse\":13,\"body\":\"And no man hath ascended into heaven, but he that descended from heaven, the Son of man who is in heaven.\"}","chap":3,"verse":13,"book":"bible.john"},{"body":"{\"verse\":14,\"body\":\"And as Moses lifted up the serpent in the desert, so must the Son of man be lifted up:\"}","chap":3,"verse":14,"book":"bible.john"},{"body":"{\"verse\":15,\"body\":\"That whosoever believeth in him may not perish, but may have life everlasting.\"}","chap":3,"verse":15,"book":"bible.john"},{"body":"{\"verse\":16,\"body\":\"For God so loved the world, as to give his only begotten Son: that whosoever believeth in him may not perish, but may have life everlasting.\"}","chap":3,"verse":16,"book":"bible.john"},{"body":"{\"verse\":17,\"body\":\"For God sent not his Son into the world, to judge the world: but that the world may be saved by him.\"}","chap":3,"verse":17,"book":"bible.john"},{"body":"{\"verse\":18,\"body\":\"He that believeth in him is not judged. But he that doth not believe is already judged: because he believeth not in the name of the only begotten Son of God.\"}","chap":3,"verse":18,"book":"bible.john"},{"body":"{\"verse\":19,\"body\":\"And this is the judgment: Because the light is come into the world and men loved darkness rather than the light: for their works were evil.\"}","chap":3,"verse":19,"book":"bible.john"},{"body":"{\"verse\":20,\"body\":\"For every one that doth evil hateth the light and cometh not to the light, that his works may not be reproved.\"}","chap":3,"verse":20,"book":"bible.john"},{"body":"{\"verse\":21,\"body\":\"But he that doth truth cometh to the light, that his works may be made manifest: because they are done in God.\"}","chap":3,"verse":21,"book":"bible.john"},{"body":"{\"verse\":22,\"body\":\"After these things, Jesus and his disciples came into the land of Judea: and there he abode with them and baptized.\"}","chap":3,"verse":22,"book":"bible.john"},{"body":"{\"verse\":23,\"body\":\"And John also was baptizing in Ennon near Salim: because there was much water there. And they came and were baptized.\"}","chap":3,"verse":23,"book":"bible.john"},{"body":"{\"verse\":24,\"body\":\"For John was not yet cast into prison.\"}","chap":3,"verse":24,"book":"bible.john"},{"body":"{\"verse\":25,\"body\":\"And there arose a question between some of John's disciples and the Jews, concerning purification.\"}","chap":3,"verse":25,"book":"bible.john"},{"body":"{\"verse\":26,\"body\":\"And they came to John and said to him: Rabbi, he that was with thee beyond the Jordan, to whom thou gavest testimony: behold, he baptizeth and all men come to him.\"}","chap":3,"verse":26,"book":"bible.john"},{"body":"{\"verse\":27,\"body\":\"John answered and said: A man cannot receive any thing, unless it be given him from heaven.\"}","chap":3,"verse":27,"book":"bible.john"},{"body":"{\"verse\":28,\"body\":\"You yourselves do bear me witness that I said that I am not Christ, but that I am sent before him.\"}","chap":3,"verse":28,"book":"bible.john"},{"body":"{\"verse\":29,\"body\":\"He that hath the bride is the bridegroom: but the friend of the bridegroom, who standeth and heareth Him, rejoiceth with joy because of the bridegroom's voice. This my joy therefore is fulfilled.\"}","chap":3,"verse":29,"book":"bible.john"},{"body":"{\"verse\":30,\"body\":\"He must increase: but I must decrease.\"}","chap":3,"verse":30,"book":"bible.john"},{"body":"{\"verse\":31,\"body\":\"He that cometh from above is above all. He that is of the earth, of the earth he is, and of the earth he speaketh. He that cometh from heaven is above all.\"}","chap":3,"verse":31,"book":"bible.john"},{"body":"{\"verse\":32,\"body\":\"And what he hath seen and heard, that he testifieth: and no man receiveth his testimony.\"}","chap":3,"verse":32,"book":"bible.john"},{"body":"{\"verse\":33,\"body\":\"He that hath received his testimony hath set to his seal that God is true.\"}","chap":3,"verse":33,"book":"bible.john"},{"body":"{\"verse\":34,\"body\":\"For he whom God hath sent speaketh the words of God: for God doth not give the Spirit by measure.\"}","chap":3,"verse":34,"book":"bible.john"},{"body":"{\"verse\":35,\"body\":\"The Father loveth the Son: and he hath given all things into his hand.\"}","chap":3,"verse":35,"book":"bible.john"},{"body":"{\"verse\":36,\"body\":\"He that believeth in the Son hath life everlasting: but he that believeth not the Son shall not see life: but the wrath of God abideth on him.\"}","chap":3,"verse":36,"book":"bible.john"},{"body":"{\"verse\":1,\"body\":\"When Jesus therefore understood the Pharisees had heard that Jesus maketh more disciples and baptizeth more than John\"}","chap":4,"verse":1,"book":"bible.john"},{"body":"{\"verse\":2,\"body\":\"(Though Jesus himself did not baptize, but his disciples),\"}","chap":4,"verse":2,"book":"bible.john"},{"body":"{\"verse\":3,\"body\":\"He left Judea and went again into Galilee.\"}","chap":4,"verse":3,"book":"bible.john"},{"body":"{\"verse\":4,\"body\":\"And he was of necessity to pass through Samaria.\"}","chap":4,"verse":4,"book":"bible.john"},{"body":"{\"verse\":5,\"body\":\"He cometh therefore to a city of Samaria, which is called Sichar, near the land which Jacob gave to his son Joseph.\"}","chap":4,"verse":5,"book":"bible.john"},{"body":"{\"verse\":6,\"body\":\"Now Jacob's well was there. Jesus therefore, being wearied with his journey, sat thus on the well. It was about the sixth hour.\"}","chap":4,"verse":6,"book":"bible.john"},{"body":"{\"verse\":7,\"body\":\"There cometh a woman of Samaria, to draw water. Jesus saith to her: Give me to drink.\"}","chap":4,"verse":7,"book":"bible.john"},{"body":"{\"verse\":8,\"body\":\"For his disciples were gone into the city to buy meats.\"}","chap":4,"verse":8,"book":"bible.john"},{"body":"{\"verse\":9,\"body\":\"Then that Samaritan woman saith to him: How dost thou, being a Jew; ask of me to drink, who am a Samaritan woman? For the Jews do not communicate with the Samaritans.\"}","chap":4,"verse":9,"book":"bible.john"},{"body":"{\"verse\":10,\"body\":\"Jesus answered and said to her: If thou didst know the gift of God and who he is that saith to thee: Give me to drink; thou perhaps wouldst have asked of him, and he would have given thee living water.\"}","chap":4,"verse":10,"book":"bible.john"},{"body":"{\"verse\":11,\"body\":\"The woman saith to him: Sir, thou hast nothing wherein to draw, and the well is deep. From whence then hast thou living water?\"}","chap":4,"verse":11,"book":"bible.john"},{"body":"{\"verse\":12,\"body\":\"Art thou greater than our father Jacob, who gave us the well and drank thereof, himself and his children and his cattle?\"}","chap":4,"verse":12,"book":"bible.john"},{"body":"{\"verse\":13,\"body\":\"Jesus answered and said to her: Whosoever drinketh of this water shall thirst again: but he that shall drink of the water that I will give him shall not thirst for ever.\"}","chap":4,"verse":13,"book":"bible.john"},{"body":"{\"verse\":14,\"body\":\"But the water that I will give him shall become in him a fountain of water, springing up into life everlasting.\"}","chap":4,"verse":14,"book":"bible.john"},{"body":"{\"verse\":15,\"body\":\"The woman said to him: Sir, give me this water, that I may not thirst, nor come hither to draw.\"}","chap":4,"verse":15,"book":"bible.john"},{"body":"{\"verse\":16,\"body\":\"Jesus saith to her: Go, call thy husband, and come hither.\"}","chap":4,"verse":16,"book":"bible.john"},{"body":"{\"verse\":17,\"body\":\"The woman answered and said: I have no husband. Jesus said to her: Thou hast said well: I have no husband.\"}","chap":4,"verse":17,"book":"bible.john"},{"body":"{\"verse\":18,\"body\":\"For thou hast had five husbands: and he whom thou now hast is not thy husband. This, thou hast said truly.\"}","chap":4,"verse":18,"book":"bible.john"},{"body":"{\"verse\":19,\"body\":\"The woman saith to him: Sir, I perceive that thou art a prophet.\"}","chap":4,"verse":19,"book":"bible.john"},{"body":"{\"verse\":20,\"body\":\"Our fathers adored on this mountain: and you say that at Jerusalem is the place where men must adore.\"}","chap":4,"verse":20,"book":"bible.john"},{"body":"{\"verse\":21,\"body\":\"Jesus saith to her: Woman, believe me that the hour cometh, when you shall neither on this mountain, nor in Jerusalem, adore the Father.\"}","chap":4,"verse":21,"book":"bible.john"},{"body":"{\"verse\":22,\"body\":\"You adore that which you know not: we adore that which we know. For salvation is of the Jews.\"}","chap":4,"verse":22,"book":"bible.john"},{"body":"{\"verse\":23,\"body\":\"But the hour cometh and now is, when the true adorers shall adore the Father in spirit and in truth. For the Father also seeketh such to adore him.\"}","chap":4,"verse":23,"book":"bible.john"},{"body":"{\"verse\":24,\"body\":\"God is a spirit: and they that adore him must adore him in spirit and in truth.\"}","chap":4,"verse":24,"book":"bible.john"},{"body":"{\"verse\":25,\"body\":\"The woman saith to him: I know that the Messias cometh (who is called Christ): therefore, when he is come, he will tell us all things.\"}","chap":4,"verse":25,"book":"bible.john"},{"body":"{\"verse\":26,\"body\":\"Jesus saith to her: I am he, who am speaking with thee.\"}","chap":4,"verse":26,"book":"bible.john"},{"body":"{\"verse\":27,\"body\":\"And immediately his disciples came. And they wondered that he talked with the woman. Yet no man said: What seekest thou? Or: Why talkest thou with her?\"}","chap":4,"verse":27,"book":"bible.john"},{"body":"{\"verse\":28,\"body\":\"The woman therefore left her waterpot and went her way into the city and saith to the men there:\"}","chap":4,"verse":28,"book":"bible.john"},{"body":"{\"verse\":29,\"body\":\"Come, and see a man who has told me all things whatsoever I have done. Is not he the Christ?\"}","chap":4,"verse":29,"book":"bible.john"},{"body":"{\"verse\":30,\"body\":\"They went therefore out of the city and came unto him.\"}","chap":4,"verse":30,"book":"bible.john"},{"body":"{\"verse\":31,\"body\":\"In the mean time, the disciples prayed him, saying: Rabbi, eat.\"}","chap":4,"verse":31,"book":"bible.john"},{"body":"{\"verse\":32,\"body\":\"But he said to them: I have meat to eat which you know not.\"}","chap":4,"verse":32,"book":"bible.john"},{"body":"{\"verse\":33,\"body\":\"The disciples therefore said one to another: Hath any man brought him to eat?\"}","chap":4,"verse":33,"book":"bible.john"},{"body":"{\"verse\":34,\"body\":\"Jesus saith to them: My meat is to do the will of him that sent me, that I may perfect his work.\"}","chap":4,"verse":34,"book":"bible.john"},{"body":"{\"verse\":35,\"body\":\"Do not you say: There are yet four months, and then the harvest cometh? Behold, I say to you, lift up your eyes, and see the countries. For they are white already to harvest.\"}","chap":4,"verse":35,"book":"bible.john"},{"body":"{\"verse\":36,\"body\":\"And he that reapeth receiveth wages and gathereth fruit unto life everlasting: that both he that soweth and he that reapeth may rejoice together.\"}","chap":4,"verse":36,"book":"bible.john"},{"body":"{\"verse\":37,\"body\":\"For in this is the saying true: That it is one man that soweth, and it is another that reapeth.\"}","chap":4,"verse":37,"book":"bible.john"},{"body":"{\"verse\":38,\"body\":\"I have sent you to reap that in which you did not labour. Others have laboured: and you have entered into their labours.\"}","chap":4,"verse":38,"book":"bible.john"},{"body":"{\"verse\":39,\"body\":\"Now of that city many of the Samaritans believed in him, for the word of the woman giving testimony: He told me all things whatsoever I have done.\"}","chap":4,"verse":39,"book":"bible.john"},{"body":"{\"verse\":40,\"body\":\"So when the Samaritans were come to him, they desired that he would tarry there. And he abode there two days.\"}","chap":4,"verse":40,"book":"bible.john"},{"body":"{\"verse\":41,\"body\":\"And many more believed in him, because of his own word.\"}","chap":4,"verse":41,"book":"bible.john"},{"body":"{\"verse\":42,\"body\":\"And they said to the woman: We now believe, not for thy saying: for we ourselves have heard him and know that this is indeed the Saviour of the world.\"}","chap":4,"verse":42,"book":"bible.john"},{"body":"{\"verse\":43,\"body\":\"Now after two days, he departed thence and went into Galilee.\"}","chap":4,"verse":43,"book":"bible.john"},{"body":"{\"verse\":44,\"body\":\"For Jesus himself gave testimony that a prophet hath no honour in his own country.\"}","chap":4,"verse":44,"book":"bible.john"},{"body":"{\"verse\":45,\"body\":\"And when he was come into Galilee, the Galileans received him, having seen all the things he had done at Jerusalem on the festival day: for they also went to the festival day.\"}","chap":4,"verse":45,"book":"bible.john"},{"body":"{\"verse\":46,\"body\":\"He came again therefore into Cana of Galilee, where he made the water wine. And there was a certain ruler, whose son was sick at Capharnaum.\"}","chap":4,"verse":46,"book":"bible.john"},{"body":"{\"verse\":47,\"body\":\"He having heard that Jesus was come from Judea into Galilee, sent to him and prayed him to come down and heal his son: for he was at the point of death.\"}","chap":4,"verse":47,"book":"bible.john"},{"body":"{\"verse\":48,\"body\":\"Jesus therefore said to him: Unless you see signs and wonders, you believe not.\"}","chap":4,"verse":48,"book":"bible.john"},{"body":"{\"verse\":49,\"body\":\"The ruler saith to him: Lord, come down before that my son die.\"}","chap":4,"verse":49,"book":"bible.john"},{"body":"{\"verse\":50,\"body\":\"Jesus saith to him: Go thy way. Thy son liveth. The man believed the word which Jesus said to him and went his way.\"}","chap":4,"verse":50,"book":"bible.john"},{"body":"{\"verse\":51,\"body\":\"And as he was going down, his servants met him: and they brought word, saying, that his son lived.\"}","chap":4,"verse":51,"book":"bible.john"},{"body":"{\"verse\":52,\"body\":\"He asked therefore of them the hour wherein he grew better. And they said to him: Yesterday at the seventh hour, the fever left him.\"}","chap":4,"verse":52,"book":"bible.john"},{"body":"{\"verse\":53,\"body\":\"The father therefore knew that it was at the same hour that Jesus said to him: Thy son liveth. And himself believed, and his whole house.\"}","chap":4,"verse":53,"book":"bible.john"},{"body":"{\"verse\":54,\"body\":\"This is again the second miracle that Jesus did, when he was come out of Judea. into Galilee.\"}","chap":4,"verse":54,"book":"bible.john"},{"body":"{\"verse\":1,\"body\":\"After these things was a festival day of the Jews: and Jesus went up to Jerusalem.\"}","chap":5,"verse":1,"book":"bible.john"},{"body":"{\"verse\":2,\"body\":\"Now there is at Jerusalem a pond, called Probatica, which in Hebrew is named Bethsaida, having five porches.\"}","chap":5,"verse":2,"book":"bible.john"},{"body":"{\"verse\":3,\"body\":\"In these lay a great multitude of sick, of blind, of lame, of withered: waiting for the moving of the water.\"}","chap":5,"verse":3,"book":"bible.john"},{"body":"{\"verse\":4,\"body\":\"And an angel of the Lord descended at certain times into the pond and the water was moved. And he that went down first into the pond after the motion of the water was made whole of whatsoever infirmity he lay under.\"}","chap":5,"verse":4,"book":"bible.john"},{"body":"{\"verse\":5,\"body\":\"And there was a certain man there that had been eight and thirty years under his infirmity.\"}","chap":5,"verse":5,"book":"bible.john"},{"body":"{\"verse\":6,\"body\":\"Him when Jesus had seen lying, and knew that he had been now a long time, he saith to him: Wilt thou be made whole?\"}","chap":5,"verse":6,"book":"bible.john"},{"body":"{\"verse\":7,\"body\":\"The infirm man answered him: Sir, I have no man, when the water is troubled, to put me into the pond. For whilst I am coming, another goeth down before me.\"}","chap":5,"verse":7,"book":"bible.john"},{"body":"{\"verse\":8,\"body\":\"Jesus saith to him: Arise, take up thy bed and walk.\"}","chap":5,"verse":8,"book":"bible.john"},{"body":"{\"verse\":9,\"body\":\"And immediately the man was made whole: and he took up his bed and walked. And it was the sabbath that day.\"}","chap":5,"verse":9,"book":"bible.john"},{"body":"{\"verse\":10,\"body\":\"The Jews therefore said to him that was healed: It is the sabbath. It is not lawful for thee to take up thy bed.\"}","chap":5,"verse":10,"book":"bible.john"},{"body":"{\"verse\":11,\"body\":\"He answered them: He that made me whole, he said to me: Take up thy bed and walk.\"}","chap":5,"verse":11,"book":"bible.john"},{"body":"{\"verse\":12,\"body\":\"They asked him therefore: Who is that man who said to thee: Take up thy bed and walk?\"}","chap":5,"verse":12,"book":"bible.john"},{"body":"{\"verse\":13,\"body\":\"But he who was healed knew not who it was: for Jesus went aside from the multitude standing in the place.\"}","chap":5,"verse":13,"book":"bible.john"},{"body":"{\"verse\":14,\"body\":\"Afterwards, Jesus findeth him in the temple and saith to him: Behold thou art made whole: sin no more, lest some worse thing happen to thee.\"}","chap":5,"verse":14,"book":"bible.john"},{"body":"{\"verse\":15,\"body\":\"The man went his way and told the Jews that it was Jesus who had made him whole.\"}","chap":5,"verse":15,"book":"bible.john"},{"body":"{\"verse\":16,\"body\":\"Therefore did the Jews persecute Jesus, because he did these things on the sabbath.\"}","chap":5,"verse":16,"book":"bible.john"},{"body":"{\"verse\":17,\"body\":\"But Jesus answered them: My Father worketh until now; and I work.\"}","chap":5,"verse":17,"book":"bible.john"},{"body":"{\"verse\":18,\"body\":\"Hereupon therefore the Jews sought the more to kill him, because he did not only break the sabbath but also said God was his Father, making himself equal to God.\"}","chap":5,"verse":18,"book":"bible.john"},{"body":"{\"verse\":19,\"body\":\"Then Jesus answered and said to them: Amen, amen, I say unto you, the Son cannot do any thing of himself, but what he seeth the Father doing: for what things soever he doth, these the Son also doth in like manner.\"}","chap":5,"verse":19,"book":"bible.john"},{"body":"{\"verse\":20,\"body\":\"For the Father loveth the Son and sheweth him all things which himself doth: and greater works than these will he shew him, that you may wonder.\"}","chap":5,"verse":20,"book":"bible.john"},{"body":"{\"verse\":21,\"body\":\"For as the Father raiseth up the dead and giveth life: so the Son also giveth life to whom he will.\"}","chap":5,"verse":21,"book":"bible.john"},{"body":"{\"verse\":22,\"body\":\"For neither does the Father judge any man: but hath given all judgment to the Son.\"}","chap":5,"verse":22,"book":"bible.john"},{"body":"{\"verse\":23,\"body\":\"That all men may honour the Son, as they honour the Father. He who honoureth not the Son honoureth not the Father who hath sent him.\"}","chap":5,"verse":23,"book":"bible.john"},{"body":"{\"verse\":24,\"body\":\"Amen, amen, I say unto you that he who heareth my word and believeth him that sent me hath life everlasting: and cometh not into judgment, but is passed from death to life.\"}","chap":5,"verse":24,"book":"bible.john"},{"body":"{\"verse\":25,\"body\":\"Amen, amen, I say unto you, that the hour cometh, and now is, when the dead shall hear the voice of the Son of God: and they that hear shall live.\"}","chap":5,"verse":25,"book":"bible.john"},{"body":"{\"verse\":26,\"body\":\"For as the Father hath life in himself, so he hath given to the Son also to have life in himself.\"}","chap":5,"verse":26,"book":"bible.john"},{"body":"{\"verse\":27,\"body\":\"And he hath given him power to do judgment, because he is the Son of man.\"}","chap":5,"verse":27,"book":"bible.john"},{"body":"{\"verse\":28,\"body\":\"Wonder not at this: for the hour cometh wherein all that are in the graves shall hear the voice of the Son of God.\"}","chap":5,"verse":28,"book":"bible.john"},{"body":"{\"verse\":29,\"body\":\"And they that have done good things shall come forth unto the resurrection of life: but they that have done evil, unto the resurrection of judgment.\"}","chap":5,"verse":29,"book":"bible.john"},{"body":"{\"verse\":30,\"body\":\"I cannot of myself do any thing. As I hear, so I judge. And my judgment is just: because I seek not my own will. but the will of him that sent me.\"}","chap":5,"verse":30,"book":"bible.john"},{"body":"{\"verse\":31,\"body\":\"If I bear witness of myself, my witness is not true.\"}","chap":5,"verse":31,"book":"bible.john"},{"body":"{\"verse\":32,\"body\":\"There is another that beareth witness of me: and I know that the witness which he witnesseth of me is true.\"}","chap":5,"verse":32,"book":"bible.john"},{"body":"{\"verse\":33,\"body\":\"You sent to John: and he gave testimony to the truth.\"}","chap":5,"verse":33,"book":"bible.john"},{"body":"{\"verse\":34,\"body\":\"But I receive not testimony from man: but I say these things, that you may be saved.\"}","chap":5,"verse":34,"book":"bible.john"},{"body":"{\"verse\":35,\"body\":\"He was a burning and a shining light: and you were willing for a time to rejoice in his light.\"}","chap":5,"verse":35,"book":"bible.john"},{"body":"{\"verse\":36,\"body\":\"But I have a greater testimony than that of John: for the works which the Father hath given me to perfect, the works themselves which I do, give testimony of me, that the Father hath sent me.\"}","chap":5,"verse":36,"book":"bible.john"},{"body":"{\"verse\":37,\"body\":\"And the Father himself who hath sent me hath given testimony of me: neither have you heard his voice at any time, nor seen his shape.\"}","chap":5,"verse":37,"book":"bible.john"},{"body":"{\"verse\":38,\"body\":\"And you have not his word abiding in you: for whom he hath sent, him you believe not.\"}","chap":5,"verse":38,"book":"bible.john"},{"body":"{\"verse\":39,\"body\":\"Search the scriptures: for you think in them to have life everlasting. And the same are they that give testimony of me.\"}","chap":5,"verse":39,"book":"bible.john"},{"body":"{\"verse\":40,\"body\":\"And you will not come to me that you may have life.\"}","chap":5,"verse":40,"book":"bible.john"},{"body":"{\"verse\":41,\"body\":\"I receive not glory from men.\"}","chap":5,"verse":41,"book":"bible.john"},{"body":"{\"verse\":42,\"body\":\"But I know you, that you have not the love of God in you.\"}","chap":5,"verse":42,"book":"bible.john"},{"body":"{\"verse\":43,\"body\":\"I am come in the name of my Father, and you receive me not: if another shall come in his own name, him you will receive.\"}","chap":5,"verse":43,"book":"bible.john"},{"body":"{\"verse\":44,\"body\":\"How can you believe, who receive glory one from another: and the glory which is from God alone, you do not seek?\"}","chap":5,"verse":44,"book":"bible.john"},{"body":"{\"verse\":45,\"body\":\"Think not that I will accuse you to the Father. There is one that accuseth you, Moses, in whom you trust.\"}","chap":5,"verse":45,"book":"bible.john"},{"body":"{\"verse\":46,\"body\":\"For if you did believe Moses, you would perhaps believe me also: for he wrote of me.\"}","chap":5,"verse":46,"book":"bible.john"},{"body":"{\"verse\":47,\"body\":\"But if you do not believe his writings, how will you believe my words?\"}","chap":5,"verse":47,"book":"bible.john"},{"body":"{\"verse\":1,\"body\":\"After these things Jesus went over the sea of Galilee, which is that of Tiberias.\"}","chap":6,"verse":1,"book":"bible.john"},{"body":"{\"verse\":2,\"body\":\"And a great multitude followed him, because they saw the miracles which he did on them that were diseased.\"}","chap":6,"verse":2,"book":"bible.john"},{"body":"{\"verse\":3,\"body\":\"Jesus therefore went up into a mountain: and there he sat with his disciples.\"}","chap":6,"verse":3,"book":"bible.john"},{"body":"{\"verse\":4,\"body\":\"Now the pasch, the festival day of the Jews, was near at hand.\"}","chap":6,"verse":4,"book":"bible.john"},{"body":"{\"verse\":5,\"body\":\"When Jesus therefore had lifted up his eyes and seen that a very great multitude cometh to him, he said to Philip: Whence shall we buy bread, that these may eat?\"}","chap":6,"verse":5,"book":"bible.john"},{"body":"{\"verse\":6,\"body\":\"And this he said to try him: for he himself knew what he would do.\"}","chap":6,"verse":6,"book":"bible.john"},{"body":"{\"verse\":7,\"body\":\"Philip answered him: Two hundred pennyworth of bread is not sufficient for them that every one may take a little.\"}","chap":6,"verse":7,"book":"bible.john"},{"body":"{\"verse\":8,\"body\":\"One of his disciples, Andrew, the brother of Simon Peter, saith to him:\"}","chap":6,"verse":8,"book":"bible.john"},{"body":"{\"verse\":9,\"body\":\"There is a boy here that hath five barley loaves and two fishes. But what are these among so many?\"}","chap":6,"verse":9,"book":"bible.john"},{"body":"{\"verse\":10,\"body\":\"Then Jesus said: Make the men sit down. Now, there was much grass in the place. The men therefore sat down, in number about five thousand.\"}","chap":6,"verse":10,"book":"bible.john"},{"body":"{\"verse\":11,\"body\":\"And Jesus took the loaves: and when he had given thanks, he distributed to them that were set down. In like manner also of the fishes, as much as they would.\"}","chap":6,"verse":11,"book":"bible.john"},{"body":"{\"verse\":12,\"body\":\"And when they were filled, he said to his disciples: gather up the fragments that remain, lest they be lost.\"}","chap":6,"verse":12,"book":"bible.john"},{"body":"{\"verse\":13,\"body\":\"They gathered up therefore and filled twelve baskets with the fragments of the five barley loaves which remained over and above to them that had eaten.\"}","chap":6,"verse":13,"book":"bible.john"},{"body":"{\"verse\":14,\"body\":\"Now those men, when they had seen what a miracle Jesus had done, said: This is of a truth the prophet that is to come into the world.\"}","chap":6,"verse":14,"book":"bible.john"},{"body":"{\"verse\":15,\"body\":\"Jesus therefore, when he knew that they would come to take him by force and make him king, fled again into the mountains, himself alone.\"}","chap":6,"verse":15,"book":"bible.john"},{"body":"{\"verse\":16,\"body\":\"And when evening was come, his disciples went down to the sea.\"}","chap":6,"verse":16,"book":"bible.john"},{"body":"{\"verse\":17,\"body\":\"And when they had gone up into a ship, they went over the sea to Capharnaum. And it was now dark: and Jesus was not come unto them.\"}","chap":6,"verse":17,"book":"bible.john"},{"body":"{\"verse\":18,\"body\":\"And the sea arose, by reason of a great wind that blew.\"}","chap":6,"verse":18,"book":"bible.john"},{"body":"{\"verse\":19,\"body\":\"When they had rowed therefore about five and twenty or thirty furlongs, they see Jesus walking upon the sea and drawing nigh to the ship. And they were afraid.\"}","chap":6,"verse":19,"book":"bible.john"},{"body":"{\"verse\":20,\"body\":\"But he saith to them: It is I. Be not afraid.\"}","chap":6,"verse":20,"book":"bible.john"},{"body":"{\"verse\":21,\"body\":\"They were willing therefore to take him into the ship. And presently the ship was at the land to which they were going.\"}","chap":6,"verse":21,"book":"bible.john"},{"body":"{\"verse\":22,\"body\":\"The next day, the multitude that stood on the other side of the sea saw that there was no other ship there but one: and that Jesus had not entered into the ship with his disciples, but that his disciples were gone away alone.\"}","chap":6,"verse":22,"book":"bible.john"},{"body":"{\"verse\":23,\"body\":\"But other ships came in from Tiberias, nigh unto the place where they had eaten the bread, the Lord giving thanks.\"}","chap":6,"verse":23,"book":"bible.john"},{"body":"{\"verse\":24,\"body\":\"When therefore the multitude saw that Jesus was not there, nor his disciples, they took shipping and came to Capharnaum, seeking for Jesus.\"}","chap":6,"verse":24,"book":"bible.john"},{"body":"{\"verse\":25,\"body\":\"And when they had found him on that other side of the sea, they said to him: Rabbi, when camest thou hither?\"}","chap":6,"verse":25,"book":"bible.john"},{"body":"{\"verse\":26,\"body\":\"Jesus answered them and said: Amen, amen, I say to you, you seek me, not because you have seen miracles, but because you did eat of the loaves and were filled.\"}","chap":6,"verse":26,"book":"bible.john"},{"body":"{\"verse\":27,\"body\":\"Labour not for the meat which perisheth, but for that which endureth unto life everlasting, which the Son of man will give you. For him hath God, the Father, sealed.\"}","chap":6,"verse":27,"book":"bible.john"},{"body":"{\"verse\":28,\"body\":\"They said therefore unto him: What shall we do, that we may work the works of God?\"}","chap":6,"verse":28,"book":"bible.john"},{"body":"{\"verse\":29,\"body\":\"Jesus answered and said to them: This is the work of God, that you believe in him whom he hath sent.\"}","chap":6,"verse":29,"book":"bible.john"},{"body":"{\"verse\":30,\"body\":\"They said therefore to him: What sign therefore dost thou shew that we may see and may believe thee? What dost thou work?\"}","chap":6,"verse":30,"book":"bible.john"},{"body":"{\"verse\":31,\"body\":\"Our fathers did eat manna in the desert, as it is written: He gave them bread from heaven to eat.\"}","chap":6,"verse":31,"book":"bible.john"},{"body":"{\"verse\":32,\"body\":\"Then Jesus said to them: Amen, amen, I say to you; Moses gave you not bread from heaven, but my Father giveth you the true bread from heaven.\"}","chap":6,"verse":32,"book":"bible.john"},{"body":"{\"verse\":33,\"body\":\"For the bread of God is that which cometh down from heaven and giveth life to the world.\"}","chap":6,"verse":33,"book":"bible.john"},{"body":"{\"verse\":34,\"body\":\"They said therefore unto him: Lord, give us always this bread.\"}","chap":6,"verse":34,"book":"bible.john"},{"body":"{\"verse\":35,\"body\":\"And Jesus said to them: I am the bread of life. He that cometh to me shall not hunger: and he that believeth in me shall never thirst.\"}","chap":6,"verse":35,"book":"bible.john"},{"body":"{\"verse\":36,\"body\":\"But I said unto you that you also have seen me, and you believe not.\"}","chap":6,"verse":36,"book":"bible.john"},{"body":"{\"verse\":37,\"body\":\"All that the Father giveth to me shall come to me: and him that cometh to me, I will not cast out.\"}","chap":6,"verse":37,"book":"bible.john"},{"body":"{\"verse\":38,\"body\":\"Because I came down from heaven, not to do my own will but the will of him that sent me.\"}","chap":6,"verse":38,"book":"bible.john"},{"body":"{\"verse\":39,\"body\":\"Now this is the will of the Father who sent me: that of all that he hath given me, I should lose nothing; but should raise it up again in the last day.\"}","chap":6,"verse":39,"book":"bible.john"},{"body":"{\"verse\":40,\"body\":\"And this is the will of my Father that sent me: that every one who seeth the Son and believeth in him may have life everlasting. And I will raise him up in the last day.\"}","chap":6,"verse":40,"book":"bible.john"},{"body":"{\"verse\":41,\"body\":\"The Jews therefore murmured at him, because he had said: I am the living bread which came down from heaven.\"}","chap":6,"verse":41,"book":"bible.john"},{"body":"{\"verse\":42,\"body\":\"And they said: Is not this Jesus, the son of Joseph, whose father and mother we know? How then saith he: I came down from heaven?\"}","chap":6,"verse":42,"book":"bible.john"},{"body":"{\"verse\":43,\"body\":\"Jesus therefore answered and said to them: Murmur not among yourselves.\"}","chap":6,"verse":43,"book":"bible.john"},{"body":"{\"verse\":44,\"body\":\"No man can come to me, except the Father, who hath sent me, draw him. And I will raise him up in the last day.\"}","chap":6,"verse":44,"book":"bible.john"},{"body":"{\"verse\":45,\"body\":\"It is written in the prophets: And they shall all be taught of God. Every one that hath heard of the Father and hath learned cometh forth me.\"}","chap":6,"verse":45,"book":"bible.john"},{"body":"{\"verse\":46,\"body\":\"Not that any man hath seen the Father: but he who is of God, he hath seen the Father.\"}","chap":6,"verse":46,"book":"bible.john"},{"body":"{\"verse\":47,\"body\":\"Amen, amen, I say unto you: He that believeth in me hath everlasting life.\"}","chap":6,"verse":47,"book":"bible.john"},{"body":"{\"verse\":48,\"body\":\"I am the bread of life.\"}","chap":6,"verse":48,"book":"bible.john"},{"body":"{\"verse\":49,\"body\":\"Your fathers did eat manna in the desert: and are dead.\"}","chap":6,"verse":49,"book":"bible.john"},{"body":"{\"verse\":50,\"body\":\"This is the bread which cometh down from heaven: that if any man eat of it, he may not die.\"}","chap":6,"verse":50,"book":"bible.john"},{"body":"{\"verse\":51,\"body\":\"I am the living bread which came down from heaven.\"}","chap":6,"verse":51,"book":"bible.john"},{"body":"{\"verse\":52,\"body\":\"If any man eat of this bread, he shall live for ever: and the bread that I will give is my flesh, for the life of the world.\"}","chap":6,"verse":52,"book":"bible.john"},{"body":"{\"verse\":53,\"body\":\"The Jews therefore strove among themselves, saying: How can this man give us his flesh to eat?\"}","chap":6,"verse":53,"book":"bible.john"},{"body":"{\"verse\":54,\"body\":\"Then Jesus said to them: Amen, amen, I say unto you: except you eat the flesh of the Son of man and drink his blood, you shall not have life in you.\"}","chap":6,"verse":54,"book":"bible.john"},{"body":"{\"verse\":55,\"body\":\"He that eateth my flesh and drinketh my blood hath everlasting life: and I will raise him up in the last day.\"}","chap":6,"verse":55,"book":"bible.john"},{"body":"{\"verse\":56,\"body\":\"For my flesh is meat indeed: and my blood is drink indeed.\"}","chap":6,"verse":56,"book":"bible.john"},{"body":"{\"verse\":57,\"body\":\"He that eateth my flesh and drinketh my blood abideth in me: and I in him.\"}","chap":6,"verse":57,"book":"bible.john"},{"body":"{\"verse\":58,\"body\":\"As the living Father hath sent me and I live by the Father: so he that eateth me, the same also shall live by me.\"}","chap":6,"verse":58,"book":"bible.john"},{"body":"{\"verse\":59,\"body\":\"This is the bread that came down from heaven. Not as your fathers did eat manna and are dead. He that eateth this bread shall live for ever.\"}","chap":6,"verse":59,"book":"bible.john"},{"body":"{\"verse\":60,\"body\":\"These things he said, teaching in the synagogue, in Capharnaum.\"}","chap":6,"verse":60,"book":"bible.john"},{"body":"{\"verse\":61,\"body\":\"Many therefore of his disciples, hearing it, said: This saying is hard; and who can hear it?\"}","chap":6,"verse":61,"book":"bible.john"},{"body":"{\"verse\":62,\"body\":\"But Jesus, knowing in himself that his disciples murmured at this, said to them: Doth this scandalize you?\"}","chap":6,"verse":62,"book":"bible.john"},{"body":"{\"verse\":63,\"body\":\"If then you shall see the Son of man ascend up where he was before?\"}","chap":6,"verse":63,"book":"bible.john"},{"body":"{\"verse\":64,\"body\":\"It is the spirit that quickeneth: the flesh profiteth nothing. The words that I have spoken to you are spirit and life.\"}","chap":6,"verse":64,"book":"bible.john"},{"body":"{\"verse\":65,\"body\":\"But there are some of you that believe not. For Jesus knew from the beginning who they were that did not believe and who he was that would betray him.\"}","chap":6,"verse":65,"book":"bible.john"},{"body":"{\"verse\":66,\"body\":\"And he said: Therefore did I say to you that no man can come to me, unless it be given him by my Father.\"}","chap":6,"verse":66,"book":"bible.john"},{"body":"{\"verse\":67,\"body\":\"After this, many of his disciples went back and walked no more with him.\"}","chap":6,"verse":67,"book":"bible.john"},{"body":"{\"verse\":68,\"body\":\"Then Jesus said to the twelve: Will you also go away?\"}","chap":6,"verse":68,"book":"bible.john"},{"body":"{\"verse\":69,\"body\":\"And Simon Peter answered him: Lord, to whom shall we go? Thou hast the words of eternal life.\"}","chap":6,"verse":69,"book":"bible.john"},{"body":"{\"verse\":70,\"body\":\"And we have believed and have known that thou art the Christ, the Son of God.\"}","chap":6,"verse":70,"book":"bible.john"},{"body":"{\"verse\":71,\"body\":\"Jesus answered them: Have not I chosen you twelve? And one of you is a devil.\"}","chap":6,"verse":71,"book":"bible.john"},{"body":"{\"verse\":72,\"body\":\"Now he meant Judas Iscariot, the son of Simon: for this same was about to betray him, whereas he was one of the twelve.\"}","chap":6,"verse":72,"book":"bible.john"},{"body":"{\"verse\":1,\"body\":\"After these things, Jesus walked in Galilee: for he would not walk in Judea, because the Jews sought to kill him.\"}","chap":7,"verse":1,"book":"bible.john"},{"body":"{\"verse\":2,\"body\":\"Now the Jews feast of tabernacles was at hand.\"}","chap":7,"verse":2,"book":"bible.john"},{"body":"{\"verse\":3,\"body\":\"And his brethren said to, him: Pass from hence and go into Judea, that thy disciples also may see thy works which thou dost.\"}","chap":7,"verse":3,"book":"bible.john"},{"body":"{\"verse\":4,\"body\":\"For there is no man that doth any thing in secret, and he himself seeketh to be known openly. If thou do these things, manifest thyself to the world.\"}","chap":7,"verse":4,"book":"bible.john"},{"body":"{\"verse\":5,\"body\":\"For neither did his brethren believe in him.\"}","chap":7,"verse":5,"book":"bible.john"},{"body":"{\"verse\":6,\"body\":\"Then Jesus said to them: My time is not yet come; but your time is always ready.\"}","chap":7,"verse":6,"book":"bible.john"},{"body":"{\"verse\":7,\"body\":\"The world cannot hate you: but me it hateth, because I give testimony of it, that the works thereof are evil,\"}","chap":7,"verse":7,"book":"bible.john"},{"body":"{\"verse\":8,\"body\":\"Go you up to this festival day: but I go not up to this festival day, because my time is not accomplished.\"}","chap":7,"verse":8,"book":"bible.john"},{"body":"{\"verse\":9,\"body\":\"When he had said these things, he himself stayed in Galilee.\"}","chap":7,"verse":9,"book":"bible.john"},{"body":"{\"verse\":10,\"body\":\"But after his brethren were gone up, then he also went up to the feast, not openly, but, as it were, in secret.\"}","chap":7,"verse":10,"book":"bible.john"},{"body":"{\"verse\":11,\"body\":\"The Jews therefore sought him on the festival day and said: Where is he?\"}","chap":7,"verse":11,"book":"bible.john"},{"body":"{\"verse\":12,\"body\":\"And there was much murmuring among the multitude concerning him. For some said: He is a good man. And others said: No, but he seduceth the people.\"}","chap":7,"verse":12,"book":"bible.john"},{"body":"{\"verse\":13,\"body\":\"Yet no man spoke openly of him, for fear of the Jews.\"}","chap":7,"verse":13,"book":"bible.john"},{"body":"{\"verse\":14,\"body\":\"Now, about the midst of the feast, Jesus went up into the temple and taught.\"}","chap":7,"verse":14,"book":"bible.john"},{"body":"{\"verse\":15,\"body\":\"And the Jews wondered, saying: How doth this man know letters, having never learned?\"}","chap":7,"verse":15,"book":"bible.john"},{"body":"{\"verse\":16,\"body\":\"Jesus answered them and said: My doctrine is not mine, but his that sent me.\"}","chap":7,"verse":16,"book":"bible.john"},{"body":"{\"verse\":17,\"body\":\"If any man will do the will of him, he shall know of the doctrine, whether it be of God, or whether I speak of myself.\"}","chap":7,"verse":17,"book":"bible.john"},{"body":"{\"verse\":18,\"body\":\"He that speaketh of himself seeketh his own glory: but he that seeketh the glory of him that sent him, he is true and there is no injustice in him.\"}","chap":7,"verse":18,"book":"bible.john"},{"body":"{\"verse\":19,\"body\":\"Did not Moses give you the law, and yet none of you keepeth the law?\"}","chap":7,"verse":19,"book":"bible.john"},{"body":"{\"verse\":20,\"body\":\"Why seek you to kill me? The multitude answered and said: Thou hast a devil. Who seeketh to kill thee?\"}","chap":7,"verse":20,"book":"bible.john"},{"body":"{\"verse\":21,\"body\":\"Jesus answered and said to them: One work I have done: and you all wonder.\"}","chap":7,"verse":21,"book":"bible.john"},{"body":"{\"verse\":22,\"body\":\"Therefore, Moses gave you circumcision (not because it is of Moses, but of the fathers): and on the sabbath day you circumcise a man.\"}","chap":7,"verse":22,"book":"bible.john"},{"body":"{\"verse\":23,\"body\":\"If a man receive circumcision on the sabbath day, that the law of Moses may not be broken: are you angry at me, because I have healed the whole man on the sabbath day?\"}","chap":7,"verse":23,"book":"bible.john"},{"body":"{\"verse\":24,\"body\":\"Judge not according to the appearance: but judge just judgment.\"}","chap":7,"verse":24,"book":"bible.john"},{"body":"{\"verse\":25,\"body\":\"Some therefore of Jerusalem said: Is not this he whom they seek to kill?\"}","chap":7,"verse":25,"book":"bible.john"},{"body":"{\"verse\":26,\"body\":\"And behold, he speaketh openly: and they say nothing to him. Have the rulers known for a truth that this is the Christ?\"}","chap":7,"verse":26,"book":"bible.john"},{"body":"{\"verse\":27,\"body\":\"But we know this man, whence he is: but when the Christ cometh, no man knoweth, whence he is.\"}","chap":7,"verse":27,"book":"bible.john"},{"body":"{\"verse\":28,\"body\":\"Jesus therefore cried out in the temple, teaching and saying: You both know me, and you know whence I am. And I am not come of myself: but he that sent me is true, whom you know not.\"}","chap":7,"verse":28,"book":"bible.john"},{"body":"{\"verse\":29,\"body\":\"I know him, because I am from him: and he hath sent me.\"}","chap":7,"verse":29,"book":"bible.john"},{"body":"{\"verse\":30,\"body\":\"They sought therefore to apprehend him: and no man laid hands on him, because his hour was not yet come.\"}","chap":7,"verse":30,"book":"bible.john"},{"body":"{\"verse\":31,\"body\":\"But of the people many believed in him and said: When the Christ cometh, shall he do more miracles than this man doth?\"}","chap":7,"verse":31,"book":"bible.john"},{"body":"{\"verse\":32,\"body\":\"The Pharisees heard the people murmuring these things concerning him: and the rulers and Pharisees sent ministers to apprehend him.\"}","chap":7,"verse":32,"book":"bible.john"},{"body":"{\"verse\":33,\"body\":\"Jesus therefore said to them: Yet a little while I am with you: and then I go to him that sent me.\"}","chap":7,"verse":33,"book":"bible.john"},{"body":"{\"verse\":34,\"body\":\"You shall seek me and shall not find me: and where I am, thither you cannot come.\"}","chap":7,"verse":34,"book":"bible.john"},{"body":"{\"verse\":35,\"body\":\"The Jews therefore said among themselves: Whither will he go, that we shall not find him? Will he go unto the dispersed among the Gentiles and teach the Gentiles?\"}","chap":7,"verse":35,"book":"bible.john"},{"body":"{\"verse\":36,\"body\":\"What is this saying that he hath said: You shall seek me and shall not find me? And: Where I am, you cannot come?\"}","chap":7,"verse":36,"book":"bible.john"},{"body":"{\"verse\":37,\"body\":\"And on the last, and great day of the festivity, Jesus stood and cried, saying: If any man thirst, let him come to me and drink.\"}","chap":7,"verse":37,"book":"bible.john"},{"body":"{\"verse\":38,\"body\":\"He that believeth in me, as the scripture saith: Out of his belly shall flow rivers of living water.\"}","chap":7,"verse":38,"book":"bible.john"},{"body":"{\"verse\":39,\"body\":\"Now this he said of the Spirit which they should receive who believed in him: for as yet the Spirit was not given, because Jesus was not yet glorified.\"}","chap":7,"verse":39,"book":"bible.john"},{"body":"{\"verse\":40,\"body\":\"Of that multitude therefore, when they had heard these words of his, some said: This is the prophet indeed.\"}","chap":7,"verse":40,"book":"bible.john"},{"body":"{\"verse\":41,\"body\":\"Others said: This is the Christ. But some said: Doth the Christ come out of Galilee?\"}","chap":7,"verse":41,"book":"bible.john"},{"body":"{\"verse\":42,\"body\":\"Doth not the scripture say: That Christ cometh of the seed of David and from Bethlehem the town where David was?\"}","chap":7,"verse":42,"book":"bible.john"},{"body":"{\"verse\":43,\"body\":\"So there arose a dissension among the people because of him.\"}","chap":7,"verse":43,"book":"bible.john"},{"body":"{\"verse\":44,\"body\":\"And some of them would have apprehended him: but no man laid hands upon him.\"}","chap":7,"verse":44,"book":"bible.john"},{"body":"{\"verse\":45,\"body\":\"The ministers therefore came to the chief priests and the Pharisees. And they said to them: Why have you not brought him?\"}","chap":7,"verse":45,"book":"bible.john"},{"body":"{\"verse\":46,\"body\":\"The ministers answered: Never did man speak like this man.\"}","chap":7,"verse":46,"book":"bible.john"},{"body":"{\"verse\":47,\"body\":\"The Pharisees therefore answered them: Are you also seduced?\"}","chap":7,"verse":47,"book":"bible.john"},{"body":"{\"verse\":48,\"body\":\"Hath any one of the rulers believed in him, or of the Pharisees?\"}","chap":7,"verse":48,"book":"bible.john"},{"body":"{\"verse\":49,\"body\":\"But this multitude, that knoweth not the law, are accursed.\"}","chap":7,"verse":49,"book":"bible.john"},{"body":"{\"verse\":50,\"body\":\"Nicodemus said to them (he that came to him by night, who was one of them):\"}","chap":7,"verse":50,"book":"bible.john"},{"body":"{\"verse\":51,\"body\":\"Doth our law judge any man, unless it first hear him and know what he doth?\"}","chap":7,"verse":51,"book":"bible.john"},{"body":"{\"verse\":52,\"body\":\"They answered and said to him: Art thou also a Galilean? Search the scriptures, and see that out of Galilee a prophet riseth not.\"}","chap":7,"verse":52,"book":"bible.john"},{"body":"{\"verse\":53,\"body\":\"And every man returned to his own house.\"}","chap":7,"verse":53,"book":"bible.john"},{"body":"{\"verse\":1,\"body\":\"And Jesus went unto mount Olivet.\"}","chap":8,"verse":1,"book":"bible.john"},{"body":"{\"verse\":2,\"body\":\"And early in the morning he came again into the temple: and all the people came to him. And sitting down he taught them.\"}","chap":8,"verse":2,"book":"bible.john"},{"body":"{\"verse\":3,\"body\":\"And the scribes and Pharisees bring unto him a woman taken in adultery: and they set her in the midst,\"}","chap":8,"verse":3,"book":"bible.john"},{"body":"{\"verse\":4,\"body\":\"And said to him: Master, this woman was even now taken in adultery.\"}","chap":8,"verse":4,"book":"bible.john"},{"body":"{\"verse\":5,\"body\":\"Now Moses in the law commanded us to stone such a one. But what sayest thou?\"}","chap":8,"verse":5,"book":"bible.john"},{"body":"{\"verse\":6,\"body\":\"And this they said tempting him, that they might accuse him. But Jesus bowing himself down, wrote with his finger on the ground.\"}","chap":8,"verse":6,"book":"bible.john"},{"body":"{\"verse\":7,\"body\":\"When therefore they continued asking him, he lifted up himself and said to them: He that is without sin among you, let him first cast a stone at her.\"}","chap":8,"verse":7,"book":"bible.john"},{"body":"{\"verse\":8,\"body\":\"And again stooping down, he wrote on the ground.\"}","chap":8,"verse":8,"book":"bible.john"},{"body":"{\"verse\":9,\"body\":\"But they hearing this, went out one by one, beginning at the eldest. And Jesus alone remained, and the woman standing in the midst.\"}","chap":8,"verse":9,"book":"bible.john"},{"body":"{\"verse\":10,\"body\":\"Then Jesus lifting up himself, said to her: Woman, where are they that accused thee? Hath no man condemned thee?\"}","chap":8,"verse":10,"book":"bible.john"},{"body":"{\"verse\":11,\"body\":\"Who said: No man, Lord. And Jesus said: Neither will I condemn thee. Go, and now sin no more.\"}","chap":8,"verse":11,"book":"bible.john"},{"body":"{\"verse\":12,\"body\":\"Again therefore, Jesus spoke to: them, saying: I am the light of the world. He that followeth me walketh not in darkness, but shall have the light of life.\"}","chap":8,"verse":12,"book":"bible.john"},{"body":"{\"verse\":13,\"body\":\"The Pharisees therefore said to him: Thou givest testimony of thyself. Thy testimony is not true.\"}","chap":8,"verse":13,"book":"bible.john"},{"body":"{\"verse\":14,\"body\":\"Jesus answered and said to them: Although I give testimony of myself, my testimony is true: for I know whence I came and whither I go.\"}","chap":8,"verse":14,"book":"bible.john"},{"body":"{\"verse\":15,\"body\":\"You judge according to the flesh: I judge not any man.\"}","chap":8,"verse":15,"book":"bible.john"},{"body":"{\"verse\":16,\"body\":\"And if I do judge, my judgment is true: because I am not alone, but I and the Father that sent me.\"}","chap":8,"verse":16,"book":"bible.john"},{"body":"{\"verse\":17,\"body\":\"And in your law it is written that the testimony of two men is true.\"}","chap":8,"verse":17,"book":"bible.john"},{"body":"{\"verse\":18,\"body\":\"I am one that give testimony of myself: and the Father that sent me giveth testimony of me.\"}","chap":8,"verse":18,"book":"bible.john"},{"body":"{\"verse\":19,\"body\":\"They said therefore to him: Where is thy Father? Jesus answered: Neither me do you know, nor my Father. If you did know me, perhaps you would know my Father also.\"}","chap":8,"verse":19,"book":"bible.john"},{"body":"{\"verse\":20,\"body\":\"These words Jesus spoke in the treasury, teaching in the temple: and no man laid hands on him, because his hour was not yet come.\"}","chap":8,"verse":20,"book":"bible.john"},{"body":"{\"verse\":21,\"body\":\"Again therefore Jesus said to them: I go: and you shall seek me. And you shall die in your sin. Whither I go, you cannot come.\"}","chap":8,"verse":21,"book":"bible.john"},{"body":"{\"verse\":22,\"body\":\"The Jews therefore said: Will he kill himself, because he said: Whither I go you cannot come?\"}","chap":8,"verse":22,"book":"bible.john"},{"body":"{\"verse\":23,\"body\":\"And he said to them: You are from beneath: I am from above. You are of this world: I am not of this world.\"}","chap":8,"verse":23,"book":"bible.john"},{"body":"{\"verse\":24,\"body\":\"Therefore I said to you that you shall die in your sins. For if you believe not that I am he, you shall die in your sin.\"}","chap":8,"verse":24,"book":"bible.john"},{"body":"{\"verse\":25,\"body\":\"They said therefore to him: Who art thou? Jesus said to them: The beginning, who also speak unto you.\"}","chap":8,"verse":25,"book":"bible.john"},{"body":"{\"verse\":26,\"body\":\"Many things I have to speak and to judge of you. But he that sent me, is true: and the things I have heard of him, these same I speak in the world.\"}","chap":8,"verse":26,"book":"bible.john"},{"body":"{\"verse\":27,\"body\":\"And they understood not that he called God his Father.\"}","chap":8,"verse":27,"book":"bible.john"},{"body":"{\"verse\":28,\"body\":\"Jesus therefore said to them: When you shall have lifted up, the Son of man, then shall you know that I am he and that I do nothing of myself. But as the Father hath taught me, these things I speak.\"}","chap":8,"verse":28,"book":"bible.john"},{"body":"{\"verse\":29,\"body\":\"And he that sent me is with me: and he hath not left me alone. For I do always the things that please him.\"}","chap":8,"verse":29,"book":"bible.john"},{"body":"{\"verse\":30,\"body\":\"When he spoke these things, many believed in him.\"}","chap":8,"verse":30,"book":"bible.john"},{"body":"{\"verse\":31,\"body\":\"Then Jesus said to those Jews who believed him: If you continue in my word, you shall be my disciples indeed.\"}","chap":8,"verse":31,"book":"bible.john"},{"body":"{\"verse\":32,\"body\":\"And you shall know the truth: and the truth shall make you free.\"}","chap":8,"verse":32,"book":"bible.john"},{"body":"{\"verse\":33,\"body\":\"They answered him: We are the seed of Abraham: and we have never been slaves to any man. How sayest thou: You shall be free?\"}","chap":8,"verse":33,"book":"bible.john"},{"body":"{\"verse\":34,\"body\":\"Jesus answered them: Amen, amen, I say unto you that whosoever committeth sin is the servant of sin.\"}","chap":8,"verse":34,"book":"bible.john"},{"body":"{\"verse\":35,\"body\":\"Now the servant abideth not in the house for ever: but the son abideth for ever.\"}","chap":8,"verse":35,"book":"bible.john"},{"body":"{\"verse\":36,\"body\":\"If therefore the son shall make you free, you shall be free indeed.\"}","chap":8,"verse":36,"book":"bible.john"},{"body":"{\"verse\":37,\"body\":\"I know that you are the children of Abraham: but you seek to kill me, because my word hath no place in you.\"}","chap":8,"verse":37,"book":"bible.john"},{"body":"{\"verse\":38,\"body\":\"I speak that which I have seen with my Father: and you do the things that you have seen with your father.\"}","chap":8,"verse":38,"book":"bible.john"},{"body":"{\"verse\":39,\"body\":\"They answered and said to him: Abraham is our father. Jesus saith them: If you be the children of Abraham, do the works of Abraham.\"}","chap":8,"verse":39,"book":"bible.john"},{"body":"{\"verse\":40,\"body\":\"But now you seek to kill me, a man who have spoken the truth to you, which I have heard of God. This Abraham did not.\"}","chap":8,"verse":40,"book":"bible.john"},{"body":"{\"verse\":41,\"body\":\"You do the works of your father. They said therefore to him: We are not born of fornication: we have one Father, even God.\"}","chap":8,"verse":41,"book":"bible.john"},{"body":"{\"verse\":42,\"body\":\"Jesus therefore said to them: If God were your Father, you would indeed love me. For from God I proceeded and came. For I came not of myself: but he sent me.\"}","chap":8,"verse":42,"book":"bible.john"},{"body":"{\"verse\":43,\"body\":\"Why do you not know my speech? Because you cannot hear my word.\"}","chap":8,"verse":43,"book":"bible.john"},{"body":"{\"verse\":44,\"body\":\"You are of your father the devil: and the desires of your father you will do. He was a murderer from the beginning: and he stood not in the truth, because truth is not in him. When he speaketh a lie, he speaketh of his own: for he is a liar, and the father thereof.\"}","chap":8,"verse":44,"book":"bible.john"},{"body":"{\"verse\":45,\"body\":\"But if I say the truth, you believe me not.\"}","chap":8,"verse":45,"book":"bible.john"},{"body":"{\"verse\":46,\"body\":\"Which of you shall convince me of sin? If I say the truth to you, why do you not believe me:\"}","chap":8,"verse":46,"book":"bible.john"},{"body":"{\"verse\":47,\"body\":\"He that is of God heareth the words of God. Therefore you hear them not, because you are not of God.\"}","chap":8,"verse":47,"book":"bible.john"},{"body":"{\"verse\":48,\"body\":\"The Jews therefore answered and said to him: Do not we say well that thou art a Samaritan and hast a devil?\"}","chap":8,"verse":48,"book":"bible.john"},{"body":"{\"verse\":49,\"body\":\"Jesus answered: I have not a devil: but I honour my Father. And you have dishonoured me.\"}","chap":8,"verse":49,"book":"bible.john"},{"body":"{\"verse\":50,\"body\":\"But I seek not my own glory: there is one that seeketh and judgeth.\"}","chap":8,"verse":50,"book":"bible.john"},{"body":"{\"verse\":51,\"body\":\"Amen, amen, I say to you: If any man keep my word, he shall not see death for ever.\"}","chap":8,"verse":51,"book":"bible.john"},{"body":"{\"verse\":52,\"body\":\"The Jews therefore said: Now we know that thou hast a devil. Abraham is dead, and the prophets: and thou sayest: If any man keep my word, he shall not taste death for ever.\"}","chap":8,"verse":52,"book":"bible.john"},{"body":"{\"verse\":53,\"body\":\"Art thou greater than our father Abraham who is dead? And the prophets are dead. Whom dost thou make thyself?\"}","chap":8,"verse":53,"book":"bible.john"},{"body":"{\"verse\":54,\"body\":\"Jesus answered: If I glorify myself, my glory is nothing. It is my Father that glorifieth me, of whom you say that he is your God.\"}","chap":8,"verse":54,"book":"bible.john"},{"body":"{\"verse\":55,\"body\":\"And you have not known him: but I know him. And if I shall say that I know him not, I shall be like to you, a liar. But I do know him and do keep his word.\"}","chap":8,"verse":55,"book":"bible.john"},{"body":"{\"verse\":56,\"body\":\"Abraham your father rejoiced that he might see my day: he saw it and was glad.\"}","chap":8,"verse":56,"book":"bible.john"},{"body":"{\"verse\":57,\"body\":\"The Jews therefore said to him: Thou art not yet fifty years old. And hast thou seen Abraham?\"}","chap":8,"verse":57,"book":"bible.john"},{"body":"{\"verse\":58,\"body\":\"Jesus said to them: Amen, amen, I say to you, before Abraham was made, I AM.\"}","chap":8,"verse":58,"book":"bible.john"},{"body":"{\"verse\":59,\"body\":\"They took up stones therefore to cast at him. But Jesus hid himself and went out of the temple.\"}","chap":8,"verse":59,"book":"bible.john"},{"body":"{\"verse\":1,\"body\":\"And Jesus passing by, saw a man who was blind from his birth.\"}","chap":9,"verse":1,"book":"bible.john"},{"body":"{\"verse\":2,\"body\":\"And his disciples asked him: Rabbi, who hath sinned, this man or his parents, that he should be born blind?\"}","chap":9,"verse":2,"book":"bible.john"},{"body":"{\"verse\":3,\"body\":\"Jesus answered: Neither hath this man sinned, nor his parents; but that the works of God should be made manifest in him.\"}","chap":9,"verse":3,"book":"bible.john"},{"body":"{\"verse\":4,\"body\":\"I must work the works of him that sent me, whilst it is day: the night cometh, when no man can work.\"}","chap":9,"verse":4,"book":"bible.john"},{"body":"{\"verse\":5,\"body\":\"As long as I am in the world, I am the light of the world.\"}","chap":9,"verse":5,"book":"bible.john"},{"body":"{\"verse\":6,\"body\":\"When he had said these things, he spat on the ground and made clay of the spittle and spread the clay upon his eyes,\"}","chap":9,"verse":6,"book":"bible.john"},{"body":"{\"verse\":7,\"body\":\"And said to him: Go, wash in the pool of Siloe, which is interpreted, Sent. He went therefore and washed: and he came seeing.\"}","chap":9,"verse":7,"book":"bible.john"},{"body":"{\"verse\":8,\"body\":\"The neighbours, therefore, and they who had seen him before that he was a beggar, said: Is not this he that sat and begged? Some said: This is he.\"}","chap":9,"verse":8,"book":"bible.john"},{"body":"{\"verse\":9,\"body\":\"But others said: No, but he is like him. But he said: I am he.\"}","chap":9,"verse":9,"book":"bible.john"},{"body":"{\"verse\":10,\"body\":\"They said therefore to him: How were thy eyes opened?\"}","chap":9,"verse":10,"book":"bible.john"},{"body":"{\"verse\":11,\"body\":\"He answered: That man that is called Jesus made clay and anointed my eyes and said to me: Go to the pool of Siloe and wash. And I went: I washed: and I see.\"}","chap":9,"verse":11,"book":"bible.john"},{"body":"{\"verse\":12,\"body\":\"And they said to him: Where is he? He saith: I know not.\"}","chap":9,"verse":12,"book":"bible.john"},{"body":"{\"verse\":13,\"body\":\"They bring him that had been blind to the Pharisees.\"}","chap":9,"verse":13,"book":"bible.john"},{"body":"{\"verse\":14,\"body\":\"Now it was the sabbath, when Jesus made the clay and opened his eyes.\"}","chap":9,"verse":14,"book":"bible.john"},{"body":"{\"verse\":15,\"body\":\"Again therefore the Pharisees asked him how he had received his sight. But he said to them: He put clay upon my eyes: and I washed: and I see.\"}","chap":9,"verse":15,"book":"bible.john"},{"body":"{\"verse\":16,\"body\":\"Some therefore of the Pharisees said: This man is not of God, who keepeth not the sabbath. But others said: How can a man that is a sinner do such miracles? And there was a division among them.\"}","chap":9,"verse":16,"book":"bible.john"},{"body":"{\"verse\":17,\"body\":\"They say therefore to the blind man again: What sayest thou of him that hath opened thy eyes? And he said: He is a prophet.\"}","chap":9,"verse":17,"book":"bible.john"},{"body":"{\"verse\":18,\"body\":\"The Jews then did not believe concerning him, that he had been blind and had received his sight, until they called the parents of him that had received his sight,\"}","chap":9,"verse":18,"book":"bible.john"},{"body":"{\"verse\":19,\"body\":\"And asked them, saying: Is this your son, who you say was born blind? How then doth he now see?\"}","chap":9,"verse":19,"book":"bible.john"},{"body":"{\"verse\":20,\"body\":\"His parents answered them and said: We know that this is our son and that he was born blind:\"}","chap":9,"verse":20,"book":"bible.john"},{"body":"{\"verse\":21,\"body\":\"But how he now seeth, we know not: or who hath opened his eyes, we know not. Ask himself: he is of age: Let him speak for himself.\"}","chap":9,"verse":21,"book":"bible.john"},{"body":"{\"verse\":22,\"body\":\"These things his parents said, because they feared the Jews: for the Jews had already agreed among themselves that if any man should confess him to be Christ, he should be put out of the synagogue.\"}","chap":9,"verse":22,"book":"bible.john"},{"body":"{\"verse\":23,\"body\":\"Therefore did his parents say: He is of age. Ask himself.\"}","chap":9,"verse":23,"book":"bible.john"},{"body":"{\"verse\":24,\"body\":\"They therefore called the man again that had been blind and said to him: Give glory to God. We know that this man is a sinner.\"}","chap":9,"verse":24,"book":"bible.john"},{"body":"{\"verse\":25,\"body\":\"He said therefore to them: If he be a sinner, I know not. One thing I know, that whereas I was blind. now I see.\"}","chap":9,"verse":25,"book":"bible.john"},{"body":"{\"verse\":26,\"body\":\"They said then to him: What did he to thee? How did he open thy eyes?\"}","chap":9,"verse":26,"book":"bible.john"},{"body":"{\"verse\":27,\"body\":\"He answered them: I have told you already, and you have heard. Why would you hear it again? Will you also become his disciples?\"}","chap":9,"verse":27,"book":"bible.john"},{"body":"{\"verse\":28,\"body\":\"They reviled him therefore and said: Be thou his disciple; but we are the disciples of Moses.\"}","chap":9,"verse":28,"book":"bible.john"},{"body":"{\"verse\":29,\"body\":\"We know that God spoke to Moses: but as to this man, we know not from whence he is.\"}","chap":9,"verse":29,"book":"bible.john"},{"body":"{\"verse\":30,\"body\":\"The man answered and said to them: why, herein is a wonderful thing, that you know not from whence he is, and he hath opened my eyes.\"}","chap":9,"verse":30,"book":"bible.john"},{"body":"{\"verse\":31,\"body\":\"Now we know that God doth not hear sinners: but if a man be a server of God and doth his, will, him he heareth.\"}","chap":9,"verse":31,"book":"bible.john"},{"body":"{\"verse\":32,\"body\":\"From the beginning of the world it hath not been heard, that any man hath opened the eyes of one born blind.\"}","chap":9,"verse":32,"book":"bible.john"},{"body":"{\"verse\":33,\"body\":\"Unless this man were of God, he could not do anything.\"}","chap":9,"verse":33,"book":"bible.john"},{"body":"{\"verse\":34,\"body\":\"They answered and said to him: Thou wast wholly born in sins; and dost thou teach us? And they cast him out.\"}","chap":9,"verse":34,"book":"bible.john"},{"body":"{\"verse\":35,\"body\":\"Jesus heard that they had cast him out. And when he had found him, he said to him: Dost thou believe in the Son of God?\"}","chap":9,"verse":35,"book":"bible.john"},{"body":"{\"verse\":36,\"body\":\"He answered, and said: Who is he, Lord, that I may believe in him?\"}","chap":9,"verse":36,"book":"bible.john"},{"body":"{\"verse\":37,\"body\":\"And Jesus said to him: Thou hast both seen him; and it is he that talketh with thee.\"}","chap":9,"verse":37,"book":"bible.john"},{"body":"{\"verse\":38,\"body\":\"And he said: I believe, Lord. And falling down, he adored him.\"}","chap":9,"verse":38,"book":"bible.john"},{"body":"{\"verse\":39,\"body\":\"And Jesus said: For judgment I am come into this world: that they who see not may see; and they who see may become blind.\"}","chap":9,"verse":39,"book":"bible.john"},{"body":"{\"verse\":40,\"body\":\"And some of the Pharisees, who were with him, heard: and they said unto him: Are we also blind?\"}","chap":9,"verse":40,"book":"bible.john"},{"body":"{\"verse\":41,\"body\":\"Jesus said to them: If you were blind, you should not have sin: but now you say: We see. Your sin remaineth.\"}","chap":9,"verse":41,"book":"bible.john"},{"body":"{\"verse\":1,\"body\":\"Amen, amen, I say to you: He that entereth not by the door into the sheepfold but climbeth up another way, the same is a thief and a robber.\"}","chap":10,"verse":1,"book":"bible.john"},{"body":"{\"verse\":2,\"body\":\"But he that entereth in by the door is the shepherd of the sheep.\"}","chap":10,"verse":2,"book":"bible.john"},{"body":"{\"verse\":3,\"body\":\"To him the porter openeth: and the sheep hear his voice. And he calleth his own sheep by name and leadeth them out.\"}","chap":10,"verse":3,"book":"bible.john"},{"body":"{\"verse\":4,\"body\":\"And when he hath let out his own sheep, he goeth before them: and the sheep follow him, because they know his voice.\"}","chap":10,"verse":4,"book":"bible.john"},{"body":"{\"verse\":5,\"body\":\"But a stranger they follow not, but fly from him, because they know not the voice of strangers.\"}","chap":10,"verse":5,"book":"bible.john"},{"body":"{\"verse\":6,\"body\":\"This proverb Jesus spoke to them. But they understood not what he spoke.\"}","chap":10,"verse":6,"book":"bible.john"},{"body":"{\"verse\":7,\"body\":\"Jesus therefore said to them again: Amen, amen, I say to you, I am the door of the sheep.\"}","chap":10,"verse":7,"book":"bible.john"},{"body":"{\"verse\":8,\"body\":\"All others, as many as have come, are thieves and robbers: and the sheep heard them not.\"}","chap":10,"verse":8,"book":"bible.john"},{"body":"{\"verse\":9,\"body\":\"I am the door. By me, if any man enter in, he shall be saved: and he shall go in and go out, and shall find pastures.\"}","chap":10,"verse":9,"book":"bible.john"},{"body":"{\"verse\":10,\"body\":\"The thief cometh not, but for to steal and to kill and to destroy. I am come that they may have life and may have it more abundantly.\"}","chap":10,"verse":10,"book":"bible.john"},{"body":"{\"verse\":11,\"body\":\"I am the good shepherd. The good shepherd giveth his life for his sheep.\"}","chap":10,"verse":11,"book":"bible.john"},{"body":"{\"verse\":12,\"body\":\"But the hireling and he that is not the shepherd, whose own the sheep are not, seeth the wolf coming and leaveth the sheep and flieth: and the wolf casteth and scattereth the sheep,\"}","chap":10,"verse":12,"book":"bible.john"},{"body":"{\"verse\":13,\"body\":\"And the hireling flieth, because he is a hireling: and he hath no care for the sheep.\"}","chap":10,"verse":13,"book":"bible.john"},{"body":"{\"verse\":14,\"body\":\"I am the good shepherd: and I know mine, and mine know me.\"}","chap":10,"verse":14,"book":"bible.john"},{"body":"{\"verse\":15,\"body\":\"As the Father knoweth me, and I know the Father: and I lay down my life for my sheep.\"}","chap":10,"verse":15,"book":"bible.john"},{"body":"{\"verse\":16,\"body\":\"And other sheep I have that are not of this fold: them also I must bring. And they shall hear my voice: And there shall be one fold and one shepherd.\"}","chap":10,"verse":16,"book":"bible.john"},{"body":"{\"verse\":17,\"body\":\"Therefore doth the Father love me: because I lay down my life, that I may take it again.\"}","chap":10,"verse":17,"book":"bible.john"},{"body":"{\"verse\":18,\"body\":\"No man taketh it away from me: but I lay it down of myself. And I have power to lay it down: and I have power to take it up again. This commandment have I received of my Father.\"}","chap":10,"verse":18,"book":"bible.john"},{"body":"{\"verse\":19,\"body\":\"A dissension rose again among the Jews for these words.\"}","chap":10,"verse":19,"book":"bible.john"},{"body":"{\"verse\":20,\"body\":\"And many of them said: He hath a devil and is mad. Why hear you him?\"}","chap":10,"verse":20,"book":"bible.john"},{"body":"{\"verse\":21,\"body\":\"Others said: These are not the words of one that hath a devil. Can a devil open the eyes of the blind?\"}","chap":10,"verse":21,"book":"bible.john"},{"body":"{\"verse\":22,\"body\":\"And it was the feast of the dedication at Jerusalem: and it was winter.\"}","chap":10,"verse":22,"book":"bible.john"},{"body":"{\"verse\":23,\"body\":\"And Jesus walked in the temple, in Solomon's porch.\"}","chap":10,"verse":23,"book":"bible.john"},{"body":"{\"verse\":24,\"body\":\"The Jews therefore came round about him and said to him: How long dost thou hold our souls in suspense? If thou be the Christ, tell us plainly.\"}","chap":10,"verse":24,"book":"bible.john"},{"body":"{\"verse\":25,\"body\":\"Jesus answered them: I speak to you, and you believe not: the works that I do in the name of my Father, they give testimony of me.\"}","chap":10,"verse":25,"book":"bible.john"},{"body":"{\"verse\":26,\"body\":\"But you do not believe, because you are not of my sheep.\"}","chap":10,"verse":26,"book":"bible.john"},{"body":"{\"verse\":27,\"body\":\"My sheep hear my voice. And I know them: and they follow me.\"}","chap":10,"verse":27,"book":"bible.john"},{"body":"{\"verse\":28,\"body\":\"And I give them life everlasting: and they shall not perish for ever. And no man shall pluck them out of my hand.\"}","chap":10,"verse":28,"book":"bible.john"},{"body":"{\"verse\":29,\"body\":\"That which my Father hath given me is greater than all: and no one can snatch them out of the hand of my Father.\"}","chap":10,"verse":29,"book":"bible.john"},{"body":"{\"verse\":30,\"body\":\"I and the Father are one.\"}","chap":10,"verse":30,"book":"bible.john"},{"body":"{\"verse\":31,\"body\":\"The Jews then took up stones to stone him.\"}","chap":10,"verse":31,"book":"bible.john"},{"body":"{\"verse\":32,\"body\":\"Jesus answered them: Many good works I have shewed you from my Father. For which of those works do you stone me?\"}","chap":10,"verse":32,"book":"bible.john"},{"body":"{\"verse\":33,\"body\":\"The Jews answered him: For a good work we stone thee not, but for blasphemy: and because that thou. being a, man, makest thyself God.\"}","chap":10,"verse":33,"book":"bible.john"},{"body":"{\"verse\":34,\"body\":\"Jesus answered them: Is it not written in your law: I said, you are gods?\"}","chap":10,"verse":34,"book":"bible.john"},{"body":"{\"verse\":35,\"body\":\"If he called them gods to whom the word of God was spoken; and the scripture cannot be broken:\"}","chap":10,"verse":35,"book":"bible.john"},{"body":"{\"verse\":36,\"body\":\"Do you say of him whom the Father hath sanctified and sent into the world: Thou blasphemest; because I said: I am the Son of God?\"}","chap":10,"verse":36,"book":"bible.john"},{"body":"{\"verse\":37,\"body\":\"If I do not the works of my Father, believe me not.\"}","chap":10,"verse":37,"book":"bible.john"},{"body":"{\"verse\":38,\"body\":\"But if I do, though you will not believe me, believe the works: that you may know and believe that the Father is in me and I in the Father.\"}","chap":10,"verse":38,"book":"bible.john"},{"body":"{\"verse\":39,\"body\":\"They sought therefore to take him: and he escaped out of their hands.\"}","chap":10,"verse":39,"book":"bible.john"},{"body":"{\"verse\":40,\"body\":\"And he went again beyond the Jordan, into that place where John was baptizing first. And there he abode.\"}","chap":10,"verse":40,"book":"bible.john"},{"body":"{\"verse\":41,\"body\":\"And many resorted to him: and they said: John indeed did no sign.\"}","chap":10,"verse":41,"book":"bible.john"},{"body":"{\"verse\":42,\"body\":\"But all things whatsoever John said of this man were true. And many believed n him.\"}","chap":10,"verse":42,"book":"bible.john"},{"body":"{\"verse\":1,\"body\":\"Now there was a certain man sick, named Lazarus, of Bethania, of the town of Mary and of Martha her sister.\"}","chap":11,"verse":1,"book":"bible.john"},{"body":"{\"verse\":2,\"body\":\"(And Mary was she that anointed the Lord with ointment and wiped his feet with her hair: whose brother Lazarus was sick.)\"}","chap":11,"verse":2,"book":"bible.john"},{"body":"{\"verse\":3,\"body\":\"His sisters therefore sent to him, saying: Lord, behold, he whom thou lovest is sick.\"}","chap":11,"verse":3,"book":"bible.john"},{"body":"{\"verse\":4,\"body\":\"And Jesus hearing it, said to them: This sickness is not unto death, but for the glory of God: that the Son of God may be glorified by it.\"}","chap":11,"verse":4,"book":"bible.john"},{"body":"{\"verse\":5,\"body\":\"Now Jesus loved Martha and her sister Mary and Lazarus.\"}","chap":11,"verse":5,"book":"bible.john"},{"body":"{\"verse\":6,\"body\":\"When he had heard therefore that he was sick, he still remained in the same place two days.\"}","chap":11,"verse":6,"book":"bible.john"},{"body":"{\"verse\":7,\"body\":\"Then after that, he said to his disciples: Let us go into Judea again.\"}","chap":11,"verse":7,"book":"bible.john"},{"body":"{\"verse\":8,\"body\":\"The disciples say to him: Rabbi, the Jews but now sought to stone thee. And goest thou thither again?\"}","chap":11,"verse":8,"book":"bible.john"},{"body":"{\"verse\":9,\"body\":\"Jesus answered: Are there not twelve hours of the day? If a man walk in the day he stumbleth not, because he seeth the light of this world:\"}","chap":11,"verse":9,"book":"bible.john"},{"body":"{\"verse\":10,\"body\":\"But if he walk in the night, he stumbleth, because the light is not in him.\"}","chap":11,"verse":10,"book":"bible.john"},{"body":"{\"verse\":11,\"body\":\"These things he said; and after that he said to them: Lazarus our friend sleepeth: but I go that I may awake him out of sleep.\"}","chap":11,"verse":11,"book":"bible.john"},{"body":"{\"verse\":12,\"body\":\"His disciples therefore said: Lord, if he sleep, he shall do well.\"}","chap":11,"verse":12,"book":"bible.john"},{"body":"{\"verse\":13,\"body\":\"But Jesus spoke of his death: and they thought that he spoke of the repose of sleep.\"}","chap":11,"verse":13,"book":"bible.john"},{"body":"{\"verse\":14,\"body\":\"Then therefore Jesus said to them plainly: Lazarus is dead.\"}","chap":11,"verse":14,"book":"bible.john"},{"body":"{\"verse\":15,\"body\":\"And I am glad, for your sakes; that I was not there, that you may believe. But, let us go to him.\"}","chap":11,"verse":15,"book":"bible.john"},{"body":"{\"verse\":16,\"body\":\"Thomas therefore, who is called Didymus, said to his fellow disciples: Let us also go, that we may die with him.\"}","chap":11,"verse":16,"book":"bible.john"},{"body":"{\"verse\":17,\"body\":\"Jesus therefore came: and found that he had been four days already in the grave.\"}","chap":11,"verse":17,"book":"bible.john"},{"body":"{\"verse\":18,\"body\":\"(Now Bethania was near Jerusalem, about fifteen furlongs off.)\"}","chap":11,"verse":18,"book":"bible.john"},{"body":"{\"verse\":19,\"body\":\"And many of the Jews were come to Martha and Mary, to comfort them concerning their brother.\"}","chap":11,"verse":19,"book":"bible.john"},{"body":"{\"verse\":20,\"body\":\"Martha therefore, as soon as she heard that Jesus was come, went to meet him: but Mary sat at home.\"}","chap":11,"verse":20,"book":"bible.john"},{"body":"{\"verse\":21,\"body\":\"Martha therefore said to Jesus: Lord, if thou hadst been here, my brother had not died.\"}","chap":11,"verse":21,"book":"bible.john"},{"body":"{\"verse\":22,\"body\":\"But now also I know that whatsoever thou wilt ask of God, God will give it thee.\"}","chap":11,"verse":22,"book":"bible.john"},{"body":"{\"verse\":23,\"body\":\"Jesus saith to her: Thy brother shall rise again.\"}","chap":11,"verse":23,"book":"bible.john"},{"body":"{\"verse\":24,\"body\":\"Martha saith to him: I know that he shall rise again, in the resurrection at the last day.\"}","chap":11,"verse":24,"book":"bible.john"},{"body":"{\"verse\":25,\"body\":\"Jesus said to her: I am the resurrection and the life: he that believeth in me, although he be dead, shall live:\"}","chap":11,"verse":25,"book":"bible.john"},{"body":"{\"verse\":26,\"body\":\"And every one that liveth and believeth in me shall not die for ever. Believest thou this?\"}","chap":11,"verse":26,"book":"bible.john"},{"body":"{\"verse\":27,\"body\":\"She saith to him: Yea, Lord, I have believed that thou art Christ, the Son of the living God, who art come into this world.\"}","chap":11,"verse":27,"book":"bible.john"},{"body":"{\"verse\":28,\"body\":\"And when she had said these things, she went and called her sister Mary secretly, saying: The master is come and calleth for thee.\"}","chap":11,"verse":28,"book":"bible.john"},{"body":"{\"verse\":29,\"body\":\"She, as soon as she heard this, riseth quickly and cometh to him.\"}","chap":11,"verse":29,"book":"bible.john"},{"body":"{\"verse\":30,\"body\":\"For Jesus was not yet come into the town: but he was still in that place where Martha had met him.\"}","chap":11,"verse":30,"book":"bible.john"},{"body":"{\"verse\":31,\"body\":\"The Jews therefore, who were with her in the house and comforted her, when they saw Mary, that she rose up speedily and went out, followed her, saying: She goeth to the grave to weep there.\"}","chap":11,"verse":31,"book":"bible.john"},{"body":"{\"verse\":32,\"body\":\"When Mary therefore was come where Jesus was, seeing him, she fell down at his feet and saith to him. Lord, if thou hadst been here, my brother had not died.\"}","chap":11,"verse":32,"book":"bible.john"},{"body":"{\"verse\":33,\"body\":\"Jesus, therefore, when he saw her weeping, and the Jews that were come with her weeping, groaned in the spirit and troubled himself,\"}","chap":11,"verse":33,"book":"bible.john"},{"body":"{\"verse\":34,\"body\":\"And said: Where have you laid him? They say to him: Lord, come and see.\"}","chap":11,"verse":34,"book":"bible.john"},{"body":"{\"verse\":35,\"body\":\"And Jesus wept.\"}","chap":11,"verse":35,"book":"bible.john"},{"body":"{\"verse\":36,\"body\":\"The Jews therefore said: Behold how he loved him.\"}","chap":11,"verse":36,"book":"bible.john"},{"body":"{\"verse\":37,\"body\":\"But some of them said: Could not he that opened the eyes of the man born blind have caused that this man should not die?\"}","chap":11,"verse":37,"book":"bible.john"},{"body":"{\"verse\":38,\"body\":\"Jesus therefore again groaning in himself, cometh to the sepulchre. Now it was a cave; and a stone was laid over it.\"}","chap":11,"verse":38,"book":"bible.john"},{"body":"{\"verse\":39,\"body\":\"Jesus saith: Take away the stone. Martha, the sister of him that was dead, saith to him: Lord, by this time he stinketh, for he is now of four days.\"}","chap":11,"verse":39,"book":"bible.john"},{"body":"{\"verse\":40,\"body\":\"Jesus saith to her: Did not I say to thee that if thou believe, thou shalt see the glory of God?\"}","chap":11,"verse":40,"book":"bible.john"},{"body":"{\"verse\":41,\"body\":\"They took therefore the stone away. And Jesus lifting up his eyes, said: Father, I give thee thanks that thou hast heard me.\"}","chap":11,"verse":41,"book":"bible.john"},{"body":"{\"verse\":42,\"body\":\"And I knew that thou hearest me always: but because of the people who stand about have I said it, that they may believe that thou hast sent me.\"}","chap":11,"verse":42,"book":"bible.john"},{"body":"{\"verse\":43,\"body\":\"When he had said these things, he cried with a loud voice: Lazarus, come forth.\"}","chap":11,"verse":43,"book":"bible.john"},{"body":"{\"verse\":44,\"body\":\"And presently he that had been dead came forth, bound feet and hands with winding bands. And his face was bound about with a napkin. Jesus said to them: Loose him and let him go.\"}","chap":11,"verse":44,"book":"bible.john"},{"body":"{\"verse\":45,\"body\":\"Many therefore of the Jews, who were come to Mary and Martha and had seen the things that Jesus did, believed in him.\"}","chap":11,"verse":45,"book":"bible.john"},{"body":"{\"verse\":46,\"body\":\"But some of them went to the Pharisees and told them the things that Jesus had done.\"}","chap":11,"verse":46,"book":"bible.john"},{"body":"{\"verse\":47,\"body\":\"The chief priests, therefore, and the Pharisees gathered a council and said: What do we, for this man doth many miracles?\"}","chap":11,"verse":47,"book":"bible.john"},{"body":"{\"verse\":48,\"body\":\"If we let him alone so, all will believe in him; and the Romans will come, and take away our place and nation.\"}","chap":11,"verse":48,"book":"bible.john"},{"body":"{\"verse\":49,\"body\":\"But one of them, named Caiphas, being the high priest that year, said to them: You know nothing.\"}","chap":11,"verse":49,"book":"bible.john"},{"body":"{\"verse\":50,\"body\":\"Neither do you consider that it is expedient for you that one man should die for the people and that the whole nation perish not.\"}","chap":11,"verse":50,"book":"bible.john"},{"body":"{\"verse\":51,\"body\":\"And this he spoke not of himself: but being the high priest of that year, he prophesied that Jesus should die for the nation.\"}","chap":11,"verse":51,"book":"bible.john"},{"body":"{\"verse\":52,\"body\":\"And not only for the nation, but to gather together in one the children of God that were dispersed.\"}","chap":11,"verse":52,"book":"bible.john"},{"body":"{\"verse\":53,\"body\":\"From that day therefore they devised to put him to death.\"}","chap":11,"verse":53,"book":"bible.john"},{"body":"{\"verse\":54,\"body\":\"Wherefore Jesus walked no more openly among the Jews: but he went into a country near the desert, unto a city that is called Ephrem. And there he abode with his disciples.\"}","chap":11,"verse":54,"book":"bible.john"},{"body":"{\"verse\":55,\"body\":\"And the pasch of the Jews was at hand: and many from the country went up to Jerusalem, before the pasch, to purify themselves.\"}","chap":11,"verse":55,"book":"bible.john"},{"body":"{\"verse\":56,\"body\":\"They sought therefore for Jesus; and they discoursed one with another, standing in the temple: What think you that he is not come to the festival day? And the chief priests and Pharisees had given a commandment that, if any man knew where he was, he should tell, that they might apprehend him.\"}","chap":11,"verse":56,"book":"bible.john"},{"body":"{\"verse\":1,\"body\":\"Jesus therefore, six days before the pasch, came to Bethania, where Lazarus had been dead, whom Jesus raised to life.\"}","chap":12,"verse":1,"book":"bible.john"},{"body":"{\"verse\":2,\"body\":\"And they made him a supper there: and Martha served. But Lazarus was one of them that were at table with him.\"}","chap":12,"verse":2,"book":"bible.john"},{"body":"{\"verse\":3,\"body\":\"Mary therefore took a pound of ointment of right spikenard, of great price, and anointed the feet of Jesus and wiped his feet with her hair. And the house was filled with the odour of the ointment.\"}","chap":12,"verse":3,"book":"bible.john"},{"body":"{\"verse\":4,\"body\":\"Then one of his disciples, Judas Iscariot, he that was about to betray him, said:\"}","chap":12,"verse":4,"book":"bible.john"},{"body":"{\"verse\":5,\"body\":\"Why was not this ointment sold for three hundred pence and given to the poor?\"}","chap":12,"verse":5,"book":"bible.john"},{"body":"{\"verse\":6,\"body\":\"Now he said this not because he cared for the poor; but because he was a thief and, having the purse, carried the things that were put therein.\"}","chap":12,"verse":6,"book":"bible.john"},{"body":"{\"verse\":7,\"body\":\"Jesus therefore said: Let her alone, that she may keep it against the day of my burial.\"}","chap":12,"verse":7,"book":"bible.john"},{"body":"{\"verse\":8,\"body\":\"For the poor you have always with you: but me you have not always. See the annotation of St. Matt. 26. 11.\"}","chap":12,"verse":8,"book":"bible.john"},{"body":"{\"verse\":9,\"body\":\"A great multitude therefore of the Jews knew that he was there; and they came, not for Jesus' sake only, but that they might see Lazarus, whom he had raised from the dead.\"}","chap":12,"verse":9,"book":"bible.john"},{"body":"{\"verse\":10,\"body\":\"But the chief priests thought to kill Lazarus also:\"}","chap":12,"verse":10,"book":"bible.john"},{"body":"{\"verse\":11,\"body\":\"Because many of the Jews, by reason of him, went away and believed in Jesus.\"}","chap":12,"verse":11,"book":"bible.john"},{"body":"{\"verse\":12,\"body\":\"And on the next day, a great multitude that was come to the festival day, when they had heard that Jesus was coming to Jerusalem,\"}","chap":12,"verse":12,"book":"bible.john"},{"body":"{\"verse\":13,\"body\":\"Took branches of palm trees and went forth to meet him and cried Hosanna. Blessed is he that cometh in the name of the Lord, the king of Israel.\"}","chap":12,"verse":13,"book":"bible.john"},{"body":"{\"verse\":14,\"body\":\"And Jesus found a young ass and sat upon it, as it is written:\"}","chap":12,"verse":14,"book":"bible.john"},{"body":"{\"verse\":15,\"body\":\"Fear not, daughter of Sion: behold thy king cometh, sitting on an ass's colt.\"}","chap":12,"verse":15,"book":"bible.john"},{"body":"{\"verse\":16,\"body\":\"These things his disciples did not know at the first: but when Jesus was glorified, then they remembered that these things were written of him and that they had done these things to him.\"}","chap":12,"verse":16,"book":"bible.john"},{"body":"{\"verse\":17,\"body\":\"The multitude therefore gave testimony, which was with him, when he called Lazarus out of the grave and raised him from the dead.\"}","chap":12,"verse":17,"book":"bible.john"},{"body":"{\"verse\":18,\"body\":\"For which reason also the people came to meet him, because they heard that he had done this miracle.\"}","chap":12,"verse":18,"book":"bible.john"},{"body":"{\"verse\":19,\"body\":\"The Pharisees therefore said among themselves: Do you see that we prevail nothing? Behold, the whole world is gone after him.\"}","chap":12,"verse":19,"book":"bible.john"},{"body":"{\"verse\":20,\"body\":\"Now there were certain Gentiles among them, who came up to adore on the festival day.\"}","chap":12,"verse":20,"book":"bible.john"},{"body":"{\"verse\":21,\"body\":\"These therefore came to Philip, who was of Bethsaida of Galilee, and desired him, saying: Sir, we would see Jesus.\"}","chap":12,"verse":21,"book":"bible.john"},{"body":"{\"verse\":22,\"body\":\"Philip cometh and telleth Andrew. Again Andrew and Philip told Jesus.\"}","chap":12,"verse":22,"book":"bible.john"},{"body":"{\"verse\":23,\"body\":\"But Jesus answered them, saying: The hour is come that the Son of man should be glorified.\"}","chap":12,"verse":23,"book":"bible.john"},{"body":"{\"verse\":24,\"body\":\"Amen, amen, I say to you, unless the grain of wheat falling into the ground die,\"}","chap":12,"verse":24,"book":"bible.john"},{"body":"{\"verse\":25,\"body\":\"Itself remaineth alone. But if it die it bringeth forth much fruit. He that loveth his life shall lose it and he that hateth his life in this world keepeth it unto life eternal.\"}","chap":12,"verse":25,"book":"bible.john"},{"body":"{\"verse\":26,\"body\":\"If any man minister to me, let him follow me: and where I am, there also shall my minister be. If any man minister to me, him will my Father honour.\"}","chap":12,"verse":26,"book":"bible.john"},{"body":"{\"verse\":27,\"body\":\"Now is my soul troubled. And what shall I say? Father, save me from this hour. But for this cause I came unto this hour.\"}","chap":12,"verse":27,"book":"bible.john"},{"body":"{\"verse\":28,\"body\":\"Father, glorify thy name. A voice therefore came from heaven: I have both glorified it and will glorify it again.\"}","chap":12,"verse":28,"book":"bible.john"},{"body":"{\"verse\":29,\"body\":\"The multitude therefore that stood and heard said that it thundered. Others said: An angel spoke to him.\"}","chap":12,"verse":29,"book":"bible.john"},{"body":"{\"verse\":30,\"body\":\"Jesus answered and said: This voice came not because of me, but for your sakes.\"}","chap":12,"verse":30,"book":"bible.john"},{"body":"{\"verse\":31,\"body\":\"Now is the judgment of the world: now shall the prince of this world be cast out.\"}","chap":12,"verse":31,"book":"bible.john"},{"body":"{\"verse\":32,\"body\":\"And I, if I be lifted up from the earth, will draw all things to myself.\"}","chap":12,"verse":32,"book":"bible.john"},{"body":"{\"verse\":33,\"body\":\"(Now this he said, signifying what death he should die.)\"}","chap":12,"verse":33,"book":"bible.john"},{"body":"{\"verse\":34,\"body\":\"The multitude answered him: We have heard out of the law that Christ abideth for ever. And how sayest thou: The Son of man must be lifted up? Who is this Son of man?\"}","chap":12,"verse":34,"book":"bible.john"},{"body":"{\"verse\":35,\"body\":\"Jesus therefore said to them: Yet a little while, the light is among you. Walk whilst you have the light, and the darkness overtake you not. And he that walketh in darkness knoweth not whither be goeth.\"}","chap":12,"verse":35,"book":"bible.john"},{"body":"{\"verse\":36,\"body\":\"Whilst you have the light, believe in the light, that you may be the children of light. These things Jesus spoke: and he went away and hid himself from them.\"}","chap":12,"verse":36,"book":"bible.john"},{"body":"{\"verse\":37,\"body\":\"And whereas he had done so many miracles before them, they believed not in him:\"}","chap":12,"verse":37,"book":"bible.john"},{"body":"{\"verse\":38,\"body\":\"That the saying of Isaias the prophet might be fulfilled, which he said: Lord, who hath believed our hearing? And to whom hath the arm of the Lord been revealed?\"}","chap":12,"verse":38,"book":"bible.john"},{"body":"{\"verse\":39,\"body\":\"Therefore they could not believe, because Isaias said again:\"}","chap":12,"verse":39,"book":"bible.john"},{"body":"{\"verse\":40,\"body\":\"He hath blinded their eyes and hardened their heart, that they should not see with their eyes, nor understand with their heart and be converted: and I should heal them.\"}","chap":12,"verse":40,"book":"bible.john"},{"body":"{\"verse\":41,\"body\":\"These things said Isaias, when he saw his glory, and spoke of him.\"}","chap":12,"verse":41,"book":"bible.john"},{"body":"{\"verse\":42,\"body\":\"However, many of the chief men also believed in him: but because of the Pharisees they did not confess him, that they might not be cast out of the synagogue.\"}","chap":12,"verse":42,"book":"bible.john"},{"body":"{\"verse\":43,\"body\":\"For they loved the glory of men more than the glory of God.\"}","chap":12,"verse":43,"book":"bible.john"},{"body":"{\"verse\":44,\"body\":\"But Jesus cried and said: He that believeth in me doth not believe in me, but in him that sent me.\"}","chap":12,"verse":44,"book":"bible.john"},{"body":"{\"verse\":45,\"body\":\"And he that seeth me, seeth him that sent me.\"}","chap":12,"verse":45,"book":"bible.john"},{"body":"{\"verse\":46,\"body\":\"I am come, a light into the world, that whosoever believeth in me may not remain in darkness.\"}","chap":12,"verse":46,"book":"bible.john"},{"body":"{\"verse\":47,\"body\":\"And if any man hear my words and keep them not, I do not judge him for I came not to judge the world, but to save the world.\"}","chap":12,"verse":47,"book":"bible.john"},{"body":"{\"verse\":48,\"body\":\"He that despiseth me and receiveth not my words hath one that judgeth him. The word that I have spoken, the same shall judge him in the last day.\"}","chap":12,"verse":48,"book":"bible.john"},{"body":"{\"verse\":49,\"body\":\"For I have not spoken of myself: but the Father who sent me, he gave me commandment what I should say and what I should speak.\"}","chap":12,"verse":49,"book":"bible.john"},{"body":"{\"verse\":50,\"body\":\"And I know that his commandment is life everlasting. The things therefore that I speak, even as the Father said unto me, so do I speak.\"}","chap":12,"verse":50,"book":"bible.john"},{"body":"{\"verse\":1,\"body\":\"Before the festival day of the pasch, Jesus knowing that his hour was come, that he should pass out of this world to the Father: having loved his own who were in the world, he loved them unto the end.\"}","chap":13,"verse":1,"book":"bible.john"},{"body":"{\"verse\":2,\"body\":\"And when supper was done (the devil having now put into the heart of Judas Iscariot, the son of Simon, to betray him),\"}","chap":13,"verse":2,"book":"bible.john"},{"body":"{\"verse\":3,\"body\":\"Knowing that the Father had given him all things into his hands and that he came from God and goeth to God,\"}","chap":13,"verse":3,"book":"bible.john"},{"body":"{\"verse\":4,\"body\":\"He riseth from supper and layeth aside his garments and, having taken a towel, girded himself.\"}","chap":13,"verse":4,"book":"bible.john"},{"body":"{\"verse\":5,\"body\":\"After that, he putteth water into a basin and began to wash the feet of the disciples and to wipe them with the towel wherewith he was girded.\"}","chap":13,"verse":5,"book":"bible.john"},{"body":"{\"verse\":6,\"body\":\"He cometh therefore to Simon Peter. And Peter saith to him: Lord, dost thou wash my feet?\"}","chap":13,"verse":6,"book":"bible.john"},{"body":"{\"verse\":7,\"body\":\"Jesus answered and said to him: What I do, thou knowest not now; but thou shalt know hereafter.\"}","chap":13,"verse":7,"book":"bible.john"},{"body":"{\"verse\":8,\"body\":\"Peter saith to him: Thou shalt never wash my feet, Jesus answered him: If I wash thee not, thou shalt have no part with me.\"}","chap":13,"verse":8,"book":"bible.john"},{"body":"{\"verse\":9,\"body\":\"Simon Peter saith to him: Lord, not only my feet, but also my hands and my head.\"}","chap":13,"verse":9,"book":"bible.john"},{"body":"{\"verse\":10,\"body\":\"Jesus saith to him: He that is washed needeth not but to wash his feet, but is clean wholly. And you are clean, but not all.\"}","chap":13,"verse":10,"book":"bible.john"},{"body":"{\"verse\":11,\"body\":\"For he knew who he was that would betray him; therefore he said: You are not all clean.\"}","chap":13,"verse":11,"book":"bible.john"},{"body":"{\"verse\":12,\"body\":\"Then after he had washed their feet and taken his garments, being set down again, he said to them: Know you what I have done to you?\"}","chap":13,"verse":12,"book":"bible.john"},{"body":"{\"verse\":13,\"body\":\"You call me Master and Lord. And you say well: for so I am.\"}","chap":13,"verse":13,"book":"bible.john"},{"body":"{\"verse\":14,\"body\":\"If then I being your Lord and Master, have washed your feet; you also ought to wash one another's feet.\"}","chap":13,"verse":14,"book":"bible.john"},{"body":"{\"verse\":15,\"body\":\"For I have given you an example, that as I have done to you, so you do also.\"}","chap":13,"verse":15,"book":"bible.john"},{"body":"{\"verse\":16,\"body\":\"Amen, amen, I say to you: The servant is not greater than his lord: neither is the apostle greater than he that sent him.\"}","chap":13,"verse":16,"book":"bible.john"},{"body":"{\"verse\":17,\"body\":\"If you know these things, you shall be blessed if you do them.\"}","chap":13,"verse":17,"book":"bible.john"},{"body":"{\"verse\":18,\"body\":\"I speak not of you all: I know whom I have chosen. But that the scripture may be fulfilled: He that eateth bread with me shall lift up his heel against me,\"}","chap":13,"verse":18,"book":"bible.john"},{"body":"{\"verse\":19,\"body\":\"At present I tell you, before it come to pass: that when it shall come to pass, you may believe that I am he.\"}","chap":13,"verse":19,"book":"bible.john"},{"body":"{\"verse\":20,\"body\":\"Amen, amen, I say to you, he that receiveth whomsoever I send receiveth me: and he that receiveth me receiveth him that sent me.\"}","chap":13,"verse":20,"book":"bible.john"},{"body":"{\"verse\":21,\"body\":\"When Jesus had said these things, he was troubled in spirit; and he testified, and said: Amen, amen, I say to you, one of you shall betray me.\"}","chap":13,"verse":21,"book":"bible.john"},{"body":"{\"verse\":22,\"body\":\"The disciples therefore looked one upon another, doubting of whom he spoke.\"}","chap":13,"verse":22,"book":"bible.john"},{"body":"{\"verse\":23,\"body\":\"Now there was leaning on Jesus' bosom one of his disciples, whom Jesus loved.\"}","chap":13,"verse":23,"book":"bible.john"},{"body":"{\"verse\":24,\"body\":\"Simon Peter therefore beckoned to him and said to him: Who is it of whom he speaketh?\"}","chap":13,"verse":24,"book":"bible.john"},{"body":"{\"verse\":25,\"body\":\"He therefore, leaning on the breast of Jesus, saith to him: Lord, who is it?\"}","chap":13,"verse":25,"book":"bible.john"},{"body":"{\"verse\":26,\"body\":\"Jesus answered: He it is to whom I shall reach bread dipped. And when he had dipped the bread, he gave it to Judas Iscariot, the son of Simon.\"}","chap":13,"verse":26,"book":"bible.john"},{"body":"{\"verse\":27,\"body\":\"And after the morsel, Satan entered into him. And Jesus said to him: That which thou dost, do quickly.\"}","chap":13,"verse":27,"book":"bible.john"},{"body":"{\"verse\":28,\"body\":\"Now no man at the table knew to what purpose he said this unto him.\"}","chap":13,"verse":28,"book":"bible.john"},{"body":"{\"verse\":29,\"body\":\"For some thought, because Judas had the purse, that Jesus had said to him: Buy those things which we have need of for the festival day: or that he should give something to the poor.\"}","chap":13,"verse":29,"book":"bible.john"},{"body":"{\"verse\":30,\"body\":\"He therefore, having received the morsel, went out immediately. And it was night.\"}","chap":13,"verse":30,"book":"bible.john"},{"body":"{\"verse\":31,\"body\":\"When he therefore was gone out, Jesus said: Now is the Son of man glorified; and God is glorified in him.\"}","chap":13,"verse":31,"book":"bible.john"},{"body":"{\"verse\":32,\"body\":\"If God be glorified in him, God also will glorify him in himself: and immediately will he glorify him.\"}","chap":13,"verse":32,"book":"bible.john"},{"body":"{\"verse\":33,\"body\":\"Little children, yet a little while I am with you. You shall seek me. And as I said to the Jews: Whither I go you cannot come; so I say to you now.\"}","chap":13,"verse":33,"book":"bible.john"},{"body":"{\"verse\":34,\"body\":\"A new commandment I give unto you: That you love one another, as I have loved you, that you also love one another.\"}","chap":13,"verse":34,"book":"bible.john"},{"body":"{\"verse\":35,\"body\":\"By this shall all men know that you are my disciples, if you have love one for another.\"}","chap":13,"verse":35,"book":"bible.john"},{"body":"{\"verse\":36,\"body\":\"Simon Peter saith to him: Lord, whither goest thou? Jesus answered: Whither I go, thou canst not follow me now: but thou shalt follow hereafter.\"}","chap":13,"verse":36,"book":"bible.john"},{"body":"{\"verse\":37,\"body\":\"Peter saith to him: Why cannot I follow thee now? I will lay down my life for thee.\"}","chap":13,"verse":37,"book":"bible.john"},{"body":"{\"verse\":38,\"body\":\"Jesus answered him: Wilt thou lay down thy life for me? Amen, amen, I say to thee, the cock shall not crow, till thou deny me thrice.\"}","chap":13,"verse":38,"book":"bible.john"},{"body":"{\"verse\":1,\"body\":\"Let not your heart be troubled. You believe in God: believe also in me.\"}","chap":14,"verse":1,"book":"bible.john"},{"body":"{\"verse\":2,\"body\":\"In my Father's house there are many mansions. If not, I would have told you: because I go to prepare a place for you.\"}","chap":14,"verse":2,"book":"bible.john"},{"body":"{\"verse\":3,\"body\":\"And if I shall go and prepare a place for you, I will come again and will take you to myself: that where I am, you also may be.\"}","chap":14,"verse":3,"book":"bible.john"},{"body":"{\"verse\":4,\"body\":\"And whither I go you know: and the way you know.\"}","chap":14,"verse":4,"book":"bible.john"},{"body":"{\"verse\":5,\"body\":\"Thomas saith to him: Lord, we know not whither thou goest. And how can we know the way?\"}","chap":14,"verse":5,"book":"bible.john"},{"body":"{\"verse\":6,\"body\":\"Jesus saith to him: I am the way, and the truth, and the life. No man cometh to the Father, but by me.\"}","chap":14,"verse":6,"book":"bible.john"},{"body":"{\"verse\":7,\"body\":\"If you had known me, you would without doubt have known my Father also: and from henceforth you shall know him. And you have seen him.\"}","chap":14,"verse":7,"book":"bible.john"},{"body":"{\"verse\":8,\"body\":\"Philip saith to him: Lord, shew us the Father; and it is enough for us.\"}","chap":14,"verse":8,"book":"bible.john"},{"body":"{\"verse\":9,\"body\":\"Jesus saith to him: Have I been so long a time with you and have you not known me? Philip, he that seeth me seeth the Father also. How sayest thou: Shew us the Father?\"}","chap":14,"verse":9,"book":"bible.john"},{"body":"{\"verse\":10,\"body\":\"Do you not believe that I am in the Father and the Father in me? The words that I speak to you, I speak not of myself. But the Father who abideth in me, he doth the works.\"}","chap":14,"verse":10,"book":"bible.john"},{"body":"{\"verse\":11,\"body\":\"Believe you not that I am in the Father and the Father in me?\"}","chap":14,"verse":11,"book":"bible.john"},{"body":"{\"verse\":12,\"body\":\"Otherwise believe for the very works' sake. Amen, amen, I say to you, he that believeth in me, the works that I do, he also shall do: and greater than these shall he do.\"}","chap":14,"verse":12,"book":"bible.john"},{"body":"{\"verse\":13,\"body\":\"Because I go to the Father: and whatsoever you shall ask the Father in my name, that will I do: that the Father may be glorified in the Son.\"}","chap":14,"verse":13,"book":"bible.john"},{"body":"{\"verse\":14,\"body\":\"If you shall ask me any thing in my name, that I will do.\"}","chap":14,"verse":14,"book":"bible.john"},{"body":"{\"verse\":15,\"body\":\"If you love me, keep my commandments.\"}","chap":14,"verse":15,"book":"bible.john"},{"body":"{\"verse\":16,\"body\":\"And I will ask the Father: and he shall give you another Paraclete, that he may abide with you for ever:\"}","chap":14,"verse":16,"book":"bible.john"},{"body":"{\"verse\":17,\"body\":\"The spirit of truth, whom the world cannot receive, because it seeth him not, nor knoweth him. But you shall know him; because he shall abide with you and shall be in you.\"}","chap":14,"verse":17,"book":"bible.john"},{"body":"{\"verse\":18,\"body\":\"I will not leave you orphans: I will come to you.\"}","chap":14,"verse":18,"book":"bible.john"},{"body":"{\"verse\":19,\"body\":\"Yet a little while and the world seeth me no more. But you see me: because I live, and you shall live.\"}","chap":14,"verse":19,"book":"bible.john"},{"body":"{\"verse\":20,\"body\":\"In that day you shall know that I am in my Father: and you in me, and I in you.\"}","chap":14,"verse":20,"book":"bible.john"},{"body":"{\"verse\":21,\"body\":\"He that hath my commandments and keepeth them; he it is that loveth me. And he that loveth me shall be loved of my Father: and I will love him and will manifest myself to him.\"}","chap":14,"verse":21,"book":"bible.john"},{"body":"{\"verse\":22,\"body\":\"Judas saith to him, not the Iscariot: Lord, how is it that thou wilt manifest thyself to us, and not to the world?\"}","chap":14,"verse":22,"book":"bible.john"},{"body":"{\"verse\":23,\"body\":\"Jesus answered and said to him: If any one love me, he will keep my word. And my Father will love him and we will come to him and will make our abode with him.\"}","chap":14,"verse":23,"book":"bible.john"},{"body":"{\"verse\":24,\"body\":\"He that loveth me not keepeth not my words. And the word which you have heard is not mine; but the Father's who sent me.\"}","chap":14,"verse":24,"book":"bible.john"},{"body":"{\"verse\":25,\"body\":\"These things have I spoken to you, abiding with you.\"}","chap":14,"verse":25,"book":"bible.john"},{"body":"{\"verse\":26,\"body\":\"But the Paraclete, the Holy Ghost, whom the Father will send in my name, he will teach you all things and bring all things to your mind, whatsoever I shall have said to you.\"}","chap":14,"verse":26,"book":"bible.john"},{"body":"{\"verse\":27,\"body\":\"Peace I leave with you: my peace I give unto you: not as the world giveth, do I give unto you. Let not your heart be troubled: nor let it be afraid.\"}","chap":14,"verse":27,"book":"bible.john"},{"body":"{\"verse\":28,\"body\":\"You have heard that I said to you: I go away, and I come unto you. If you loved me you would indeed be glad, because I go to the Father: for the Father is greater than I.\"}","chap":14,"verse":28,"book":"bible.john"},{"body":"{\"verse\":29,\"body\":\"And now I have told you before it come to pass: that when it shall come to pass, you may believe.\"}","chap":14,"verse":29,"book":"bible.john"},{"body":"{\"verse\":30,\"body\":\"I will not now speak many things with you. For the prince of this world: cometh: and in me he hath not any thing.\"}","chap":14,"verse":30,"book":"bible.john"},{"body":"{\"verse\":31,\"body\":\"But that the world may know that I love the Father: and as the Father hath given me commandments, so do I. Arise, let us go hence.\"}","chap":14,"verse":31,"book":"bible.john"},{"body":"{\"verse\":1,\"body\":\"I am the true vine: and my Father is the husbandman.\"}","chap":15,"verse":1,"book":"bible.john"},{"body":"{\"verse\":2,\"body\":\"Every branch in me that beareth not fruit, he will take away: and every one that beareth fruit, he will purge it, that it may bring forth more fruit.\"}","chap":15,"verse":2,"book":"bible.john"},{"body":"{\"verse\":3,\"body\":\"Now you are clean, by reason of the word which I have spoken to you.\"}","chap":15,"verse":3,"book":"bible.john"},{"body":"{\"verse\":4,\"body\":\"Abide in me: and I in you. As the branch cannot bear fruit of itself, unless it abide in the vine, so neither can you, unless you abide in me.\"}","chap":15,"verse":4,"book":"bible.john"},{"body":"{\"verse\":5,\"body\":\"I am the vine: you the branches. He that abideth in me, and I in him, the same beareth much fruit: for without me you can do nothing.\"}","chap":15,"verse":5,"book":"bible.john"},{"body":"{\"verse\":6,\"body\":\"If any one abide not in me, he shall be cast forth as a branch and shall wither: and they shall gather him up and cast him into the fire: and he burneth.\"}","chap":15,"verse":6,"book":"bible.john"},{"body":"{\"verse\":7,\"body\":\"If you abide in me and my words abide in you, you shall ask whatever you will: and it shall be done unto you.\"}","chap":15,"verse":7,"book":"bible.john"},{"body":"{\"verse\":8,\"body\":\"In this is my Father glorified: that you bring forth very much fruit and become my disciples.\"}","chap":15,"verse":8,"book":"bible.john"},{"body":"{\"verse\":9,\"body\":\"As the Father hath loved me, I also have loved you. Abide in my love.\"}","chap":15,"verse":9,"book":"bible.john"},{"body":"{\"verse\":10,\"body\":\"If you keep my commandments, you shall abide in my love: as I also have kept my Father's commandments and do abide in his love.\"}","chap":15,"verse":10,"book":"bible.john"},{"body":"{\"verse\":11,\"body\":\"These things I have spoken to you, that my joy may be in you, and your joy may be filled.\"}","chap":15,"verse":11,"book":"bible.john"},{"body":"{\"verse\":12,\"body\":\"This is my commandment, that you love one another, as I have loved you.\"}","chap":15,"verse":12,"book":"bible.john"},{"body":"{\"verse\":13,\"body\":\"Greater love than this no man hath, that a man lay down his life for his friends.\"}","chap":15,"verse":13,"book":"bible.john"},{"body":"{\"verse\":14,\"body\":\"You are my friends, if you do the things that I command you.\"}","chap":15,"verse":14,"book":"bible.john"},{"body":"{\"verse\":15,\"body\":\"I will not now call you servants: for the servant knoweth not what his lord doth. But I have called you friends. because all things, whatsoever I have heard of my Father, I have made known to you.\"}","chap":15,"verse":15,"book":"bible.john"},{"body":"{\"verse\":16,\"body\":\"You have not chosen me: but I have chosen you; and have appointed you, that you should go and should bring forth fruit; and your fruit should remain: that whatsoever you shall ask of the Father in my name, he may give it you.\"}","chap":15,"verse":16,"book":"bible.john"},{"body":"{\"verse\":17,\"body\":\"These things I command you, that you love one another.\"}","chap":15,"verse":17,"book":"bible.john"},{"body":"{\"verse\":18,\"body\":\"If the world hate you, know ye that it hath hated me before you.\"}","chap":15,"verse":18,"book":"bible.john"},{"body":"{\"verse\":19,\"body\":\"If you had been of the world, the world would love its own: but because you are not of the world, but I have chosen you out of the world, therefore the world hateth you.\"}","chap":15,"verse":19,"book":"bible.john"},{"body":"{\"verse\":20,\"body\":\"Remember my word that I said to you: The servant is not greater than his master. If they have persecuted me, they will also persecute you. If they have kept my word, they will keep yours also.\"}","chap":15,"verse":20,"book":"bible.john"},{"body":"{\"verse\":21,\"body\":\"But all these things they will do to you for my name's sake: because they know not him that sent me.\"}","chap":15,"verse":21,"book":"bible.john"},{"body":"{\"verse\":22,\"body\":\"If I had not come and spoken to them, they would not have sin: but now they have no excuse for their sin.\"}","chap":15,"verse":22,"book":"bible.john"},{"body":"{\"verse\":23,\"body\":\"He that hateth me hateth my Father also.\"}","chap":15,"verse":23,"book":"bible.john"},{"body":"{\"verse\":24,\"body\":\"If I had not done among them the works that no other man hath done, they would not have sin: but now they have both seen and hated both me and my Father.\"}","chap":15,"verse":24,"book":"bible.john"},{"body":"{\"verse\":25,\"body\":\"But that the word may be fulfilled which is written in their law: they hated me without cause.\"}","chap":15,"verse":25,"book":"bible.john"},{"body":"{\"verse\":26,\"body\":\"But when the Paraclete cometh, whom I will send you from the Father, the Spirit of truth, who proceedeth from the Father, he shall give testimony of me.\"}","chap":15,"verse":26,"book":"bible.john"},{"body":"{\"verse\":27,\"body\":\"And you shall give testimony, because you are with me from the beginning.\"}","chap":15,"verse":27,"book":"bible.john"},{"body":"{\"verse\":1,\"body\":\"These things have I spoken to you things have I spoken to you that you may not be scandalized.\"}","chap":16,"verse":1,"book":"bible.john"},{"body":"{\"verse\":2,\"body\":\"They will put you out of the synagogues: yea, the hour cometh, that whosoever killeth you will think that he doth a service to God.\"}","chap":16,"verse":2,"book":"bible.john"},{"body":"{\"verse\":3,\"body\":\"And these things will they do to you; because they have not known the Father nor me.\"}","chap":16,"verse":3,"book":"bible.john"},{"body":"{\"verse\":4,\"body\":\"But these things I have told you, that when the hour shall come, you may remember that I told you of them.\"}","chap":16,"verse":4,"book":"bible.john"},{"body":"{\"verse\":5,\"body\":\"But I told you not these things from the beginning, because I was with you. And now I go to him that sent me, and none of you asketh me: Whither goest thou?\"}","chap":16,"verse":5,"book":"bible.john"},{"body":"{\"verse\":6,\"body\":\"But because I have spoken these things to you, sorrow hath filled your heart.\"}","chap":16,"verse":6,"book":"bible.john"},{"body":"{\"verse\":7,\"body\":\"But I tell you the truth: it is expedient to you that I go. For if I go not, the Paraclete will not come to you: but if I go, I will send him to you.\"}","chap":16,"verse":7,"book":"bible.john"},{"body":"{\"verse\":8,\"body\":\"And when he is come, he will convince the world of sin and of justice and of judgment.\"}","chap":16,"verse":8,"book":"bible.john"},{"body":"{\"verse\":9,\"body\":\"Of sin: because they believed not in me.\"}","chap":16,"verse":9,"book":"bible.john"},{"body":"{\"verse\":10,\"body\":\"And of justice: because I go to the Father: and you shall see me no longer.\"}","chap":16,"verse":10,"book":"bible.john"},{"body":"{\"verse\":11,\"body\":\"And of judgment: because the prince of this world is already judged.\"}","chap":16,"verse":11,"book":"bible.john"},{"body":"{\"verse\":12,\"body\":\"I have yet many things to say to you: but you cannot bear them now.\"}","chap":16,"verse":12,"book":"bible.john"},{"body":"{\"verse\":13,\"body\":\"But when he, the Spirit of truth, is come, he will teach you all truth. For he shall not speak of himself: but what things soever he shall hear, he shall speak. And the things that are to come, he shall shew you.\"}","chap":16,"verse":13,"book":"bible.john"},{"body":"{\"verse\":14,\"body\":\"He shall glorify me: because he shall receive of mine and shall shew it to you.\"}","chap":16,"verse":14,"book":"bible.john"},{"body":"{\"verse\":15,\"body\":\"All things whatsoever the Father hath are mine. Therefore I said that he shall receive of me and shew it to you.\"}","chap":16,"verse":15,"book":"bible.john"},{"body":"{\"verse\":16,\"body\":\"A little while, and now you shall not see me: and again a little while, and you shall see me: because I go to the Father.\"}","chap":16,"verse":16,"book":"bible.john"},{"body":"{\"verse\":17,\"body\":\"Then some of his disciples said one to another: What is this that he saith to us: A little while, and you shall not see me: and again a little while, and you shall see me, and, Because I go to the Father?\"}","chap":16,"verse":17,"book":"bible.john"},{"body":"{\"verse\":18,\"body\":\"They said therefore: What is this that he saith, A little while? We know not what he speaketh.\"}","chap":16,"verse":18,"book":"bible.john"},{"body":"{\"verse\":19,\"body\":\"And Jesus knew that they had a mind to ask him. And he said to them: Of this do you inquire among yourselves, because I said: A little while, and you shall not see me; and again a little while, and you shall see me?\"}","chap":16,"verse":19,"book":"bible.john"},{"body":"{\"verse\":20,\"body\":\"Amen, amen, I say to you, that you shall lament and weep, but the world shall rejoice: and you shall be made sorrowful, but your sorrow shall be turned into joy.\"}","chap":16,"verse":20,"book":"bible.john"},{"body":"{\"verse\":21,\"body\":\"A woman, when she is in labour, hath sorrow, because her hour is come; but when she hath brought forth the child, she remembereth no more the anguish, for joy that a man is born into the world.\"}","chap":16,"verse":21,"book":"bible.john"},{"body":"{\"verse\":22,\"body\":\"So also you now indeed have sorrow: but I will see you again and your heart shall rejoice. And your joy no man shall take from you.\"}","chap":16,"verse":22,"book":"bible.john"},{"body":"{\"verse\":23,\"body\":\"And in that day you shall not ask me any thing. Amen, amen, I say to you: if you ask the Father any thing in my name, he will give it you.\"}","chap":16,"verse":23,"book":"bible.john"},{"body":"{\"verse\":24,\"body\":\"Hitherto, you have not asked any thing in my name. Ask, and you shall receive; that your joy may be full.\"}","chap":16,"verse":24,"book":"bible.john"},{"body":"{\"verse\":25,\"body\":\"These things I have spoken to you in proverbs. The hour cometh when I will no longer speak to you in proverbs, but will shew you plainly of the Father.\"}","chap":16,"verse":25,"book":"bible.john"},{"body":"{\"verse\":26,\"body\":\"In that day, you shall ask in my name: and I say not to you that I will ask the Father for you.\"}","chap":16,"verse":26,"book":"bible.john"},{"body":"{\"verse\":27,\"body\":\"For the Father himself loveth you, because you have loved me and have believed that I came out from God.\"}","chap":16,"verse":27,"book":"bible.john"},{"body":"{\"verse\":28,\"body\":\"I came forth from the Father and am come into the world: again I leave the world and I go to the Father.\"}","chap":16,"verse":28,"book":"bible.john"},{"body":"{\"verse\":29,\"body\":\"His disciples say to him: Behold, now thou speakest plainly and speakest no proverb.\"}","chap":16,"verse":29,"book":"bible.john"},{"body":"{\"verse\":30,\"body\":\"Now we know that thou knowest all things and thou needest not that any man should ask thee. By this we believe that thou camest forth from God.\"}","chap":16,"verse":30,"book":"bible.john"},{"body":"{\"verse\":31,\"body\":\"Jesus answered them: Do you now believe?\"}","chap":16,"verse":31,"book":"bible.john"},{"body":"{\"verse\":32,\"body\":\"Behold, the hour cometh, and it is now come, that you shall be scattered every man to his own and shall leave me alone. And yet I am not alone, because the Father is with me.\"}","chap":16,"verse":32,"book":"bible.john"},{"body":"{\"verse\":33,\"body\":\"These things I have spoken to you, that in me you may have peace. In the world you shall have distress. But have confidence. I have overcome the world.\"}","chap":16,"verse":33,"book":"bible.john"},{"body":"{\"verse\":1,\"body\":\"These things Jesus spoke: and lifting up his eyes to heaven, he said: the hour is come. Glorify thy Son, that thy Son may glorify thee.\"}","chap":17,"verse":1,"book":"bible.john"},{"body":"{\"verse\":2,\"body\":\"As thou hast given him power over all flesh, that he may give eternal life to all whom thou hast given him.\"}","chap":17,"verse":2,"book":"bible.john"},{"body":"{\"verse\":3,\"body\":\"Now this is eternal life: That they may know thee, the only true God, and Jesus Christ, whom thou hast sent.\"}","chap":17,"verse":3,"book":"bible.john"},{"body":"{\"verse\":4,\"body\":\"I have glorified thee on the earth; I have finished the work which thou gavest me to do.\"}","chap":17,"verse":4,"book":"bible.john"},{"body":"{\"verse\":5,\"body\":\"And now glorify thou me, O Father, with thyself, with the glory which I had, before the world was, with thee.\"}","chap":17,"verse":5,"book":"bible.john"},{"body":"{\"verse\":6,\"body\":\"I have manifested thy name to the men whom thou hast given me out of the world. Thine they were: and to me thou gavest them. And they have kept thy word.\"}","chap":17,"verse":6,"book":"bible.john"},{"body":"{\"verse\":7,\"body\":\"Now they have known that all things which thou hast given me are from thee:\"}","chap":17,"verse":7,"book":"bible.john"},{"body":"{\"verse\":8,\"body\":\"Because the words which thou gavest me, I have given to them. And they have received them and have known in very deed that I came out from thee: and they have believed that thou didst send me.\"}","chap":17,"verse":8,"book":"bible.john"},{"body":"{\"verse\":9,\"body\":\"I pray for them. I pray not for the world, but for them whom thou hast given me: because they are thine.\"}","chap":17,"verse":9,"book":"bible.john"},{"body":"{\"verse\":10,\"body\":\"And all my things are thine, and thine are mine: and I am glorified in them.\"}","chap":17,"verse":10,"book":"bible.john"},{"body":"{\"verse\":11,\"body\":\"And now I am not in the world, and these are in the world, and I come to thee. Holy Father, keep them in thy name whom thou hast given me: that they may be one, as we also are.\"}","chap":17,"verse":11,"book":"bible.john"},{"body":"{\"verse\":12,\"body\":\"While I was with them, I kept them in thy name. Those whom thou gavest me have I kept: and none of them is lost, but the son of perdition: that the scripture may be fulfilled.\"}","chap":17,"verse":12,"book":"bible.john"},{"body":"{\"verse\":13,\"body\":\"And now I come to thee: and these things I speak in the world, that they may have my joy filled in themselves.\"}","chap":17,"verse":13,"book":"bible.john"},{"body":"{\"verse\":14,\"body\":\"I have given them thy word, and the world hath hated them: because they are not of the world, as I also am not of the world.\"}","chap":17,"verse":14,"book":"bible.john"},{"body":"{\"verse\":15,\"body\":\"I pray not that thou shouldst take them out of the world, but that thou shouldst keep them from evil.\"}","chap":17,"verse":15,"book":"bible.john"},{"body":"{\"verse\":16,\"body\":\"They are not of the world, as I also am not of the world.\"}","chap":17,"verse":16,"book":"bible.john"},{"body":"{\"verse\":17,\"body\":\"Sanctify them in truth. Thy word is truth.\"}","chap":17,"verse":17,"book":"bible.john"},{"body":"{\"verse\":18,\"body\":\"As thou hast sent me into the world, I also have sent them into the world.\"}","chap":17,"verse":18,"book":"bible.john"},{"body":"{\"verse\":19,\"body\":\"And for them do I sanctify myself, that they also may be sanctified in truth.\"}","chap":17,"verse":19,"book":"bible.john"},{"body":"{\"verse\":20,\"body\":\"And not for them only do I pray, but for them also who through their word shall believe in me.\"}","chap":17,"verse":20,"book":"bible.john"},{"body":"{\"verse\":21,\"body\":\"That they all may be one, as thou, Father, in me, and I in thee; that they also may be one in us: that the world may believe that thou hast sent me.\"}","chap":17,"verse":21,"book":"bible.john"},{"body":"{\"verse\":22,\"body\":\"And the glory which thou hast given me, I have given to them: that, they may be one, as we also are one.\"}","chap":17,"verse":22,"book":"bible.john"},{"body":"{\"verse\":23,\"body\":\"I in them, and thou in me: that they may be made perfect in one: and the world may know that thou hast sent me and hast loved them, as thou hast also loved me.\"}","chap":17,"verse":23,"book":"bible.john"},{"body":"{\"verse\":24,\"body\":\"Father, I will that where I am, they also whom thou hast given me may be with me: that they may see my glory which thou hast given me, because thou hast loved me before the creation of the world.\"}","chap":17,"verse":24,"book":"bible.john"},{"body":"{\"verse\":25,\"body\":\"Just Father, the world hath not known thee: but I have known thee. And these have known that thou hast sent me.\"}","chap":17,"verse":25,"book":"bible.john"},{"body":"{\"verse\":26,\"body\":\"And I have made known thy name to them and will make it known: that the love wherewith thou hast loved me may be in them, and I in them.\"}","chap":17,"verse":26,"book":"bible.john"},{"body":"{\"verse\":1,\"body\":\"When Jesus had said these things, he went forth with his disciples over the brook Cedron, where there was a garden, into which he entered with his disciples.\"}","chap":18,"verse":1,"book":"bible.john"},{"body":"{\"verse\":2,\"body\":\"And Judas also, who betrayed him, knew the place: because Jesus had often resorted thither together with his disciples.\"}","chap":18,"verse":2,"book":"bible.john"},{"body":"{\"verse\":3,\"body\":\"Judas therefore having received a band of soldiers and servants from the chief priests and the Pharisees, cometh thither with lanterns and torches and weapons.\"}","chap":18,"verse":3,"book":"bible.john"},{"body":"{\"verse\":4,\"body\":\"Jesus therefore, knowing all things that should come upon him, went forth and said to them: Whom seek ye?\"}","chap":18,"verse":4,"book":"bible.john"},{"body":"{\"verse\":5,\"body\":\"They answered him: Jesus of Nazareth. Jesus saith to them: I am he. And Judas also, who betrayed him, stood with them.\"}","chap":18,"verse":5,"book":"bible.john"},{"body":"{\"verse\":6,\"body\":\"As soon therefore as he had said to them: I am he; they went backward and fell to the ground.\"}","chap":18,"verse":6,"book":"bible.john"},{"body":"{\"verse\":7,\"body\":\"Again therefore he asked them: Whom seek ye? And they said: Jesus of Nazareth.\"}","chap":18,"verse":7,"book":"bible.john"},{"body":"{\"verse\":8,\"body\":\"Jesus answered: I have told you that I am he. If therefore you seek me, let these go their way,\"}","chap":18,"verse":8,"book":"bible.john"},{"body":"{\"verse\":9,\"body\":\"That the word might be fulfilled which he said: Of them whom thou hast given me, I have not lost any one.\"}","chap":18,"verse":9,"book":"bible.john"},{"body":"{\"verse\":10,\"body\":\"Then Simon Peter, having a sword, drew it and struck the servant of the high priest and cut off his right ear. And the name of thee servant was Malchus.\"}","chap":18,"verse":10,"book":"bible.john"},{"body":"{\"verse\":11,\"body\":\"Jesus therefore said to Peter: Put up thy sword into the scabbard. The chalice which my father hath given me, shall I not drink it?\"}","chap":18,"verse":11,"book":"bible.john"},{"body":"{\"verse\":12,\"body\":\"Then the band and the tribune and the servants of the Jews took Jesus and bound him.\"}","chap":18,"verse":12,"book":"bible.john"},{"body":"{\"verse\":13,\"body\":\"And they led him away to Annas first, for he was father-in-law to Caiphas, who was the high priest of that year.\"}","chap":18,"verse":13,"book":"bible.john"},{"body":"{\"verse\":14,\"body\":\"Now Caiphas was he who had given the counsel to the Jews: That it was expedient that one man should die for the people.\"}","chap":18,"verse":14,"book":"bible.john"},{"body":"{\"verse\":15,\"body\":\"And Simon Peter followed Jesus: and so did another disciple. And that disciple was known to the high priest and went in with Jesus into the court of the high priest.\"}","chap":18,"verse":15,"book":"bible.john"},{"body":"{\"verse\":16,\"body\":\"But Peter stood at the door without. The other disciple therefore, who was known to the high priest, went out and spoke to the portress and brought in Peter.\"}","chap":18,"verse":16,"book":"bible.john"},{"body":"{\"verse\":17,\"body\":\"The maid therefore that was portress saith to Peter: Art not thou also one of this man's disciple? He saith I am not.\"}","chap":18,"verse":17,"book":"bible.john"},{"body":"{\"verse\":18,\"body\":\"Now the servants and ministers stood at a fire of coals, because it was cold, and warmed themselves. And with them was Peter also, standing and warming himself.\"}","chap":18,"verse":18,"book":"bible.john"},{"body":"{\"verse\":19,\"body\":\"The high priest therefore asked Jesus of his disciples and of his doctrine.\"}","chap":18,"verse":19,"book":"bible.john"},{"body":"{\"verse\":20,\"body\":\"Jesus answered him: I have spoken openly to the world. I have always taught in the synagogue and in the temple, whither all the Jews resort: and in secret I have spoken nothing.\"}","chap":18,"verse":20,"book":"bible.john"},{"body":"{\"verse\":21,\"body\":\"Why askest thou me? Ask them who have heard what I have spoken unto them. Behold they know what things I have said.\"}","chap":18,"verse":21,"book":"bible.john"},{"body":"{\"verse\":22,\"body\":\"And when he had said these things, one of the servants standing by gave Jesus a blow, saying: Answerest thou the high priest so?\"}","chap":18,"verse":22,"book":"bible.john"},{"body":"{\"verse\":23,\"body\":\"Jesus answered him: If I have spoken evil, give testimony of the evil; but if well, why strikest thou me?\"}","chap":18,"verse":23,"book":"bible.john"},{"body":"{\"verse\":24,\"body\":\"And Annas sent him bound to Caiphas the high priest.\"}","chap":18,"verse":24,"book":"bible.john"},{"body":"{\"verse\":25,\"body\":\"And Simon Peter was standing and warming himself. They said therefore to him: Art not thou also one of his disciples? He denied it and said: I am not.\"}","chap":18,"verse":25,"book":"bible.john"},{"body":"{\"verse\":26,\"body\":\"One of the servants of the high priest (a kinsman to him whose ear Peter cut off) saith to him: Did not I see thee in the garden with him?\"}","chap":18,"verse":26,"book":"bible.john"},{"body":"{\"verse\":27,\"body\":\"Again therefore Peter denied: and immediately the cock crew.\"}","chap":18,"verse":27,"book":"bible.john"},{"body":"{\"verse\":28,\"body\":\"Then they led Jesus from Caiphas to the governor's hall. And it was morning: and they went not into the hall, that they might not be defiled, but that they might eat the pasch.\"}","chap":18,"verse":28,"book":"bible.john"},{"body":"{\"verse\":29,\"body\":\"Pilate therefore went out to them, and said: What accusation bring you against this man?\"}","chap":18,"verse":29,"book":"bible.john"},{"body":"{\"verse\":30,\"body\":\"They answered and said to him: If he were not a malefactor, we would not have delivered him up to thee.\"}","chap":18,"verse":30,"book":"bible.john"},{"body":"{\"verse\":31,\"body\":\"Pilate therefore said to them: Take him you, and judge him according to your law. The Jews therefore said to him: It is not lawful for us to put any man to death.\"}","chap":18,"verse":31,"book":"bible.john"},{"body":"{\"verse\":32,\"body\":\"That the word of Jesus might be fulfilled, which he said, signifying what death he should die.\"}","chap":18,"verse":32,"book":"bible.john"},{"body":"{\"verse\":33,\"body\":\"Pilate therefore went into the hall again and called Jesus and said to him: Art thou the king of the Jews?\"}","chap":18,"verse":33,"book":"bible.john"},{"body":"{\"verse\":34,\"body\":\"Jesus answered: Sayest thou this thing of thyself, or have others told it thee of me?\"}","chap":18,"verse":34,"book":"bible.john"},{"body":"{\"verse\":35,\"body\":\"Pilate answered: Am I a Jew? Thy own nation and the chief priests have delivered thee up to me. What hast thou done?\"}","chap":18,"verse":35,"book":"bible.john"},{"body":"{\"verse\":36,\"body\":\"Jesus answered: My kingdom is not of this world. If my kingdom were of this world, my servants would certainly strive that I should not be delivered to the Jews: but now my kingdom is not from hence.\"}","chap":18,"verse":36,"book":"bible.john"},{"body":"{\"verse\":37,\"body\":\"Pilate therefore said to him: Art thou a king then? Jesus answered: Thou sayest that I am a king. For this was I born, and for this came I into the world; that I should give testimony to the truth. Every one that is of the truth heareth my voice.\"}","chap":18,"verse":37,"book":"bible.john"},{"body":"{\"verse\":38,\"body\":\"Pilate saith to him: What is truth? And when he said this, he went out again to the Jews and saith to them: I find no cause in him.\"}","chap":18,"verse":38,"book":"bible.john"},{"body":"{\"verse\":39,\"body\":\"But you have a custom that I should release one unto you at the Pasch. Will you, therefore, that I release unto you the king of the Jews?\"}","chap":18,"verse":39,"book":"bible.john"},{"body":"{\"verse\":40,\"body\":\"Then cried they all again, saying: Not this man, but Barabbas. Now Barabbas was a robber.\"}","chap":18,"verse":40,"book":"bible.john"},{"body":"{\"verse\":1,\"body\":\"Then therefore Pilate took Jesus and scourged him.\"}","chap":19,"verse":1,"book":"bible.john"},{"body":"{\"verse\":2,\"body\":\"And the soldiers platting a crown of thorns, put it upon his head: and they put on him a purple garment.\"}","chap":19,"verse":2,"book":"bible.john"},{"body":"{\"verse\":3,\"body\":\"And they came to him and said: Hail, king of the Jews. And they gave him blows.\"}","chap":19,"verse":3,"book":"bible.john"},{"body":"{\"verse\":4,\"body\":\"Pilate therefore went forth again and saith to them: Behold, I bring him forth unto you, that you may know that I find no cause in him.\"}","chap":19,"verse":4,"book":"bible.john"},{"body":"{\"verse\":5,\"body\":\"(Jesus therefore came forth, bearing the crown of thorns and the purple garment.) And he saith to them: Behold the Man.\"}","chap":19,"verse":5,"book":"bible.john"},{"body":"{\"verse\":6,\"body\":\"When the chief priests, therefore, and the servants had seen him, they cried out, saying: Crucify him, Crucify him. Pilate saith to them: Take him you, and crucify him: for I find no cause in him.\"}","chap":19,"verse":6,"book":"bible.john"},{"body":"{\"verse\":7,\"body\":\"The Jews answered him: We have a law; and according to the law he ought to die, because he made himself the Son of God.\"}","chap":19,"verse":7,"book":"bible.john"},{"body":"{\"verse\":8,\"body\":\"When Pilate therefore had heard this saying, he feared the more.\"}","chap":19,"verse":8,"book":"bible.john"},{"body":"{\"verse\":9,\"body\":\"And he entered into the hall again; and he said to Jesus: Whence art thou? But Jesus gave him no answer.\"}","chap":19,"verse":9,"book":"bible.john"},{"body":"{\"verse\":10,\"body\":\"Pilate therefore saith to him: Speakest thou not to me? Knowest thou not that I have power to crucify thee, and I have power to release thee?\"}","chap":19,"verse":10,"book":"bible.john"},{"body":"{\"verse\":11,\"body\":\"Jesus answered: Thou shouldst not have any power against me, unless it were given thee from above. Therefore, he that hath delivered me to thee hath the greater sin.\"}","chap":19,"verse":11,"book":"bible.john"},{"body":"{\"verse\":12,\"body\":\"And from henceforth Pilate sought to release him. But the Jews cried out, saying: If thou release this man, thou art not Caesar's friend. For whosoever maketh himself a king speaketh against Caesar.\"}","chap":19,"verse":12,"book":"bible.john"},{"body":"{\"verse\":13,\"body\":\"Now when Pilate had heard these words, he brought Jesus forth and sat down in the judgment seat, in the place that is called Lithostrotos, and in Hebrew Gabbatha.\"}","chap":19,"verse":13,"book":"bible.john"},{"body":"{\"verse\":14,\"body\":\"And it was the parasceve of the pasch, about the sixth hour: and he saith to the Jews: Behold your king.\"}","chap":19,"verse":14,"book":"bible.john"},{"body":"{\"verse\":15,\"body\":\"But they cried out: Away with him: Away with him: Crucify him. Pilate saith to them: shall I crucify your king? The chief priests answered: We have no king but Caesar.\"}","chap":19,"verse":15,"book":"bible.john"},{"body":"{\"verse\":16,\"body\":\"Then therefore he delivered him to them to be crucified. And they took Jesus and led him forth.\"}","chap":19,"verse":16,"book":"bible.john"},{"body":"{\"verse\":17,\"body\":\"And bearing his own cross, he went forth to the place which is called Calvary, but in Hebrew Golgotha.\"}","chap":19,"verse":17,"book":"bible.john"},{"body":"{\"verse\":18,\"body\":\"Where they crucified him, and with him two others, one on each side, and Jesus in the midst.\"}","chap":19,"verse":18,"book":"bible.john"},{"body":"{\"verse\":19,\"body\":\"And Pilate wrote a title also: and he put it upon the cross. And the writing was: JESUS OF NAZARETH, THE KING OF THE JEWS.\"}","chap":19,"verse":19,"book":"bible.john"},{"body":"{\"verse\":20,\"body\":\"This title therefore many of the Jews did read: because the place where Jesus was crucified was nigh to the city. And it was written in Hebrew, in Greek, and in Latin.\"}","chap":19,"verse":20,"book":"bible.john"},{"body":"{\"verse\":21,\"body\":\"Then the chief priests of the Jews said to Pilate: Write not: The King of the Jews. But that he said: I am the King of the Jews.\"}","chap":19,"verse":21,"book":"bible.john"},{"body":"{\"verse\":22,\"body\":\"Pilate answered: What I have written, I have written.\"}","chap":19,"verse":22,"book":"bible.john"},{"body":"{\"verse\":23,\"body\":\"The soldiers therefore, when they had crucified him, took his garments, (and they made four parts, to every soldier a part) and also his coat. Now the coat was without seam, woven from the top throughout.\"}","chap":19,"verse":23,"book":"bible.john"},{"body":"{\"verse\":24,\"body\":\"They said then one to another: Let us not cut it but let us cast lots for it, whose it shall be; that the scripture might be fulfilled, saying: They have parted my garments among them, and upon my vesture they have cast lots. And the soldiers indeed did these things.\"}","chap":19,"verse":24,"book":"bible.john"},{"body":"{\"verse\":25,\"body\":\"Now there stood by the cross of Jesus, his mother and his mother's sister, Mary of Cleophas, and Mary Magdalen.\"}","chap":19,"verse":25,"book":"bible.john"},{"body":"{\"verse\":26,\"body\":\"When Jesus therefore had seen his mother and the disciple standing whom he loved, he saith to his mother: Woman, behold thy son.\"}","chap":19,"verse":26,"book":"bible.john"},{"body":"{\"verse\":27,\"body\":\"After that, he saith to the disciple: Behold thy mother. And from that hour, the disciple took her to his own.\"}","chap":19,"verse":27,"book":"bible.john"},{"body":"{\"verse\":28,\"body\":\"Afterwards, Jesus knowing that all things were now accomplished, that the scripture might be fulfilled, said: I thirst.\"}","chap":19,"verse":28,"book":"bible.john"},{"body":"{\"verse\":29,\"body\":\"Now there was a vessel set there, full of vinegar. And they, putting a sponge full of vinegar about hyssop, put it to his mouth.\"}","chap":19,"verse":29,"book":"bible.john"},{"body":"{\"verse\":30,\"body\":\"Jesus therefore, when he had taken the vinegar, said: It is consummated. And bowing his head, he gave up the ghost.\"}","chap":19,"verse":30,"book":"bible.john"},{"body":"{\"verse\":31,\"body\":\"Then the Jews (because it was the parasceve), that the bodies might not remain upon the cross on the sabbath day (for that was a great sabbath day), besought Pilate that their legs might be broken: and that they might be taken away.\"}","chap":19,"verse":31,"book":"bible.john"},{"body":"{\"verse\":32,\"body\":\"The soldiers therefore came: and they broke the legs of the first, and of the other that was crucified with him.\"}","chap":19,"verse":32,"book":"bible.john"},{"body":"{\"verse\":33,\"body\":\"But after they were come to Jesus, when they saw that he was already dead, they did not break his legs.\"}","chap":19,"verse":33,"book":"bible.john"},{"body":"{\"verse\":34,\"body\":\"But one of the soldiers with a spear opened his side: and immediately there came out blood and water.\"}","chap":19,"verse":34,"book":"bible.john"},{"body":"{\"verse\":35,\"body\":\"And he that saw it hath given testimony: and his testimony is true. And he knoweth that he saith true: that you also may believe.\"}","chap":19,"verse":35,"book":"bible.john"},{"body":"{\"verse\":36,\"body\":\"For these things were done that the scripture might be fulfilled: You shall not break a bone of him.\"}","chap":19,"verse":36,"book":"bible.john"},{"body":"{\"verse\":37,\"body\":\"And again another scripture saith: They shall look on him whom they pierced.\"}","chap":19,"verse":37,"book":"bible.john"},{"body":"{\"verse\":38,\"body\":\"And after these things, Joseph of Arimathea (because he was a disciple of Jesus, but secretly for fear of the Jews), besought Pilate that he might take away the body of Jesus. And Pilate gave leave. He came therefore and took away the body of Jesus.\"}","chap":19,"verse":38,"book":"bible.john"},{"body":"{\"verse\":39,\"body\":\"And Nicodemus also came (he who at the first came to Jesus by night), bringing a mixture of myrrh and aloes, about an hundred pound weight.\"}","chap":19,"verse":39,"book":"bible.john"},{"body":"{\"verse\":40,\"body\":\"They took therefore the body of Jesus and bound it in linen cloths, with the spices, as the manner of the Jews is to bury.\"}","chap":19,"verse":40,"book":"bible.john"},{"body":"{\"verse\":41,\"body\":\"Now there was in the place where he was crucified a garden: and in the garden a new sepulchre, wherein no man yet had been laid.\"}","chap":19,"verse":41,"book":"bible.john"},{"body":"{\"verse\":42,\"body\":\"There, therefore, because of the parasceve of the Jews, they laid Jesus: because the sepulchre was nigh at hand.\"}","chap":19,"verse":42,"book":"bible.john"},{"body":"{\"verse\":1,\"body\":\"And on the first day of the week, Mary Magdalen cometh early, when it was yet dark, unto the sepulchre: and she saw the stone taken away from the sepulchre.\"}","chap":20,"verse":1,"book":"bible.john"},{"body":"{\"verse\":2,\"body\":\"She ran therefore and cometh to Simon Peter and to the other disciple whom Jesus loved and saith to them: They have taken away the Lord out of the sepulchre: and we know not where they have laid him.\"}","chap":20,"verse":2,"book":"bible.john"},{"body":"{\"verse\":3,\"body\":\"Peter therefore went out, and the other disciple: and they came to the sepulchre.\"}","chap":20,"verse":3,"book":"bible.john"},{"body":"{\"verse\":4,\"body\":\"And they both ran together: and that other disciple did outrun Peter and came first to the sepulchre.\"}","chap":20,"verse":4,"book":"bible.john"},{"body":"{\"verse\":5,\"body\":\"And when he stooped down, he saw the linen cloths lying: but yet he went not in.\"}","chap":20,"verse":5,"book":"bible.john"},{"body":"{\"verse\":6,\"body\":\"Then cometh Simon Peter, following him, and went into the sepulchre: and saw the linen cloths lying,\"}","chap":20,"verse":6,"book":"bible.john"},{"body":"{\"verse\":7,\"body\":\"And the napkin that had been about his head, not lying with the linen cloths, but apart, wrapped up into one place.\"}","chap":20,"verse":7,"book":"bible.john"},{"body":"{\"verse\":8,\"body\":\"Then that other disciple also went in, who came first to the sepulchre: and he saw and believed.\"}","chap":20,"verse":8,"book":"bible.john"},{"body":"{\"verse\":9,\"body\":\"For as yet they knew not the scripture, that he must rise again from the dead.\"}","chap":20,"verse":9,"book":"bible.john"},{"body":"{\"verse\":10,\"body\":\"The disciples therefore departed again to their home.\"}","chap":20,"verse":10,"book":"bible.john"},{"body":"{\"verse\":11,\"body\":\"But Mary stood at the sepulchre without, weeping. Now as she was weeping, she stooped down and looked into the sepulchre,\"}","chap":20,"verse":11,"book":"bible.john"},{"body":"{\"verse\":12,\"body\":\"And she saw two angels in white, sitting, one at the head, and one at the feet, where the body of Jesus had been laid.\"}","chap":20,"verse":12,"book":"bible.john"},{"body":"{\"verse\":13,\"body\":\"They say to her: Woman, why weepest thou? She saith to them: Because they have taken away my Lord: and I know not where they have laid him.\"}","chap":20,"verse":13,"book":"bible.john"},{"body":"{\"verse\":14,\"body\":\"When she had thus said, she turned herself back and saw Jesus standing: and she knew not that it was Jesus.\"}","chap":20,"verse":14,"book":"bible.john"},{"body":"{\"verse\":15,\"body\":\"Jesus saith to her: Woman, why weepest thou? Whom seekest thou? She, thinking that it was the gardener, saith to him: Sir, if thou hast taken him hence, tell me where thou hast laid him: and I will take him away.\"}","chap":20,"verse":15,"book":"bible.john"},{"body":"{\"verse\":16,\"body\":\"Jesus saith to her: Mary. She turning, saith to him: Rabboni (which is to say, Master).\"}","chap":20,"verse":16,"book":"bible.john"},{"body":"{\"verse\":17,\"body\":\"Jesus saith to her: Do not touch me: for I am not yet ascended to my Father. But go to my brethren and say to them: I ascend to my Father and to your Father, to my God and to your God.\"}","chap":20,"verse":17,"book":"bible.john"},{"body":"{\"verse\":18,\"body\":\"Mary Magdalen cometh and telleth the disciples: I have seen the Lord; and these things he said to me.\"}","chap":20,"verse":18,"book":"bible.john"},{"body":"{\"verse\":19,\"body\":\"Now when it was late the same day, the first of the week, and the doors were shut, where the disciples were gathered together, for fear of the Jews, Jesus came and stood in the midst and said to them: Peace be to you.\"}","chap":20,"verse":19,"book":"bible.john"},{"body":"{\"verse\":20,\"body\":\"And when he had said this, he shewed them his hands and his side. The disciples therefore were glad, when they saw the Lord.\"}","chap":20,"verse":20,"book":"bible.john"},{"body":"{\"verse\":21,\"body\":\"He said therefore to them again: Peace be to you. As the Father hath sent me, I also send you.\"}","chap":20,"verse":21,"book":"bible.john"},{"body":"{\"verse\":22,\"body\":\"When he had said this, he breathed on them; and he said to them: Receive ye the Holy Ghost.\"}","chap":20,"verse":22,"book":"bible.john"},{"body":"{\"verse\":23,\"body\":\"Whose sins you shall forgive, they are forgiven them: and whose sins you shall retain, they are retained.\"}","chap":20,"verse":23,"book":"bible.john"},{"body":"{\"verse\":24,\"body\":\"Now Thomas, one of the twelve, who is called Didymus, was not with them when Jesus came.\"}","chap":20,"verse":24,"book":"bible.john"},{"body":"{\"verse\":25,\"body\":\"The other disciples therefore said to him: We have seen the Lord. But he said to them: Except I shall see in his hands the print of the nails and put my finger into the place of the nails and put my hand into his side, I will not believe.\"}","chap":20,"verse":25,"book":"bible.john"},{"body":"{\"verse\":26,\"body\":\"And after eight days, again his disciples were within, and Thomas with them. Jesus cometh, the doors being shut, and stood in the midst and said: Peace be to you.\"}","chap":20,"verse":26,"book":"bible.john"},{"body":"{\"verse\":27,\"body\":\"Then he said to Thomas: Put in thy finger hither and see my hands. And bring hither the hand and put it into my side. And be not faithless, but believing.\"}","chap":20,"verse":27,"book":"bible.john"},{"body":"{\"verse\":28,\"body\":\"Thomas answered and said to him: My Lord and my God.\"}","chap":20,"verse":28,"book":"bible.john"},{"body":"{\"verse\":29,\"body\":\"Jesus saith to him: Because thou hast seen me, Thomas, thou hast believed: blessed are they that have not seen and have believed.\"}","chap":20,"verse":29,"book":"bible.john"},{"body":"{\"verse\":30,\"body\":\"Many other signs also did Jesus in the sight of his disciples, which are not written in this book.\"}","chap":20,"verse":30,"book":"bible.john"},{"body":"{\"verse\":31,\"body\":\"But these are written, that you may believe that Jesus is the Christ, the Son of God: and that believing, you may have life in his name.\"}","chap":20,"verse":31,"book":"bible.john"},{"body":"{\"verse\":1,\"body\":\"After this, Jesus shewed himself to the disciples at the sea of Tiberias. And he shewed himself after this manner.\"}","chap":21,"verse":1,"book":"bible.john"},{"body":"{\"verse\":2,\"body\":\"There were together: Simon Peter and Thomas, who is called Didymus, and Nathanael, who was of Cana of Galilee, and the sons of Zebedee and two others of his disciples.\"}","chap":21,"verse":2,"book":"bible.john"},{"body":"{\"verse\":3,\"body\":\"Simon Peter saith to them: I go a fishing. They say to him: We also come with thee. And they went forth and entered into the ship: and that night they caught nothing.\"}","chap":21,"verse":3,"book":"bible.john"},{"body":"{\"verse\":4,\"body\":\"But when the morning was come, Jesus stood on the shore: yet the disciples knew not that it was Jesus.\"}","chap":21,"verse":4,"book":"bible.john"},{"body":"{\"verse\":5,\"body\":\"Jesus therefore said to them: Children, have you any meat? They answered him: No.\"}","chap":21,"verse":5,"book":"bible.john"},{"body":"{\"verse\":6,\"body\":\"He saith to them: Cast the net on the right side of the ship; and you shall find. They cast therefore: and now they were not able to draw it, for the multitude of fishes.\"}","chap":21,"verse":6,"book":"bible.john"},{"body":"{\"verse\":7,\"body\":\"That disciple therefore whom Jesus loved said to Peter: It is the Lord. Simon Peter, when he heard that it was the Lord, girt his coat about him (for he was naked) and cast himself into the sea.\"}","chap":21,"verse":7,"book":"bible.john"},{"body":"{\"verse\":8,\"body\":\"But the other disciples came in the ship (for they were not far from the land, but as it were two hundred cubits) dragging the net with fishes.\"}","chap":21,"verse":8,"book":"bible.john"},{"body":"{\"verse\":9,\"body\":\"As soon then as they came to land they saw hot coals lying, and a fish laid thereon, and bread.\"}","chap":21,"verse":9,"book":"bible.john"},{"body":"{\"verse\":10,\"body\":\"Jesus saith to them: Bring hither of the fishes which you have now caught.\"}","chap":21,"verse":10,"book":"bible.john"},{"body":"{\"verse\":11,\"body\":\"Simon Peter went up and drew the net to land, full of great fishes, one hundred and fifty-three. And although there were so many, the net was not broken.\"}","chap":21,"verse":11,"book":"bible.john"},{"body":"{\"verse\":12,\"body\":\"Jesus saith to them: Come and dine. And none of them who were at meat, durst ask him: Who art thou? Knowing that it was the Lord.\"}","chap":21,"verse":12,"book":"bible.john"},{"body":"{\"verse\":13,\"body\":\"And Jesus cometh and taketh bread and giveth them: and fish in like manner.\"}","chap":21,"verse":13,"book":"bible.john"},{"body":"{\"verse\":14,\"body\":\"This is now the third time that Jesus was manifested to his disciples, after he was risen from the dead.\"}","chap":21,"verse":14,"book":"bible.john"},{"body":"{\"verse\":15,\"body\":\"When therefore they had dined, Jesus saith to Simon Peter: Simon, son of John, lovest thou me more than these? He saith to him: Yea, Lord, thou knowest that I love thee. He saith to him: Feed my lambs.\"}","chap":21,"verse":15,"book":"bible.john"},{"body":"{\"verse\":16,\"body\":\"He saith to him again: Simon, son of John, lovest thou me? He saith to him: yea, Lord, thou knowest that I love thee. He saith to him: Feed my lambs.\"}","chap":21,"verse":16,"book":"bible.john"},{"body":"{\"verse\":17,\"body\":\"He said to him the third time: Simon, son of John, lovest thou me? Peter was grieved because he had said to him the third time: Lovest thou me? And he said to him: Lord, thou knowest all things: thou knowest that I love thee. He said to him: Feed my sheep.\"}","chap":21,"verse":17,"book":"bible.john"},{"body":"{\"verse\":18,\"body\":\"Amen, amen, I say to thee, When thou wast younger, thou didst gird thyself and didst walk where thou wouldst. But when thou shalt be old, thou shalt stretch forth thy hands, and another shall gird thee and lead thee whither thou wouldst not.\"}","chap":21,"verse":18,"book":"bible.john"},{"body":"{\"verse\":19,\"body\":\"And this he said, signifying by what death he should glorify God. And when he had said this, he saith to him: Follow me.\"}","chap":21,"verse":19,"book":"bible.john"},{"body":"{\"verse\":20,\"body\":\"Peter turning about, saw that disciple whom Jesus loved following, who also leaned on his breast at supper and said: Lord, who is he that shall betray thee?\"}","chap":21,"verse":20,"book":"bible.john"},{"body":"{\"verse\":21,\"body\":\"Him therefore when Peter had seen, he saith to Jesus: Lord, and what shall this man do?\"}","chap":21,"verse":21,"book":"bible.john"},{"body":"{\"verse\":22,\"body\":\"Jesus saith to him: So I will have him to remain till I come, what is it to thee? Follow thou me.\"}","chap":21,"verse":22,"book":"bible.john"},{"body":"{\"verse\":23,\"body\":\"This saying therefore went abroad among the brethren, that that disciple should not die. And Jesus did not say to him: He should not die; but: So I will have him to remain till I come, what is it to thee?\"}","chap":21,"verse":23,"book":"bible.john"},{"body":"{\"verse\":24,\"body\":\"This is that disciple who giveth testimony of these things and hath written these things: and we know that his testimony is true.\"}","chap":21,"verse":24,"book":"bible.john"},{"body":"{\"verse\":25,\"body\":\"But there are also many other things which Jesus did which, if they were written every one, the world itself. I think, would not be able to contain the books that should be written.\"}","chap":21,"verse":25,"book":"bible.john"}],"segs":[{"seg_id":1,"line_id":1,"book":"bible.john"},{"seg_id":1,"line_id":2,"book":"bible.john"},{"seg_id":1,"line_id":3,"book":"bible.john"},{"seg_id":1,"line_id":4,"book":"bible.john"},{"seg_id":1,"line_id":5,"book":"bible.john"},{"seg_id":2,"line_id":6,"book":"bible.john"},{"seg_id":2,"line_id":7,"book":"bible.john"},{"seg_id":2,"line_id":8,"book":"bible.john"},{"seg_id":2,"line_id":9,"book":"bible.john"},{"seg_id":3,"line_id":10,"book":"bible.john"},{"seg_id":3,"line_id":11,"book":"bible.john"},{"seg_id":3,"line_id":12,"book":"bible.john"},{"seg_id":4,"line_id":13,"book":"bible.john"},{"seg_id":4,"line_id":14,"book":"bible.john"},{"seg_id":5,"line_id":15,"book":"bible.john"},{"seg_id":5,"line_id":16,"book":"bible.john"},{"seg_id":5,"line_id":17,"book":"bible.john"},{"seg_id":6,"line_id":18,"book":"bible.john"},{"seg_id":6,"line_id":19,"book":"bible.john"},{"seg_id":6,"line_id":20,"book":"bible.john"},{"seg_id":7,"line_id":21,"book":"bible.john"},{"seg_id":7,"line_id":22,"book":"bible.john"},{"seg_id":7,"line_id":23,"book":"bible.john"},{"seg_id":8,"line_id":24,"book":"bible.john"},{"seg_id":8,"line_id":25,"book":"bible.john"},{"seg_id":8,"line_id":26,"book":"bible.john"},{"seg_id":9,"line_id":27,"book":"bible.john"},{"seg_id":9,"line_id":28,"book":"bible.john"},{"seg_id":9,"line_id":29,"book":"bible.john"},{"seg_id":10,"line_id":30,"book":"bible.john"},{"seg_id":10,"line_id":31,"book":"bible.john"},{"seg_id":10,"line_id":32,"book":"bible.john"},{"seg_id":11,"line_id":33,"book":"bible.john"},{"seg_id":11,"line_id":34,"book":"bible.john"},{"seg_id":11,"line_id":35,"book":"bible.john"},{"seg_id":12,"line_id":36,"book":"bible.john"},{"seg_id":12,"line_id":37,"book":"bible.john"},{"seg_id":12,"line_id":38,"book":"bible.john"},{"seg_id":13,"line_id":39,"book":"bible.john"},{"seg_id":13,"line_id":40,"book":"bible.john"},{"seg_id":13,"line_id":41,"book":"bible.john"},{"seg_id":14,"line_id":42,"book":"bible.john"},{"seg_id":14,"line_id":43,"book":"bible.john"},{"seg_id":14,"line_id":44,"book":"bible.john"},{"seg_id":15,"line_id":45,"book":"bible.john"},{"seg_id":15,"line_id":46,"book":"bible.john"},{"seg_id":15,"line_id":47,"book":"bible.john"},{"seg_id":16,"line_id":48,"book":"bible.john"},{"seg_id":16,"line_id":49,"book":"bible.john"},{"seg_id":17,"line_id":50,"book":"bible.john"},{"seg_id":17,"line_id":51,"book":"bible.john"},{"seg_id":18,"line_id":52,"book":"bible.john"},{"seg_id":18,"line_id":53,"book":"bible.john"},{"seg_id":18,"line_id":54,"book":"bible.john"},{"seg_id":18,"line_id":55,"book":"bible.john"},{"seg_id":19,"line_id":56,"book":"bible.john"},{"seg_id":19,"line_id":57,"book":"bible.john"},{"seg_id":19,"line_id":58,"book":"bible.john"},{"seg_id":20,"line_id":59,"book":"bible.john"},{"seg_id":20,"line_id":60,"book":"bible.john"},{"seg_id":21,"line_id":61,"book":"bible.john"},{"seg_id":21,"line_id":62,"book":"bible.john"},{"seg_id":22,"line_id":63,"book":"bible.john"},{"seg_id":22,"line_id":64,"book":"bible.john"},{"seg_id":22,"line_id":65,"book":"bible.john"},{"seg_id":23,"line_id":66,"book":"bible.john"},{"seg_id":23,"line_id":67,"book":"bible.john"},{"seg_id":24,"line_id":68,"book":"bible.john"},{"seg_id":24,"line_id":69,"book":"bible.john"},{"seg_id":24,"line_id":70,"book":"bible.john"},{"seg_id":25,"line_id":71,"book":"bible.john"},{"seg_id":25,"line_id":72,"book":"bible.john"},{"seg_id":25,"line_id":73,"book":"bible.john"},{"seg_id":26,"line_id":74,"book":"bible.john"},{"seg_id":26,"line_id":75,"book":"bible.john"},{"seg_id":26,"line_id":76,"book":"bible.john"},{"seg_id":27,"line_id":77,"book":"bible.john"},{"seg_id":27,"line_id":78,"book":"bible.john"},{"seg_id":28,"line_id":79,"book":"bible.john"},{"seg_id":28,"line_id":80,"book":"bible.john"},{"seg_id":29,"line_id":81,"book":"bible.john"},{"seg_id":29,"line_id":82,"book":"bible.john"},{"seg_id":29,"line_id":83,"book":"bible.john"},{"seg_id":30,"line_id":84,"book":"bible.john"},{"seg_id":30,"line_id":85,"book":"bible.john"},{"seg_id":30,"line_id":86,"book":"bible.john"},{"seg_id":31,"line_id":87,"book":"bible.john"},{"seg_id":31,"line_id":88,"book":"bible.john"},{"seg_id":31,"line_id":89,"book":"bible.john"},{"seg_id":32,"line_id":90,"book":"bible.john"},{"seg_id":32,"line_id":91,"book":"bible.john"},{"seg_id":32,"line_id":92,"book":"bible.john"},{"seg_id":33,"line_id":93,"book":"bible.john"},{"seg_id":33,"line_id":94,"book":"bible.john"},{"seg_id":34,"line_id":95,"book":"bible.john"},{"seg_id":34,"line_id":96,"book":"bible.john"},{"seg_id":34,"line_id":97,"book":"bible.john"},{"seg_id":35,"line_id":98,"book":"bible.john"},{"seg_id":35,"line_id":99,"book":"bible.john"},{"seg_id":35,"line_id":100,"book":"bible.john"},{"seg_id":35,"line_id":101,"book":"bible.john"},{"seg_id":36,"line_id":102,"book":"bible.john"},{"seg_id":36,"line_id":103,"book":"bible.john"},{"seg_id":36,"line_id":104,"book":"bible.john"},{"seg_id":37,"line_id":105,"book":"bible.john"},{"seg_id":37,"line_id":106,"book":"bible.john"},{"seg_id":38,"line_id":107,"book":"bible.john"},{"seg_id":38,"line_id":108,"book":"bible.john"},{"seg_id":38,"line_id":109,"book":"bible.john"},{"seg_id":39,"line_id":110,"book":"bible.john"},{"seg_id":39,"line_id":111,"book":"bible.john"},{"seg_id":39,"line_id":112,"book":"bible.john"},{"seg_id":40,"line_id":113,"book":"bible.john"},{"seg_id":40,"line_id":114,"book":"bible.john"},{"seg_id":40,"line_id":115,"book":"bible.john"},{"seg_id":40,"line_id":116,"book":"bible.john"},{"seg_id":40,"line_id":117,"book":"bible.john"},{"seg_id":41,"line_id":118,"book":"bible.john"},{"seg_id":41,"line_id":119,"book":"bible.john"},{"seg_id":41,"line_id":120,"book":"bible.john"},{"seg_id":42,"line_id":121,"book":"bible.john"},{"seg_id":43,"line_id":122,"book":"bible.john"},{"seg_id":43,"line_id":123,"book":"bible.john"},{"seg_id":44,"line_id":124,"book":"bible.john"},{"seg_id":44,"line_id":125,"book":"bible.john"},{"seg_id":45,"line_id":126,"book":"bible.john"},{"seg_id":45,"line_id":127,"book":"bible.john"},{"seg_id":45,"line_id":128,"book":"bible.john"},{"seg_id":46,"line_id":129,"book":"bible.john"},{"seg_id":46,"line_id":130,"book":"bible.john"},{"seg_id":46,"line_id":131,"book":"bible.john"},{"seg_id":47,"line_id":132,"book":"bible.john"},{"seg_id":47,"line_id":133,"book":"bible.john"},{"seg_id":47,"line_id":134,"book":"bible.john"},{"seg_id":48,"line_id":135,"book":"bible.john"},{"seg_id":48,"line_id":136,"book":"bible.john"},{"seg_id":49,"line_id":137,"book":"bible.john"},{"seg_id":49,"line_id":138,"book":"bible.john"},{"seg_id":49,"line_id":139,"book":"bible.john"},{"seg_id":50,"line_id":140,"book":"bible.john"},{"seg_id":50,"line_id":141,"book":"bible.john"},{"seg_id":50,"line_id":142,"book":"bible.john"},{"seg_id":50,"line_id":143,"book":"bible.john"},{"seg_id":51,"line_id":144,"book":"bible.john"},{"seg_id":51,"line_id":145,"book":"bible.john"},{"seg_id":51,"line_id":146,"book":"bible.john"},{"seg_id":52,"line_id":147,"book":"bible.john"},{"seg_id":52,"line_id":148,"book":"bible.john"},{"seg_id":53,"line_id":149,"book":"bible.john"},{"seg_id":53,"line_id":150,"book":"bible.john"},{"seg_id":53,"line_id":151,"book":"bible.john"},{"seg_id":54,"line_id":152,"book":"bible.john"},{"seg_id":54,"line_id":153,"book":"bible.john"},{"seg_id":54,"line_id":154,"book":"bible.john"},{"seg_id":55,"line_id":155,"book":"bible.john"},{"seg_id":55,"line_id":156,"book":"bible.john"},{"seg_id":55,"line_id":157,"book":"bible.john"},{"seg_id":56,"line_id":158,"book":"bible.john"},{"seg_id":56,"line_id":159,"book":"bible.john"},{"seg_id":57,"line_id":160,"book":"bible.john"},{"seg_id":57,"line_id":161,"book":"bible.john"},{"seg_id":57,"line_id":162,"book":"bible.john"},{"seg_id":57,"line_id":163,"book":"bible.john"},{"seg_id":58,"line_id":164,"book":"bible.john"},{"seg_id":58,"line_id":165,"book":"bible.john"},{"seg_id":58,"line_id":166,"book":"bible.john"},{"seg_id":59,"line_id":167,"book":"bible.john"},{"seg_id":59,"line_id":168,"book":"bible.john"},{"seg_id":59,"line_id":169,"book":"bible.john"},{"seg_id":60,"line_id":170,"book":"bible.john"},{"seg_id":60,"line_id":171,"book":"bible.john"},{"seg_id":61,"line_id":172,"book":"bible.john"},{"seg_id":61,"line_id":173,"book":"bible.john"},{"seg_id":61,"line_id":174,"book":"bible.john"},{"seg_id":62,"line_id":175,"book":"bible.john"},{"seg_id":62,"line_id":176,"book":"bible.john"},{"seg_id":62,"line_id":177,"book":"bible.john"},{"seg_id":63,"line_id":178,"book":"bible.john"},{"seg_id":63,"line_id":179,"book":"bible.john"},{"seg_id":63,"line_id":180,"book":"bible.john"},{"seg_id":64,"line_id":181,"book":"bible.john"},{"seg_id":64,"line_id":182,"book":"bible.john"},{"seg_id":64,"line_id":183,"book":"bible.john"},{"seg_id":65,"line_id":184,"book":"bible.john"},{"seg_id":66,"line_id":185,"book":"bible.john"},{"seg_id":66,"line_id":186,"book":"bible.john"},{"seg_id":67,"line_id":187,"book":"bible.john"},{"seg_id":67,"line_id":188,"book":"bible.john"},{"seg_id":67,"line_id":189,"book":"bible.john"},{"seg_id":68,"line_id":190,"book":"bible.john"},{"seg_id":68,"line_id":191,"book":"bible.john"},{"seg_id":69,"line_id":192,"book":"bible.john"},{"seg_id":69,"line_id":193,"book":"bible.john"},{"seg_id":69,"line_id":194,"book":"bible.john"},{"seg_id":70,"line_id":195,"book":"bible.john"},{"seg_id":70,"line_id":196,"book":"bible.john"},{"seg_id":70,"line_id":197,"book":"bible.john"},{"seg_id":71,"line_id":198,"book":"bible.john"},{"seg_id":71,"line_id":199,"book":"bible.john"},{"seg_id":71,"line_id":200,"book":"bible.john"},{"seg_id":71,"line_id":201,"book":"bible.john"},{"seg_id":72,"line_id":202,"book":"bible.john"},{"seg_id":72,"line_id":203,"book":"bible.john"},{"seg_id":73,"line_id":204,"book":"bible.john"},{"seg_id":73,"line_id":205,"book":"bible.john"},{"seg_id":73,"line_id":206,"book":"bible.john"},{"seg_id":73,"line_id":207,"book":"bible.john"},{"seg_id":74,"line_id":208,"book":"bible.john"},{"seg_id":74,"line_id":209,"book":"bible.john"},{"seg_id":74,"line_id":210,"book":"bible.john"},{"seg_id":75,"line_id":211,"book":"bible.john"},{"seg_id":75,"line_id":212,"book":"bible.john"},{"seg_id":75,"line_id":213,"book":"bible.john"},{"seg_id":76,"line_id":214,"book":"bible.john"},{"seg_id":76,"line_id":215,"book":"bible.john"},{"seg_id":76,"line_id":216,"book":"bible.john"},{"seg_id":76,"line_id":217,"book":"bible.john"},{"seg_id":77,"line_id":218,"book":"bible.john"},{"seg_id":77,"line_id":219,"book":"bible.john"},{"seg_id":77,"line_id":220,"book":"bible.john"},{"seg_id":78,"line_id":221,"book":"bible.john"},{"seg_id":78,"line_id":222,"book":"bible.john"},{"seg_id":78,"line_id":223,"book":"bible.john"},{"seg_id":79,"line_id":224,"book":"bible.john"},{"seg_id":79,"line_id":225,"book":"bible.john"},{"seg_id":80,"line_id":226,"book":"bible.john"},{"seg_id":80,"line_id":227,"book":"bible.john"},{"seg_id":81,"line_id":228,"book":"bible.john"},{"seg_id":81,"line_id":229,"book":"bible.john"},{"seg_id":81,"line_id":230,"book":"bible.john"},{"seg_id":82,"line_id":231,"book":"bible.john"},{"seg_id":82,"line_id":232,"book":"bible.john"},{"seg_id":82,"line_id":233,"book":"bible.john"},{"seg_id":83,"line_id":234,"book":"bible.john"},{"seg_id":83,"line_id":235,"book":"bible.john"},{"seg_id":84,"line_id":236,"book":"bible.john"},{"seg_id":84,"line_id":237,"book":"bible.john"},{"seg_id":84,"line_id":238,"book":"bible.john"},{"seg_id":85,"line_id":239,"book":"bible.john"},{"seg_id":85,"line_id":240,"book":"bible.john"},{"seg_id":86,"line_id":241,"book":"bible.john"},{"seg_id":86,"line_id":242,"book":"bible.john"},{"seg_id":86,"line_id":243,"book":"bible.john"},{"seg_id":87,"line_id":244,"book":"bible.john"},{"seg_id":87,"line_id":245,"book":"bible.john"},{"seg_id":87,"line_id":246,"book":"bible.john"},{"seg_id":88,"line_id":247,"book":"bible.john"},{"seg_id":88,"line_id":248,"book":"bible.john"},{"seg_id":88,"line_id":249,"book":"bible.john"},{"seg_id":89,"line_id":250,"book":"bible.john"},{"seg_id":89,"line_id":251,"book":"bible.john"},{"seg_id":90,"line_id":252,"book":"bible.john"},{"seg_id":90,"line_id":253,"book":"bible.john"},{"seg_id":91,"line_id":254,"book":"bible.john"},{"seg_id":91,"line_id":255,"book":"bible.john"},{"seg_id":91,"line_id":256,"book":"bible.john"},{"seg_id":92,"line_id":257,"book":"bible.john"},{"seg_id":92,"line_id":258,"book":"bible.john"},{"seg_id":93,"line_id":259,"book":"bible.john"},{"seg_id":93,"line_id":260,"book":"bible.john"},{"seg_id":93,"line_id":261,"book":"bible.john"},{"seg_id":93,"line_id":262,"book":"bible.john"},{"seg_id":93,"line_id":263,"book":"bible.john"},{"seg_id":94,"line_id":264,"book":"bible.john"},{"seg_id":94,"line_id":265,"book":"bible.john"},{"seg_id":94,"line_id":266,"book":"bible.john"},{"seg_id":95,"line_id":267,"book":"bible.john"},{"seg_id":95,"line_id":268,"book":"bible.john"},{"seg_id":95,"line_id":269,"book":"bible.john"},{"seg_id":96,"line_id":270,"book":"bible.john"},{"seg_id":96,"line_id":271,"book":"bible.john"},{"seg_id":96,"line_id":272,"book":"bible.john"},{"seg_id":97,"line_id":273,"book":"bible.john"},{"seg_id":97,"line_id":274,"book":"bible.john"},{"seg_id":97,"line_id":275,"book":"bible.john"},{"seg_id":97,"line_id":276,"book":"bible.john"},{"seg_id":98,"line_id":277,"book":"bible.john"},{"seg_id":98,"line_id":278,"book":"bible.john"},{"seg_id":99,"line_id":279,"book":"bible.john"},{"seg_id":99,"line_id":280,"book":"bible.john"},{"seg_id":99,"line_id":281,"book":"bible.john"},{"seg_id":99,"line_id":282,"book":"bible.john"},{"seg_id":100,"line_id":283,"book":"bible.john"},{"seg_id":100,"line_id":284,"book":"bible.john"},{"seg_id":100,"line_id":285,"book":"bible.john"},{"seg_id":101,"line_id":286,"book":"bible.john"},{"seg_id":101,"line_id":287,"book":"bible.john"},{"seg_id":101,"line_id":288,"book":"bible.john"},{"seg_id":102,"line_id":289,"book":"bible.john"},{"seg_id":102,"line_id":290,"book":"bible.john"},{"seg_id":102,"line_id":291,"book":"bible.john"},{"seg_id":103,"line_id":292,"book":"bible.john"},{"seg_id":103,"line_id":293,"book":"bible.john"},{"seg_id":103,"line_id":294,"book":"bible.john"},{"seg_id":104,"line_id":295,"book":"bible.john"},{"seg_id":104,"line_id":296,"book":"bible.john"},{"seg_id":104,"line_id":297,"book":"bible.john"},{"seg_id":105,"line_id":298,"book":"bible.john"},{"seg_id":105,"line_id":299,"book":"bible.john"},{"seg_id":105,"line_id":300,"book":"bible.john"},{"seg_id":105,"line_id":301,"book":"bible.john"},{"seg_id":106,"line_id":302,"book":"bible.john"},{"seg_id":106,"line_id":303,"book":"bible.john"},{"seg_id":106,"line_id":304,"book":"bible.john"},{"seg_id":107,"line_id":305,"book":"bible.john"},{"seg_id":107,"line_id":306,"book":"bible.john"},{"seg_id":107,"line_id":307,"book":"bible.john"},{"seg_id":108,"line_id":308,"book":"bible.john"},{"seg_id":108,"line_id":309,"book":"bible.john"},{"seg_id":108,"line_id":310,"book":"bible.john"},{"seg_id":109,"line_id":311,"book":"bible.john"},{"seg_id":109,"line_id":312,"book":"bible.john"},{"seg_id":110,"line_id":313,"book":"bible.john"},{"seg_id":110,"line_id":314,"book":"bible.john"},{"seg_id":110,"line_id":315,"book":"bible.john"},{"seg_id":111,"line_id":316,"book":"bible.john"},{"seg_id":111,"line_id":317,"book":"bible.john"},{"seg_id":111,"line_id":318,"book":"bible.john"},{"seg_id":112,"line_id":319,"book":"bible.john"},{"seg_id":112,"line_id":320,"book":"bible.john"},{"seg_id":112,"line_id":321,"book":"bible.john"},{"seg_id":113,"line_id":322,"book":"bible.john"},{"seg_id":113,"line_id":323,"book":"bible.john"},{"seg_id":114,"line_id":324,"book":"bible.john"},{"seg_id":114,"line_id":325,"book":"bible.john"},{"seg_id":114,"line_id":326,"book":"bible.john"},{"seg_id":115,"line_id":327,"book":"bible.john"},{"seg_id":115,"line_id":328,"book":"bible.john"},{"seg_id":115,"line_id":329,"book":"bible.john"},{"seg_id":115,"line_id":330,"book":"bible.john"},{"seg_id":116,"line_id":331,"book":"bible.john"},{"seg_id":116,"line_id":332,"book":"bible.john"},{"seg_id":116,"line_id":333,"book":"bible.john"},{"seg_id":116,"line_id":334,"book":"bible.john"},{"seg_id":116,"line_id":335,"book":"bible.john"},{"seg_id":117,"line_id":336,"book":"bible.john"},{"seg_id":117,"line_id":337,"book":"bible.john"},{"seg_id":117,"line_id":338,"book":"bible.john"},{"seg_id":118,"line_id":339,"book":"bible.john"},{"seg_id":118,"line_id":340,"book":"bible.john"},{"seg_id":118,"line_id":341,"book":"bible.john"},{"seg_id":118,"line_id":342,"book":"bible.john"},{"seg_id":119,"line_id":343,"book":"bible.john"},{"seg_id":119,"line_id":344,"book":"bible.john"},{"seg_id":119,"line_id":345,"book":"bible.john"},{"seg_id":120,"line_id":346,"book":"bible.john"},{"seg_id":120,"line_id":347,"book":"bible.john"},{"seg_id":120,"line_id":348,"book":"bible.john"},{"seg_id":121,"line_id":349,"book":"bible.john"},{"seg_id":121,"line_id":350,"book":"bible.john"},{"seg_id":121,"line_id":351,"book":"bible.john"},{"seg_id":122,"line_id":352,"book":"bible.john"},{"seg_id":122,"line_id":353,"book":"bible.john"},{"seg_id":122,"line_id":354,"book":"bible.john"},{"seg_id":123,"line_id":355,"book":"bible.john"},{"seg_id":123,"line_id":356,"book":"bible.john"},{"seg_id":123,"line_id":357,"book":"bible.john"},{"seg_id":124,"line_id":358,"book":"bible.john"},{"seg_id":124,"line_id":359,"book":"bible.john"},{"seg_id":124,"line_id":360,"book":"bible.john"},{"seg_id":125,"line_id":361,"book":"bible.john"},{"seg_id":125,"line_id":362,"book":"bible.john"},{"seg_id":125,"line_id":363,"book":"bible.john"},{"seg_id":126,"line_id":364,"book":"bible.john"},{"seg_id":126,"line_id":365,"book":"bible.john"},{"seg_id":127,"line_id":366,"book":"bible.john"},{"seg_id":127,"line_id":367,"book":"bible.john"},{"seg_id":128,"line_id":368,"book":"bible.john"},{"seg_id":128,"line_id":369,"book":"bible.john"},{"seg_id":128,"line_id":370,"book":"bible.john"},{"seg_id":128,"line_id":371,"book":"bible.john"},{"seg_id":129,"line_id":372,"book":"bible.john"},{"seg_id":129,"line_id":373,"book":"bible.john"},{"seg_id":129,"line_id":374,"book":"bible.john"},{"seg_id":129,"line_id":375,"book":"bible.john"},{"seg_id":130,"line_id":376,"book":"bible.john"},{"seg_id":130,"line_id":377,"book":"bible.john"},{"seg_id":131,"line_id":378,"book":"bible.john"},{"seg_id":131,"line_id":379,"book":"bible.john"},{"seg_id":132,"line_id":380,"book":"bible.john"},{"seg_id":132,"line_id":381,"book":"bible.john"},{"seg_id":133,"line_id":382,"book":"bible.john"},{"seg_id":133,"line_id":383,"book":"bible.john"},{"seg_id":134,"line_id":384,"book":"bible.john"},{"seg_id":134,"line_id":385,"book":"bible.john"},{"seg_id":134,"line_id":386,"book":"bible.john"},{"seg_id":135,"line_id":387,"book":"bible.john"},{"seg_id":135,"line_id":388,"book":"bible.john"},{"seg_id":135,"line_id":389,"book":"bible.john"},{"seg_id":136,"line_id":390,"book":"bible.john"},{"seg_id":136,"line_id":391,"book":"bible.john"},{"seg_id":137,"line_id":392,"book":"bible.john"},{"seg_id":137,"line_id":393,"book":"bible.john"},{"seg_id":138,"line_id":394,"book":"bible.john"},{"seg_id":138,"line_id":395,"book":"bible.john"},{"seg_id":138,"line_id":396,"book":"bible.john"},{"seg_id":138,"line_id":397,"book":"bible.john"},{"seg_id":139,"line_id":398,"book":"bible.john"},{"seg_id":139,"line_id":399,"book":"bible.john"},{"seg_id":139,"line_id":400,"book":"bible.john"},{"seg_id":140,"line_id":401,"book":"bible.john"},{"seg_id":140,"line_id":402,"book":"bible.john"},{"seg_id":140,"line_id":403,"book":"bible.john"},{"seg_id":141,"line_id":404,"book":"bible.john"},{"seg_id":141,"line_id":405,"book":"bible.john"},{"seg_id":141,"line_id":406,"book":"bible.john"},{"seg_id":142,"line_id":407,"book":"bible.john"},{"seg_id":142,"line_id":408,"book":"bible.john"},{"seg_id":142,"line_id":409,"book":"bible.john"},{"seg_id":142,"line_id":410,"book":"bible.john"},{"seg_id":143,"line_id":411,"book":"bible.john"},{"seg_id":143,"line_id":412,"book":"bible.john"},{"seg_id":144,"line_id":413,"book":"bible.john"},{"seg_id":144,"line_id":414,"book":"bible.john"},{"seg_id":145,"line_id":415,"book":"bible.john"},{"seg_id":145,"line_id":416,"book":"bible.john"},{"seg_id":145,"line_id":417,"book":"bible.john"},{"seg_id":146,"line_id":418,"book":"bible.john"},{"seg_id":146,"line_id":419,"book":"bible.john"},{"seg_id":147,"line_id":420,"book":"bible.john"},{"seg_id":147,"line_id":421,"book":"bible.john"},{"seg_id":147,"line_id":422,"book":"bible.john"},{"seg_id":148,"line_id":423,"book":"bible.john"},{"seg_id":148,"line_id":424,"book":"bible.john"},{"seg_id":148,"line_id":425,"book":"bible.john"},{"seg_id":149,"line_id":426,"book":"bible.john"},{"seg_id":149,"line_id":427,"book":"bible.john"},{"seg_id":149,"line_id":428,"book":"bible.john"},{"seg_id":150,"line_id":429,"book":"bible.john"},{"seg_id":150,"line_id":430,"book":"bible.john"},{"seg_id":150,"line_id":431,"book":"bible.john"},{"seg_id":151,"line_id":432,"book":"bible.john"},{"seg_id":151,"line_id":433,"book":"bible.john"},{"seg_id":151,"line_id":434,"book":"bible.john"},{"seg_id":151,"line_id":435,"book":"bible.john"},{"seg_id":152,"line_id":436,"book":"bible.john"},{"seg_id":152,"line_id":437,"book":"bible.john"},{"seg_id":152,"line_id":438,"book":"bible.john"},{"seg_id":153,"line_id":439,"book":"bible.john"},{"seg_id":153,"line_id":440,"book":"bible.john"},{"seg_id":153,"line_id":441,"book":"bible.john"},{"seg_id":154,"line_id":442,"book":"bible.john"},{"seg_id":154,"line_id":443,"book":"bible.john"},{"seg_id":154,"line_id":444,"book":"bible.john"},{"seg_id":155,"line_id":445,"book":"bible.john"},{"seg_id":155,"line_id":446,"book":"bible.john"},{"seg_id":155,"line_id":447,"book":"bible.john"},{"seg_id":156,"line_id":448,"book":"bible.john"},{"seg_id":156,"line_id":449,"book":"bible.john"},{"seg_id":157,"line_id":450,"book":"bible.john"},{"seg_id":157,"line_id":451,"book":"bible.john"},{"seg_id":157,"line_id":452,"book":"bible.john"},{"seg_id":158,"line_id":453,"book":"bible.john"},{"seg_id":158,"line_id":454,"book":"bible.john"},{"seg_id":158,"line_id":455,"book":"bible.john"},{"seg_id":159,"line_id":456,"book":"bible.john"},{"seg_id":159,"line_id":457,"book":"bible.john"},{"seg_id":159,"line_id":458,"book":"bible.john"},{"seg_id":160,"line_id":459,"book":"bible.john"},{"seg_id":160,"line_id":460,"book":"bible.john"},{"seg_id":160,"line_id":461,"book":"bible.john"},{"seg_id":161,"line_id":462,"book":"bible.john"},{"seg_id":161,"line_id":463,"book":"bible.john"},{"seg_id":161,"line_id":464,"book":"bible.john"},{"seg_id":162,"line_id":465,"book":"bible.john"},{"seg_id":162,"line_id":466,"book":"bible.john"},{"seg_id":162,"line_id":467,"book":"bible.john"},{"seg_id":162,"line_id":468,"book":"bible.john"},{"seg_id":163,"line_id":469,"book":"bible.john"},{"seg_id":163,"line_id":470,"book":"bible.john"},{"seg_id":163,"line_id":471,"book":"bible.john"},{"seg_id":163,"line_id":472,"book":"bible.john"},{"seg_id":164,"line_id":473,"book":"bible.john"},{"seg_id":164,"line_id":474,"book":"bible.john"},{"seg_id":164,"line_id":475,"book":"bible.john"},{"seg_id":165,"line_id":476,"book":"bible.john"},{"seg_id":165,"line_id":477,"book":"bible.john"},{"seg_id":165,"line_id":478,"book":"bible.john"},{"seg_id":166,"line_id":479,"book":"bible.john"},{"seg_id":166,"line_id":480,"book":"bible.john"},{"seg_id":167,"line_id":481,"book":"bible.john"},{"seg_id":167,"line_id":482,"book":"bible.john"},{"seg_id":167,"line_id":483,"book":"bible.john"},{"seg_id":168,"line_id":484,"book":"bible.john"},{"seg_id":168,"line_id":485,"book":"bible.john"},{"seg_id":168,"line_id":486,"book":"bible.john"},{"seg_id":168,"line_id":487,"book":"bible.john"},{"seg_id":169,"line_id":488,"book":"bible.john"},{"seg_id":169,"line_id":489,"book":"bible.john"},{"seg_id":169,"line_id":490,"book":"bible.john"},{"seg_id":170,"line_id":491,"book":"bible.john"},{"seg_id":170,"line_id":492,"book":"bible.john"},{"seg_id":170,"line_id":493,"book":"bible.john"},{"seg_id":170,"line_id":494,"book":"bible.john"},{"seg_id":171,"line_id":495,"book":"bible.john"},{"seg_id":171,"line_id":496,"book":"bible.john"},{"seg_id":171,"line_id":497,"book":"bible.john"},{"seg_id":171,"line_id":498,"book":"bible.john"},{"seg_id":172,"line_id":499,"book":"bible.john"},{"seg_id":172,"line_id":500,"book":"bible.john"},{"seg_id":172,"line_id":501,"book":"bible.john"},{"seg_id":172,"line_id":502,"book":"bible.john"},{"seg_id":173,"line_id":503,"book":"bible.john"},{"seg_id":173,"line_id":504,"book":"bible.john"},{"seg_id":173,"line_id":505,"book":"bible.john"},{"seg_id":173,"line_id":506,"book":"bible.john"},{"seg_id":174,"line_id":507,"book":"bible.john"},{"seg_id":174,"line_id":508,"book":"bible.john"},{"seg_id":174,"line_id":509,"book":"bible.john"},{"seg_id":175,"line_id":510,"book":"bible.john"},{"seg_id":175,"line_id":511,"book":"bible.john"},{"seg_id":176,"line_id":512,"book":"bible.john"},{"seg_id":176,"line_id":513,"book":"bible.john"},{"seg_id":176,"line_id":514,"book":"bible.john"},{"seg_id":177,"line_id":515,"book":"bible.john"},{"seg_id":177,"line_id":516,"book":"bible.john"},{"seg_id":177,"line_id":517,"book":"bible.john"},{"seg_id":177,"line_id":518,"book":"bible.john"},{"seg_id":178,"line_id":519,"book":"bible.john"},{"seg_id":178,"line_id":520,"book":"bible.john"},{"seg_id":179,"line_id":521,"book":"bible.john"},{"seg_id":179,"line_id":522,"book":"bible.john"},{"seg_id":179,"line_id":523,"book":"bible.john"},{"seg_id":180,"line_id":524,"book":"bible.john"},{"seg_id":180,"line_id":525,"book":"bible.john"},{"seg_id":181,"line_id":526,"book":"bible.john"},{"seg_id":181,"line_id":527,"book":"bible.john"},{"seg_id":181,"line_id":528,"book":"bible.john"},{"seg_id":182,"line_id":529,"book":"bible.john"},{"seg_id":182,"line_id":530,"book":"bible.john"},{"seg_id":182,"line_id":531,"book":"bible.john"},{"seg_id":183,"line_id":532,"book":"bible.john"},{"seg_id":183,"line_id":533,"book":"bible.john"},{"seg_id":183,"line_id":534,"book":"bible.john"},{"seg_id":184,"line_id":535,"book":"bible.john"},{"seg_id":185,"line_id":536,"book":"bible.john"},{"seg_id":186,"line_id":537,"book":"bible.john"},{"seg_id":186,"line_id":538,"book":"bible.john"},{"seg_id":187,"line_id":539,"book":"bible.john"},{"seg_id":187,"line_id":540,"book":"bible.john"},{"seg_id":187,"line_id":541,"book":"bible.john"},{"seg_id":188,"line_id":542,"book":"bible.john"},{"seg_id":188,"line_id":543,"book":"bible.john"},{"seg_id":188,"line_id":544,"book":"bible.john"},{"seg_id":189,"line_id":545,"book":"bible.john"},{"seg_id":189,"line_id":546,"book":"bible.john"},{"seg_id":189,"line_id":547,"book":"bible.john"},{"seg_id":190,"line_id":548,"book":"bible.john"},{"seg_id":190,"line_id":549,"book":"bible.john"},{"seg_id":190,"line_id":550,"book":"bible.john"},{"seg_id":191,"line_id":551,"book":"bible.john"},{"seg_id":191,"line_id":552,"book":"bible.john"},{"seg_id":191,"line_id":553,"book":"bible.john"},{"seg_id":192,"line_id":554,"book":"bible.john"},{"seg_id":192,"line_id":555,"book":"bible.john"},{"seg_id":192,"line_id":556,"book":"bible.john"},{"seg_id":193,"line_id":557,"book":"bible.john"},{"seg_id":193,"line_id":558,"book":"bible.john"},{"seg_id":193,"line_id":559,"book":"bible.john"},{"seg_id":193,"line_id":560,"book":"bible.john"},{"seg_id":194,"line_id":561,"book":"bible.john"},{"seg_id":194,"line_id":562,"book":"bible.john"},{"seg_id":195,"line_id":563,"book":"bible.john"},{"seg_id":195,"line_id":564,"book":"bible.john"},{"seg_id":195,"line_id":565,"book":"bible.john"},{"seg_id":196,"line_id":566,"book":"bible.john"},{"seg_id":196,"line_id":567,"book":"bible.john"},{"seg_id":196,"line_id":568,"book":"bible.john"},{"seg_id":196,"line_id":569,"book":"bible.john"},{"seg_id":197,"line_id":570,"book":"bible.john"},{"seg_id":197,"line_id":571,"book":"bible.john"},{"seg_id":198,"line_id":572,"book":"bible.john"},{"seg_id":198,"line_id":573,"book":"bible.john"},{"seg_id":199,"line_id":574,"book":"bible.john"},{"seg_id":199,"line_id":575,"book":"bible.john"},{"seg_id":199,"line_id":576,"book":"bible.john"},{"seg_id":200,"line_id":577,"book":"bible.john"},{"seg_id":200,"line_id":578,"book":"bible.john"},{"seg_id":200,"line_id":579,"book":"bible.john"},{"seg_id":201,"line_id":580,"book":"bible.john"},{"seg_id":201,"line_id":581,"book":"bible.john"},{"seg_id":201,"line_id":582,"book":"bible.john"},{"seg_id":202,"line_id":583,"book":"bible.john"},{"seg_id":202,"line_id":584,"book":"bible.john"},{"seg_id":203,"line_id":585,"book":"bible.john"},{"seg_id":203,"line_id":586,"book":"bible.john"},{"seg_id":204,"line_id":587,"book":"bible.john"},{"seg_id":204,"line_id":588,"book":"bible.john"},{"seg_id":205,"line_id":589,"book":"bible.john"},{"seg_id":205,"line_id":590,"book":"bible.john"},{"seg_id":205,"line_id":591,"book":"bible.john"},{"seg_id":206,"line_id":592,"book":"bible.john"},{"seg_id":206,"line_id":593,"book":"bible.john"},{"seg_id":206,"line_id":594,"book":"bible.john"},{"seg_id":207,"line_id":595,"book":"bible.john"},{"seg_id":207,"line_id":596,"book":"bible.john"},{"seg_id":207,"line_id":597,"book":"bible.john"},{"seg_id":208,"line_id":598,"book":"bible.john"},{"seg_id":208,"line_id":599,"book":"bible.john"},{"seg_id":208,"line_id":600,"book":"bible.john"},{"seg_id":209,"line_id":601,"book":"bible.john"},{"seg_id":209,"line_id":602,"book":"bible.john"},{"seg_id":209,"line_id":603,"book":"bible.john"},{"seg_id":210,"line_id":604,"book":"bible.john"},{"seg_id":210,"line_id":605,"book":"bible.john"},{"seg_id":211,"line_id":606,"book":"bible.john"},{"seg_id":211,"line_id":607,"book":"bible.john"},{"seg_id":211,"line_id":608,"book":"bible.john"},{"seg_id":212,"line_id":609,"book":"bible.john"},{"seg_id":212,"line_id":610,"book":"bible.john"},{"seg_id":212,"line_id":611,"book":"bible.john"},{"seg_id":213,"line_id":612,"book":"bible.john"},{"seg_id":213,"line_id":613,"book":"bible.john"},{"seg_id":213,"line_id":614,"book":"bible.john"},{"seg_id":214,"line_id":615,"book":"bible.john"},{"seg_id":214,"line_id":616,"book":"bible.john"},{"seg_id":214,"line_id":617,"book":"bible.john"},{"seg_id":215,"line_id":618,"book":"bible.john"},{"seg_id":215,"line_id":619,"book":"bible.john"},{"seg_id":216,"line_id":620,"book":"bible.john"},{"seg_id":216,"line_id":621,"book":"bible.john"},{"seg_id":216,"line_id":622,"book":"bible.john"},{"seg_id":217,"line_id":623,"book":"bible.john"},{"seg_id":217,"line_id":624,"book":"bible.john"},{"seg_id":218,"line_id":625,"book":"bible.john"},{"seg_id":218,"line_id":626,"book":"bible.john"},{"seg_id":218,"line_id":627,"book":"bible.john"},{"seg_id":219,"line_id":628,"book":"bible.john"},{"seg_id":219,"line_id":629,"book":"bible.john"},{"seg_id":219,"line_id":630,"book":"bible.john"},{"seg_id":220,"line_id":631,"book":"bible.john"},{"seg_id":220,"line_id":632,"book":"bible.john"},{"seg_id":221,"line_id":633,"book":"bible.john"},{"seg_id":222,"line_id":634,"book":"bible.john"},{"seg_id":222,"line_id":635,"book":"bible.john"},{"seg_id":223,"line_id":636,"book":"bible.john"},{"seg_id":223,"line_id":637,"book":"bible.john"},{"seg_id":224,"line_id":638,"book":"bible.john"},{"seg_id":224,"line_id":639,"book":"bible.john"},{"seg_id":224,"line_id":640,"book":"bible.john"},{"seg_id":225,"line_id":641,"book":"bible.john"},{"seg_id":225,"line_id":642,"book":"bible.john"},{"seg_id":225,"line_id":643,"book":"bible.john"},{"seg_id":226,"line_id":644,"book":"bible.john"},{"seg_id":226,"line_id":645,"book":"bible.john"},{"seg_id":227,"line_id":646,"book":"bible.john"},{"seg_id":227,"line_id":647,"book":"bible.john"},{"seg_id":228,"line_id":648,"book":"bible.john"},{"seg_id":228,"line_id":649,"book":"bible.john"},{"seg_id":228,"line_id":650,"book":"bible.john"},{"seg_id":229,"line_id":651,"book":"bible.john"},{"seg_id":229,"line_id":652,"book":"bible.john"},{"seg_id":230,"line_id":653,"book":"bible.john"},{"seg_id":230,"line_id":654,"book":"bible.john"},{"seg_id":231,"line_id":655,"book":"bible.john"},{"seg_id":231,"line_id":656,"book":"bible.john"},{"seg_id":232,"line_id":657,"book":"bible.john"},{"seg_id":232,"line_id":658,"book":"bible.john"},{"seg_id":233,"line_id":659,"book":"bible.john"},{"seg_id":233,"line_id":660,"book":"bible.john"},{"seg_id":234,"line_id":661,"book":"bible.john"},{"seg_id":234,"line_id":662,"book":"bible.john"},{"seg_id":235,"line_id":663,"book":"bible.john"},{"seg_id":235,"line_id":664,"book":"bible.john"},{"seg_id":235,"line_id":665,"book":"bible.john"},{"seg_id":236,"line_id":666,"book":"bible.john"},{"seg_id":236,"line_id":667,"book":"bible.john"},{"seg_id":236,"line_id":668,"book":"bible.john"},{"seg_id":236,"line_id":669,"book":"bible.john"},{"seg_id":237,"line_id":670,"book":"bible.john"},{"seg_id":238,"line_id":671,"book":"bible.john"},{"seg_id":238,"line_id":672,"book":"bible.john"},{"seg_id":238,"line_id":673,"book":"bible.john"},{"seg_id":239,"line_id":674,"book":"bible.john"},{"seg_id":240,"line_id":675,"book":"bible.john"},{"seg_id":240,"line_id":676,"book":"bible.john"},{"seg_id":241,"line_id":677,"book":"bible.john"},{"seg_id":241,"line_id":678,"book":"bible.john"},{"seg_id":241,"line_id":679,"book":"bible.john"},{"seg_id":242,"line_id":680,"book":"bible.john"},{"seg_id":242,"line_id":681,"book":"bible.john"},{"seg_id":242,"line_id":682,"book":"bible.john"},{"seg_id":243,"line_id":683,"book":"bible.john"},{"seg_id":243,"line_id":684,"book":"bible.john"},{"seg_id":243,"line_id":685,"book":"bible.john"},{"seg_id":244,"line_id":686,"book":"bible.john"},{"seg_id":244,"line_id":687,"book":"bible.john"},{"seg_id":244,"line_id":688,"book":"bible.john"},{"seg_id":245,"line_id":689,"book":"bible.john"},{"seg_id":245,"line_id":690,"book":"bible.john"},{"seg_id":245,"line_id":691,"book":"bible.john"},{"seg_id":246,"line_id":692,"book":"bible.john"},{"seg_id":246,"line_id":693,"book":"bible.john"},{"seg_id":246,"line_id":694,"book":"bible.john"},{"seg_id":247,"line_id":695,"book":"bible.john"},{"seg_id":247,"line_id":696,"book":"bible.john"},{"seg_id":248,"line_id":697,"book":"bible.john"},{"seg_id":248,"line_id":698,"book":"bible.john"},{"seg_id":249,"line_id":699,"book":"bible.john"},{"seg_id":249,"line_id":700,"book":"bible.john"},{"seg_id":250,"line_id":701,"book":"bible.john"},{"seg_id":251,"line_id":702,"book":"bible.john"},{"seg_id":251,"line_id":703,"book":"bible.john"},{"seg_id":252,"line_id":704,"book":"bible.john"},{"seg_id":252,"line_id":705,"book":"bible.john"},{"seg_id":253,"line_id":706,"book":"bible.john"},{"seg_id":253,"line_id":707,"book":"bible.john"},{"seg_id":254,"line_id":708,"book":"bible.john"},{"seg_id":254,"line_id":709,"book":"bible.john"},{"seg_id":254,"line_id":710,"book":"bible.john"},{"seg_id":255,"line_id":711,"book":"bible.john"},{"seg_id":255,"line_id":712,"book":"bible.john"},{"seg_id":255,"line_id":713,"book":"bible.john"},{"seg_id":256,"line_id":714,"book":"bible.john"},{"seg_id":256,"line_id":715,"book":"bible.john"},{"seg_id":257,"line_id":716,"book":"bible.john"},{"seg_id":257,"line_id":717,"book":"bible.john"},{"seg_id":257,"line_id":718,"book":"bible.john"},{"seg_id":258,"line_id":719,"book":"bible.john"},{"seg_id":258,"line_id":720,"book":"bible.john"},{"seg_id":258,"line_id":721,"book":"bible.john"},{"seg_id":259,"line_id":722,"book":"bible.john"},{"seg_id":259,"line_id":723,"book":"bible.john"},{"seg_id":260,"line_id":724,"book":"bible.john"},{"seg_id":260,"line_id":725,"book":"bible.john"},{"seg_id":261,"line_id":726,"book":"bible.john"},{"seg_id":262,"line_id":727,"book":"bible.john"},{"seg_id":262,"line_id":728,"book":"bible.john"},{"seg_id":263,"line_id":729,"book":"bible.john"},{"seg_id":263,"line_id":730,"book":"bible.john"},{"seg_id":263,"line_id":731,"book":"bible.john"},{"seg_id":263,"line_id":732,"book":"bible.john"},{"seg_id":264,"line_id":733,"book":"bible.john"},{"seg_id":264,"line_id":734,"book":"bible.john"},{"seg_id":264,"line_id":735,"book":"bible.john"},{"seg_id":265,"line_id":736,"book":"bible.john"},{"seg_id":265,"line_id":737,"book":"bible.john"},{"seg_id":266,"line_id":738,"book":"bible.john"},{"seg_id":267,"line_id":739,"book":"bible.john"},{"seg_id":267,"line_id":740,"book":"bible.john"},{"seg_id":268,"line_id":741,"book":"bible.john"},{"seg_id":268,"line_id":742,"book":"bible.john"},{"seg_id":269,"line_id":743,"book":"bible.john"},{"seg_id":269,"line_id":744,"book":"bible.john"},{"seg_id":269,"line_id":745,"book":"bible.john"},{"seg_id":270,"line_id":746,"book":"bible.john"},{"seg_id":270,"line_id":747,"book":"bible.john"},{"seg_id":270,"line_id":748,"book":"bible.john"},{"seg_id":271,"line_id":749,"book":"bible.john"},{"seg_id":271,"line_id":750,"book":"bible.john"},{"seg_id":272,"line_id":751,"book":"bible.john"},{"seg_id":272,"line_id":752,"book":"bible.john"},{"seg_id":273,"line_id":753,"book":"bible.john"},{"seg_id":273,"line_id":754,"book":"bible.john"},{"seg_id":273,"line_id":755,"book":"bible.john"},{"seg_id":274,"line_id":756,"book":"bible.john"},{"seg_id":274,"line_id":757,"book":"bible.john"},{"seg_id":275,"line_id":758,"book":"bible.john"},{"seg_id":275,"line_id":759,"book":"bible.john"},{"seg_id":275,"line_id":760,"book":"bible.john"},{"seg_id":276,"line_id":761,"book":"bible.john"},{"seg_id":276,"line_id":762,"book":"bible.john"},{"seg_id":277,"line_id":763,"book":"bible.john"},{"seg_id":277,"line_id":764,"book":"bible.john"},{"seg_id":277,"line_id":765,"book":"bible.john"},{"seg_id":278,"line_id":766,"book":"bible.john"},{"seg_id":278,"line_id":767,"book":"bible.john"},{"seg_id":278,"line_id":768,"book":"bible.john"},{"seg_id":279,"line_id":769,"book":"bible.john"},{"seg_id":279,"line_id":770,"book":"bible.john"},{"seg_id":279,"line_id":771,"book":"bible.john"},{"seg_id":280,"line_id":772,"book":"bible.john"},{"seg_id":280,"line_id":773,"book":"bible.john"},{"seg_id":280,"line_id":774,"book":"bible.john"},{"seg_id":281,"line_id":775,"book":"bible.john"},{"seg_id":281,"line_id":776,"book":"bible.john"},{"seg_id":282,"line_id":777,"book":"bible.john"},{"seg_id":283,"line_id":778,"book":"bible.john"},{"seg_id":284,"line_id":779,"book":"bible.john"},{"seg_id":284,"line_id":780,"book":"bible.john"},{"seg_id":285,"line_id":781,"book":"bible.john"},{"seg_id":285,"line_id":782,"book":"bible.john"},{"seg_id":286,"line_id":783,"book":"bible.john"},{"seg_id":286,"line_id":784,"book":"bible.john"},{"seg_id":286,"line_id":785,"book":"bible.john"},{"seg_id":287,"line_id":786,"book":"bible.john"},{"seg_id":287,"line_id":787,"book":"bible.john"},{"seg_id":288,"line_id":788,"book":"bible.john"},{"seg_id":288,"line_id":789,"book":"bible.john"},{"seg_id":288,"line_id":790,"book":"bible.john"},{"seg_id":289,"line_id":791,"book":"bible.john"},{"seg_id":289,"line_id":792,"book":"bible.john"},{"seg_id":290,"line_id":793,"book":"bible.john"},{"seg_id":290,"line_id":794,"book":"bible.john"},{"seg_id":291,"line_id":795,"book":"bible.john"},{"seg_id":291,"line_id":796,"book":"bible.john"},{"seg_id":291,"line_id":797,"book":"bible.john"},{"seg_id":292,"line_id":798,"book":"bible.john"},{"seg_id":292,"line_id":799,"book":"bible.john"},{"seg_id":292,"line_id":800,"book":"bible.john"},{"seg_id":293,"line_id":801,"book":"bible.john"},{"seg_id":293,"line_id":802,"book":"bible.john"},{"seg_id":293,"line_id":803,"book":"bible.john"},{"seg_id":294,"line_id":804,"book":"bible.john"},{"seg_id":295,"line_id":805,"book":"bible.john"},{"seg_id":295,"line_id":806,"book":"bible.john"},{"seg_id":296,"line_id":807,"book":"bible.john"},{"seg_id":296,"line_id":808,"book":"bible.john"},{"seg_id":296,"line_id":809,"book":"bible.john"},{"seg_id":297,"line_id":810,"book":"bible.john"},{"seg_id":297,"line_id":811,"book":"bible.john"},{"seg_id":298,"line_id":812,"book":"bible.john"},{"seg_id":298,"line_id":813,"book":"bible.john"},{"seg_id":299,"line_id":814,"book":"bible.john"},{"seg_id":299,"line_id":815,"book":"bible.john"},{"seg_id":299,"line_id":816,"book":"bible.john"},{"seg_id":300,"line_id":817,"book":"bible.john"},{"seg_id":300,"line_id":818,"book":"bible.john"},{"seg_id":301,"line_id":819,"book":"bible.john"},{"seg_id":302,"line_id":820,"book":"bible.john"},{"seg_id":302,"line_id":821,"book":"bible.john"},{"seg_id":303,"line_id":822,"book":"bible.john"},{"seg_id":303,"line_id":823,"book":"bible.john"},{"seg_id":304,"line_id":824,"book":"bible.john"},{"seg_id":304,"line_id":825,"book":"bible.john"},{"seg_id":305,"line_id":826,"book":"bible.john"},{"seg_id":305,"line_id":827,"book":"bible.john"},{"seg_id":305,"line_id":828,"book":"bible.john"},{"seg_id":305,"line_id":829,"book":"bible.john"},{"seg_id":306,"line_id":830,"book":"bible.john"},{"seg_id":306,"line_id":831,"book":"bible.john"},{"seg_id":306,"line_id":832,"book":"bible.john"},{"seg_id":306,"line_id":833,"book":"bible.john"},{"seg_id":307,"line_id":834,"book":"bible.john"},{"seg_id":307,"line_id":835,"book":"bible.john"},{"seg_id":308,"line_id":836,"book":"bible.john"},{"seg_id":308,"line_id":837,"book":"bible.john"},{"seg_id":309,"line_id":838,"book":"bible.john"},{"seg_id":309,"line_id":839,"book":"bible.john"},{"seg_id":310,"line_id":840,"book":"bible.john"},{"seg_id":310,"line_id":841,"book":"bible.john"},{"seg_id":311,"line_id":842,"book":"bible.john"},{"seg_id":311,"line_id":843,"book":"bible.john"},{"seg_id":312,"line_id":844,"book":"bible.john"},{"seg_id":312,"line_id":845,"book":"bible.john"},{"seg_id":312,"line_id":846,"book":"bible.john"},{"seg_id":313,"line_id":847,"book":"bible.john"},{"seg_id":313,"line_id":848,"book":"bible.john"},{"seg_id":314,"line_id":849,"book":"bible.john"},{"seg_id":314,"line_id":850,"book":"bible.john"},{"seg_id":315,"line_id":851,"book":"bible.john"},{"seg_id":315,"line_id":852,"book":"bible.john"},{"seg_id":315,"line_id":853,"book":"bible.john"},{"seg_id":316,"line_id":854,"book":"bible.john"},{"seg_id":316,"line_id":855,"book":"bible.john"},{"seg_id":317,"line_id":856,"book":"bible.john"},{"seg_id":317,"line_id":857,"book":"bible.john"},{"seg_id":318,"line_id":858,"book":"bible.john"},{"seg_id":318,"line_id":859,"book":"bible.john"},{"seg_id":318,"line_id":860,"book":"bible.john"},{"seg_id":319,"line_id":861,"book":"bible.john"},{"seg_id":319,"line_id":862,"book":"bible.john"},{"seg_id":320,"line_id":863,"book":"bible.john"},{"seg_id":320,"line_id":864,"book":"bible.john"},{"seg_id":320,"line_id":865,"book":"bible.john"},{"seg_id":321,"line_id":866,"book":"bible.john"},{"seg_id":321,"line_id":867,"book":"bible.john"},{"seg_id":321,"line_id":868,"book":"bible.john"},{"seg_id":322,"line_id":869,"book":"bible.john"},{"seg_id":322,"line_id":870,"book":"bible.john"},{"seg_id":323,"line_id":871,"book":"bible.john"},{"seg_id":324,"line_id":872,"book":"bible.john"},{"seg_id":324,"line_id":873,"book":"bible.john"},{"seg_id":325,"line_id":874,"book":"bible.john"},{"seg_id":325,"line_id":875,"book":"bible.john"},{"seg_id":325,"line_id":876,"book":"bible.john"},{"seg_id":326,"line_id":877,"book":"bible.john"},{"seg_id":326,"line_id":878,"book":"bible.john"}]} \ No newline at end of file diff --git a/json/mark_export.json b/json/mark_export.json new file mode 100644 index 0000000..5bf3d35 --- /dev/null +++ b/json/mark_export.json @@ -0,0 +1 @@ +{"lines":[{"body":"{\"verse\":1,\"body\":\"The beginning of the gospel of Jesus Christ, the Son of God.\"}","chap":1,"verse":1,"book":"bible.mark"},{"body":"{\"verse\":2,\"body\":\"As it is written in Isaias the prophet: Behold I send my angel before thy face, who shall prepare the way before thee.\"}","chap":1,"verse":2,"book":"bible.mark"},{"body":"{\"verse\":3,\"body\":\"A voice of one crying in the desert: Prepare ye the way of the Lord; make straight his paths.\"}","chap":1,"verse":3,"book":"bible.mark"},{"body":"{\"verse\":4,\"body\":\"John was in the desert, baptizing and preaching the baptism of penance, unto remission of sins.\"}","chap":1,"verse":4,"book":"bible.mark"},{"body":"{\"verse\":5,\"body\":\"And there went out to him all the country of Judea and all they of Jerusalem and were baptized by him in the river of Jordan, confessing their sins.\"}","chap":1,"verse":5,"book":"bible.mark"},{"body":"{\"verse\":6,\"body\":\"And John was clothed camel's hair, and a leathern girdle about his loins: and he ate locusts and wild honey.\"}","chap":1,"verse":6,"book":"bible.mark"},{"body":"{\"verse\":7,\"body\":\"And he preached, saying: There cometh after me one mightier than I, the latchet of whose shoes I am not worthy to stoop down and loose.\"}","chap":1,"verse":7,"book":"bible.mark"},{"body":"{\"verse\":8,\"body\":\"I have baptized you with water: but he shall baptize you with the Holy Ghost.\"}","chap":1,"verse":8,"book":"bible.mark"},{"body":"{\"verse\":9,\"body\":\"And it came to pass, in those days, Jesus came from Nazareth of Galilee and was baptized by John in Jordan.\"}","chap":1,"verse":9,"book":"bible.mark"},{"body":"{\"verse\":10,\"body\":\"And forthwith coming up out of the water, he saw the heavens open and the Spirit as a dove descending and remaining on him.\"}","chap":1,"verse":10,"book":"bible.mark"},{"body":"{\"verse\":11,\"body\":\"And there came a voice from heaven: Thou art my beloved Son; in thee I am well pleased.\"}","chap":1,"verse":11,"book":"bible.mark"},{"body":"{\"verse\":12,\"body\":\"And immediately the Spirit drove him out into the desert.\"}","chap":1,"verse":12,"book":"bible.mark"},{"body":"{\"verse\":13,\"body\":\"And he was in the desert forty days and forty nights, and was tempted by Satan. And he was with beasts: and the angels ministered to him.\"}","chap":1,"verse":13,"book":"bible.mark"},{"body":"{\"verse\":14,\"body\":\"And after that John was delivered up, Jesus came in Galilee, preaching the gospel of the kingdom of God,\"}","chap":1,"verse":14,"book":"bible.mark"},{"body":"{\"verse\":15,\"body\":\"And saying: The time is accomplished and the kingdom of God is at hand. Repent and believe the gospel:\"}","chap":1,"verse":15,"book":"bible.mark"},{"body":"{\"verse\":16,\"body\":\"And passing by the sea of Galilee, he saw Simon and Andrew his brother, casting nets into the sea for they were fishermen.\"}","chap":1,"verse":16,"book":"bible.mark"},{"body":"{\"verse\":17,\"body\":\"And Jesus said to them: Come after me; and I will make you to become fishers of men.\"}","chap":1,"verse":17,"book":"bible.mark"},{"body":"{\"verse\":18,\"body\":\"And immediately leaving their nets, they followed him.\"}","chap":1,"verse":18,"book":"bible.mark"},{"body":"{\"verse\":19,\"body\":\"And going on from thence a little farther, he saw James the son of Zebedee and John his brother, who also were mending their nets in the ship:\"}","chap":1,"verse":19,"book":"bible.mark"},{"body":"{\"verse\":20,\"body\":\"And forthwith he called them. And leaving their father Zebedee in the ship with his hired men, they followed him.\"}","chap":1,"verse":20,"book":"bible.mark"},{"body":"{\"verse\":21,\"body\":\"And they entered into Capharnaum: and forthwith upon the sabbath days going into the synagogue, he taught them.\"}","chap":1,"verse":21,"book":"bible.mark"},{"body":"{\"verse\":22,\"body\":\"And they were astonished at his doctrine. For he was teaching them as one having power, and not as the scribes.\"}","chap":1,"verse":22,"book":"bible.mark"},{"body":"{\"verse\":23,\"body\":\"And there was in their synagogue a man with an unclean spirit; and he cried out,\"}","chap":1,"verse":23,"book":"bible.mark"},{"body":"{\"verse\":24,\"body\":\"Saying: What have we to do with thee, Jesus of Nazareth? Art thou come to destroy us? I know who thou art, the Holy One of God.\"}","chap":1,"verse":24,"book":"bible.mark"},{"body":"{\"verse\":25,\"body\":\"And Jesus threatened him, saying: Speak no more, and go out of the man.\"}","chap":1,"verse":25,"book":"bible.mark"},{"body":"{\"verse\":26,\"body\":\"And the unclean spirit, tearing him and crying out with a loud voice, went out of him.\"}","chap":1,"verse":26,"book":"bible.mark"},{"body":"{\"verse\":27,\"body\":\"And they were all amazed insomuch that they questioned among themselves, saying: What thing is this? What is this new doctrine? For with power he commandeth even the unclean spirits: and they obey him.\"}","chap":1,"verse":27,"book":"bible.mark"},{"body":"{\"verse\":28,\"body\":\"And the fame of him was spread forthwith into all the country of Galilee.\"}","chap":1,"verse":28,"book":"bible.mark"},{"body":"{\"verse\":29,\"body\":\"And immediately going out of the synagogue they came into the house of Simon and Andrew, with James and John.\"}","chap":1,"verse":29,"book":"bible.mark"},{"body":"{\"verse\":30,\"body\":\"And Simon's wife's mother lay in a fit of a fever: and forthwith they tell him of her.\"}","chap":1,"verse":30,"book":"bible.mark"},{"body":"{\"verse\":31,\"body\":\"And coming to her, he lifted her up, taking her by the hand; and immediately the fever left her, and she ministered unto them.\"}","chap":1,"verse":31,"book":"bible.mark"},{"body":"{\"verse\":32,\"body\":\"And when it was evening, after sunset, they brought to him all that were ill and that were possessed with devils.\"}","chap":1,"verse":32,"book":"bible.mark"},{"body":"{\"verse\":33,\"body\":\"And all the city was gathered together at the door.\"}","chap":1,"verse":33,"book":"bible.mark"},{"body":"{\"verse\":34,\"body\":\"And he healed many that were troubled with divers diseases. And he cast out many devils: and he suffered them not to speak, because they knew him.\"}","chap":1,"verse":34,"book":"bible.mark"},{"body":"{\"verse\":35,\"body\":\"And rising very early, going out, he went into a desert place: and there he prayed.\"}","chap":1,"verse":35,"book":"bible.mark"},{"body":"{\"verse\":36,\"body\":\"And Simon and they that were with him followed after him.\"}","chap":1,"verse":36,"book":"bible.mark"},{"body":"{\"verse\":37,\"body\":\"And when they had found him, they said to him: All seek for thee.\"}","chap":1,"verse":37,"book":"bible.mark"},{"body":"{\"verse\":38,\"body\":\"And he saith to them: Let us go into the neighbouring towns and cities, that I may preach there also; for to this purpose am I come.\"}","chap":1,"verse":38,"book":"bible.mark"},{"body":"{\"verse\":39,\"body\":\"And he was preaching in their synagogues and in all Galilee and casting out devils.\"}","chap":1,"verse":39,"book":"bible.mark"},{"body":"{\"verse\":40,\"body\":\"And there came a leper to him, beseeching him and kneeling down, said to him: If thou wilt thou canst make me clean.\"}","chap":1,"verse":40,"book":"bible.mark"},{"body":"{\"verse\":41,\"body\":\"And Jesus, having compassion on him, stretched forth his hand and touching him saith to him: I will. Be thou made clean.\"}","chap":1,"verse":41,"book":"bible.mark"},{"body":"{\"verse\":42,\"body\":\"And when he had spoken, immediately the leprosy departed from him: and he was made clean.\"}","chap":1,"verse":42,"book":"bible.mark"},{"body":"{\"verse\":43,\"body\":\"And he strictly charged him and forthwith sent him away.\"}","chap":1,"verse":43,"book":"bible.mark"},{"body":"{\"verse\":44,\"body\":\"And he saith to him: See thou tell no one; but go, shew thyself to the high priest and offer for thy cleansing the things that Moses commanded, for a testimony to them.\"}","chap":1,"verse":44,"book":"bible.mark"},{"body":"{\"verse\":45,\"body\":\"But he being gone out, began to publish and to blaze abroad the word: so that he could not openly go into the city. but was without in desert places. And they flocked to him from all sides.\"}","chap":1,"verse":45,"book":"bible.mark"},{"body":"{\"verse\":1,\"body\":\"And again he entered into Capharnaum after some days.\"}","chap":2,"verse":1,"book":"bible.mark"},{"body":"{\"verse\":2,\"body\":\"And it was heard that he was in the house. And many came together, so that there was no room: no, not even at the door. And he spoke to them the word.\"}","chap":2,"verse":2,"book":"bible.mark"},{"body":"{\"verse\":3,\"body\":\"And they came to him, bringing one sick of the palsy, who was carried by four.\"}","chap":2,"verse":3,"book":"bible.mark"},{"body":"{\"verse\":4,\"body\":\"And when they could not offer him unto him for the multitude, they uncovered the roof where he was: and opening it, they let down the bed wherein the man sick of the palsy lay.\"}","chap":2,"verse":4,"book":"bible.mark"},{"body":"{\"verse\":5,\"body\":\"And when Jesus had seen their faith, he saith to the sick of the palsy: Son, thy sins are forgiven thee.\"}","chap":2,"verse":5,"book":"bible.mark"},{"body":"{\"verse\":6,\"body\":\"And there were some of the scribes sitting there and thinking in their hearts:\"}","chap":2,"verse":6,"book":"bible.mark"},{"body":"{\"verse\":7,\"body\":\"Why doth this man speak thus? He blasphemeth. Who can forgive sins, but God only?\"}","chap":2,"verse":7,"book":"bible.mark"},{"body":"{\"verse\":8,\"body\":\"Which Jesus presently knowing in his spirit that they so thought within themselves, saith to them: Why think you these things in your hearts?\"}","chap":2,"verse":8,"book":"bible.mark"},{"body":"{\"verse\":9,\"body\":\"Which is easier, to say to the sick of the palsy: Thy sins are forgiven thee; or to say: Arise, take up thy bed and walk?\"}","chap":2,"verse":9,"book":"bible.mark"},{"body":"{\"verse\":10,\"body\":\"But that you may know that the Son of man hath power on earth to forgive sins (he saith to the sick of the palsy):\"}","chap":2,"verse":10,"book":"bible.mark"},{"body":"{\"verse\":11,\"body\":\"I say to thee: Arise. Take up thy bed and go into thy house.\"}","chap":2,"verse":11,"book":"bible.mark"},{"body":"{\"verse\":12,\"body\":\"And immediately he arose and, taking up his bed, went his way in the sight of all: so that all wondered and glorified God, saying: We never saw the like.\"}","chap":2,"verse":12,"book":"bible.mark"},{"body":"{\"verse\":13,\"body\":\"And he went forth again to the sea side: and all the multitude came to him. And he taught them.\"}","chap":2,"verse":13,"book":"bible.mark"},{"body":"{\"verse\":14,\"body\":\"And when he was passing by, he saw Levi, the son of Alpheus, sitting at the receipt of custom; and he saith to him: Follow me. And rising up, he followed him.\"}","chap":2,"verse":14,"book":"bible.mark"},{"body":"{\"verse\":15,\"body\":\"And it came to pass as he sat at meat in his house, many Publicans and sinners sat down together with Jesus and his disciples. For they, with Jesus who also followed him. For they were many, who also followed him.\"}","chap":2,"verse":15,"book":"bible.mark"},{"body":"{\"verse\":16,\"body\":\"And the scribes and the Pharisees, seeing that he ate with publicans and sinners, said to his disciples: Why doth your master eat and drink with publicans and sinners?\"}","chap":2,"verse":16,"book":"bible.mark"},{"body":"{\"verse\":17,\"body\":\"Jesus hearing this, saith to them: They that are well have no need of a physician, but they that are sick. For I came not to call the just, but sinners.\"}","chap":2,"verse":17,"book":"bible.mark"},{"body":"{\"verse\":18,\"body\":\"And the disciples of John and the Pharisees used to fast. And they come and say to him: Why do the disciples of John and of the Pharisees fast; but thy disciples do not fast?\"}","chap":2,"verse":18,"book":"bible.mark"},{"body":"{\"verse\":19,\"body\":\"And Jesus saith to them: Can the children of the marriage fast, as long as the bridegroom is with them? As long as they have the bridegroom with them, they cannot fast.\"}","chap":2,"verse":19,"book":"bible.mark"},{"body":"{\"verse\":20,\"body\":\"But the days will come when the bridegroom shall be taken away from them: and then they shall fast in those days.\"}","chap":2,"verse":20,"book":"bible.mark"},{"body":"{\"verse\":21,\"body\":\"No man seweth a piece of raw cloth to an old garment: otherwise the new piecing taketh away from the old, and there is made a greater rent.\"}","chap":2,"verse":21,"book":"bible.mark"},{"body":"{\"verse\":22,\"body\":\"And no man putteth new wine into old bottles: otherwise the wine will burst the bottles, and both the wine will be spilled and the bottles will be lost. But new wine must be put into new bottles.\"}","chap":2,"verse":22,"book":"bible.mark"},{"body":"{\"verse\":23,\"body\":\"And it came to pass again, as the Lord walked through the corn fields on the sabbath, that his disciples began to go forward and to pluck the ears of corn.\"}","chap":2,"verse":23,"book":"bible.mark"},{"body":"{\"verse\":24,\"body\":\"And the Pharisees said to him: Behold, why do they on the sabbath day that which is not lawful?\"}","chap":2,"verse":24,"book":"bible.mark"},{"body":"{\"verse\":25,\"body\":\"And he said to them: Have you never read what David did when he had need and was hungry, himself and they that were with him?\"}","chap":2,"verse":25,"book":"bible.mark"},{"body":"{\"verse\":26,\"body\":\"How he went into the house of God, under Abiathar the high priest, and did eat the loaves of proposition, which was not lawful to eat but for the priests, and gave to them who were with him?\"}","chap":2,"verse":26,"book":"bible.mark"},{"body":"{\"verse\":27,\"body\":\"And he said to them: The sabbath was made for man, and not man for the sabbath.\"}","chap":2,"verse":27,"book":"bible.mark"},{"body":"{\"verse\":28,\"body\":\"Therefore the Son of man is Lord of the sabbath also.\"}","chap":2,"verse":28,"book":"bible.mark"},{"body":"{\"verse\":1,\"body\":\"And he entered again into the synagogue: and there was a man there who had a withered hand.\"}","chap":3,"verse":1,"book":"bible.mark"},{"body":"{\"verse\":2,\"body\":\"And they watched him whether he would heal on the sabbath days, that they might accuse him.\"}","chap":3,"verse":2,"book":"bible.mark"},{"body":"{\"verse\":3,\"body\":\"And he said to the man who had the withered hand: Stand up in the midst.\"}","chap":3,"verse":3,"book":"bible.mark"},{"body":"{\"verse\":4,\"body\":\"And he saith to them: Is it lawful to do good on the sabbath days, or to do evil? To save life, or to destroy? But they held their peace.\"}","chap":3,"verse":4,"book":"bible.mark"},{"body":"{\"verse\":5,\"body\":\"And looking round about on them with anger, being grieved for the blindness of their hearts, he saith to the man: Stretch forth thy hand. And he stretched it forth: and his hand was restored unto him.\"}","chap":3,"verse":5,"book":"bible.mark"},{"body":"{\"verse\":6,\"body\":\"And the Pharisees going out, immediately made a consultation with the Herodians against him, how they might destroy him.\"}","chap":3,"verse":6,"book":"bible.mark"},{"body":"{\"verse\":7,\"body\":\"But Jesus retired with his disciples to the sea; and a great multitude followed him from Galilee and Judea,\"}","chap":3,"verse":7,"book":"bible.mark"},{"body":"{\"verse\":8,\"body\":\"And from Jerusalem, and from Idumea and from beyond the Jordan. And they about Tyre and Sidon, a great multitude, hearing the things which he did, came to him.\"}","chap":3,"verse":8,"book":"bible.mark"},{"body":"{\"verse\":9,\"body\":\"And he spoke to his disciples that a small ship should wait on him, because of the multitude, lest they should throng him.\"}","chap":3,"verse":9,"book":"bible.mark"},{"body":"{\"verse\":10,\"body\":\"For he healed many, so that they pressed upon him for to touch him, as many as had evils.\"}","chap":3,"verse":10,"book":"bible.mark"},{"body":"{\"verse\":11,\"body\":\"And the unclean spirits, when they saw him, fell down before him: and they cried, saying:\"}","chap":3,"verse":11,"book":"bible.mark"},{"body":"{\"verse\":12,\"body\":\"Thou art the Son of God. And he strictly charged them that they should not make him known.\"}","chap":3,"verse":12,"book":"bible.mark"},{"body":"{\"verse\":13,\"body\":\"And going up into a mountain, he called unto him whom he would himself: and they came to him.\"}","chap":3,"verse":13,"book":"bible.mark"},{"body":"{\"verse\":14,\"body\":\"And he made that twelve should be with him, and that he might send them to preach.\"}","chap":3,"verse":14,"book":"bible.mark"},{"body":"{\"verse\":15,\"body\":\"And he gave them power to heal sicknesses, and to cast out devils.\"}","chap":3,"verse":15,"book":"bible.mark"},{"body":"{\"verse\":16,\"body\":\"And to Simon he gave the name Peter:\"}","chap":3,"verse":16,"book":"bible.mark"},{"body":"{\"verse\":17,\"body\":\"And James the son of Zebedee, and John the brother of James; and he named them Boanerges, which is, The sons of thunder.\"}","chap":3,"verse":17,"book":"bible.mark"},{"body":"{\"verse\":18,\"body\":\"And Andrew and Philip, and Bartholomew and Matthew, and Thomas and James of Alpheus, and Thaddeus and Simon the Cananean:\"}","chap":3,"verse":18,"book":"bible.mark"},{"body":"{\"verse\":19,\"body\":\"And Judas Iscariot, who also betrayed him.\"}","chap":3,"verse":19,"book":"bible.mark"},{"body":"{\"verse\":20,\"body\":\"And they come to a house, and the multitude cometh together again, so that they could not so much as eat bread.\"}","chap":3,"verse":20,"book":"bible.mark"},{"body":"{\"verse\":21,\"body\":\"And when his friends had heard of it, they went out to lay hold on him. For they said: He is become mad.\"}","chap":3,"verse":21,"book":"bible.mark"},{"body":"{\"verse\":22,\"body\":\"And the scribes who were come down from Jerusalem, said: He hath Beelzebub, and by the prince of devils he casteth out devils.\"}","chap":3,"verse":22,"book":"bible.mark"},{"body":"{\"verse\":23,\"body\":\"And after he had called them together, he said to them in parables: How can Satan cast out Satan?\"}","chap":3,"verse":23,"book":"bible.mark"},{"body":"{\"verse\":24,\"body\":\"And if a kingdom be divided against itself, that kingdom cannot stand.\"}","chap":3,"verse":24,"book":"bible.mark"},{"body":"{\"verse\":25,\"body\":\"And if a house be divided against itself, that house cannot stand.\"}","chap":3,"verse":25,"book":"bible.mark"},{"body":"{\"verse\":26,\"body\":\"And if Satan be risen up against himself, he is divided, and cannot stand, but hath an end.\"}","chap":3,"verse":26,"book":"bible.mark"},{"body":"{\"verse\":27,\"body\":\"No man can enter into the house of a strong man and rob him of his goods, unless he first bind the strong man, and then shall he plunder his house.\"}","chap":3,"verse":27,"book":"bible.mark"},{"body":"{\"verse\":28,\"body\":\"Amen I say to you that all sins shall be forgiven unto the sons of men, and the blasphemies wherewith they shall blaspheme:\"}","chap":3,"verse":28,"book":"bible.mark"},{"body":"{\"verse\":29,\"body\":\"But he that shall blaspheme against the Holy Ghost, shall never have forgiveness, but shall be guilty of an everlasting sin.\"}","chap":3,"verse":29,"book":"bible.mark"},{"body":"{\"verse\":30,\"body\":\"Because they said: He hath an unclean spirit.\"}","chap":3,"verse":30,"book":"bible.mark"},{"body":"{\"verse\":31,\"body\":\"And his mother and his brethren came; and standing without, sent unto him, calling him.\"}","chap":3,"verse":31,"book":"bible.mark"},{"body":"{\"verse\":32,\"body\":\"And the multitude sat about him; and they say to him: Behold thy mother and thy brethren without seek for thee.\"}","chap":3,"verse":32,"book":"bible.mark"},{"body":"{\"verse\":33,\"body\":\"And answering them, he said: Who is my mother and my brethren?\"}","chap":3,"verse":33,"book":"bible.mark"},{"body":"{\"verse\":34,\"body\":\"And looking round about on them who sat about him, he saith: Behold my mother and my brethren.\"}","chap":3,"verse":34,"book":"bible.mark"},{"body":"{\"verse\":35,\"body\":\"For whosoever shall do the will of God, he is my brother, and my sister, and mother.\"}","chap":3,"verse":35,"book":"bible.mark"},{"body":"{\"verse\":1,\"body\":\"And again he began to teach by the sea side; and a great multitude was gathered together unto him, so that he went up into a ship and sat in the sea: and all the multitude was upon the land by the sea side.\"}","chap":4,"verse":1,"book":"bible.mark"},{"body":"{\"verse\":2,\"body\":\"And he taught them many things in parables, and said unto them in his doctrine:\"}","chap":4,"verse":2,"book":"bible.mark"},{"body":"{\"verse\":3,\"body\":\"Hear ye: Behold, the sower went out to sow.\"}","chap":4,"verse":3,"book":"bible.mark"},{"body":"{\"verse\":4,\"body\":\"And whilst he sowed, some fell by the way side, and the birds of the air came and ate it up.\"}","chap":4,"verse":4,"book":"bible.mark"},{"body":"{\"verse\":5,\"body\":\"And other some fell upon stony ground, where it had not much earth; and it shot up immediately, because it had no depth of earth.\"}","chap":4,"verse":5,"book":"bible.mark"},{"body":"{\"verse\":6,\"body\":\"And when the sun was risen, it was scorched; and because it had no root, it withered away.\"}","chap":4,"verse":6,"book":"bible.mark"},{"body":"{\"verse\":7,\"body\":\"And some fell among thorns; and the thorns grew up, and choked it, and it yielded no fruit.\"}","chap":4,"verse":7,"book":"bible.mark"},{"body":"{\"verse\":8,\"body\":\"And some fell upon good ground; and brought forth fruit that grew up, and increased and yielded, one thirty, another sixty, and another a hundred.\"}","chap":4,"verse":8,"book":"bible.mark"},{"body":"{\"verse\":9,\"body\":\"And he said: He that hath ears to hear, let him hear.\"}","chap":4,"verse":9,"book":"bible.mark"},{"body":"{\"verse\":10,\"body\":\"And when he was alone, the twelve that were with him asked him the parable.\"}","chap":4,"verse":10,"book":"bible.mark"},{"body":"{\"verse\":11,\"body\":\"And he said to them: To you it is given to know the mystery of the kingdom of God: but to them that are without, all things are done in parables:\"}","chap":4,"verse":11,"book":"bible.mark"},{"body":"{\"verse\":12,\"body\":\"That seeing they may see, and not perceive; and hearing they may hear, and not understand; lest at any time they should be converted, and their sins should be forgiven them.\"}","chap":4,"verse":12,"book":"bible.mark"},{"body":"{\"verse\":13,\"body\":\"And he saith to them: Are you ignorant of this, parable? and how shall you know all parables?\"}","chap":4,"verse":13,"book":"bible.mark"},{"body":"{\"verse\":14,\"body\":\"He that soweth, soweth the word.\"}","chap":4,"verse":14,"book":"bible.mark"},{"body":"{\"verse\":15,\"body\":\"And these are they by the way side, where the word is sown, and as soon as they have heard, immediately Satan cometh and taketh away the word that was sown in their hearts.\"}","chap":4,"verse":15,"book":"bible.mark"},{"body":"{\"verse\":16,\"body\":\"And these likewise are they that are sown on the stony ground: who when they have heard the word, immediately receive it with joy.\"}","chap":4,"verse":16,"book":"bible.mark"},{"body":"{\"verse\":17,\"body\":\"And they have no root in themselves, but are only for a time: and then when tribulation and persecution ariseth for the word they are presently scandalized.\"}","chap":4,"verse":17,"book":"bible.mark"},{"body":"{\"verse\":18,\"body\":\"And others there are who are sown among thorns: these are they that hear the word,\"}","chap":4,"verse":18,"book":"bible.mark"},{"body":"{\"verse\":19,\"body\":\"And the cares of the world, and the deceitfulness of riches, and the lusts after other things entering in choke the word, and it is made fruitless.\"}","chap":4,"verse":19,"book":"bible.mark"},{"body":"{\"verse\":20,\"body\":\"And these are they who are sown upon the good ground, who hear the word, and receive it, and yield fruit, the one thirty, another sixty, and another a hundred.\"}","chap":4,"verse":20,"book":"bible.mark"},{"body":"{\"verse\":21,\"body\":\"And he said to them: Doth a candle come in to be put under a bushel, or under a bed? and not to be set on a candlestick?\"}","chap":4,"verse":21,"book":"bible.mark"},{"body":"{\"verse\":22,\"body\":\"For there is nothing hid, which shall not be made manifest: neither was it made secret, but that it may come abroad.\"}","chap":4,"verse":22,"book":"bible.mark"},{"body":"{\"verse\":23,\"body\":\"If any man have ears to hear, let him hear.\"}","chap":4,"verse":23,"book":"bible.mark"},{"body":"{\"verse\":24,\"body\":\"And he said to them: Take heed what you hear. In what measure you shall mete, it shall be measured to you again, and more shall be given to you.\"}","chap":4,"verse":24,"book":"bible.mark"},{"body":"{\"verse\":25,\"body\":\"For he that hath, to him shall be given: and he that hath not, that also which he hath shall be taken away from him.\"}","chap":4,"verse":25,"book":"bible.mark"},{"body":"{\"verse\":26,\"body\":\"And he said: So is the kingdom of God, as if a man should cast seed into the earth,\"}","chap":4,"verse":26,"book":"bible.mark"},{"body":"{\"verse\":27,\"body\":\"And should sleep, and rise, night and day, and the seed should spring, and grow up whilst he knoweth not.\"}","chap":4,"verse":27,"book":"bible.mark"},{"body":"{\"verse\":28,\"body\":\"For the earth of itself bringeth forth fruit, first the blade, then the ear, afterwards the full corn in the ear.\"}","chap":4,"verse":28,"book":"bible.mark"},{"body":"{\"verse\":29,\"body\":\"And when the fruit is brought forth, immediately he putteth in the sickle, because the harvest is come.\"}","chap":4,"verse":29,"book":"bible.mark"},{"body":"{\"verse\":30,\"body\":\"And he said: To what shall we liken the kingdom of God? or to what parable shall we compare it?\"}","chap":4,"verse":30,"book":"bible.mark"},{"body":"{\"verse\":31,\"body\":\"It is as a grain of mustard seed: which when it is sown in the earth, is less than all the seeds that are in the earth:\"}","chap":4,"verse":31,"book":"bible.mark"},{"body":"{\"verse\":32,\"body\":\"And when it is sown, it groweth up, and becometh greater than all herbs, and shooteth out great branches, so that the birds of the air may dwell under the shadow thereof.\"}","chap":4,"verse":32,"book":"bible.mark"},{"body":"{\"verse\":33,\"body\":\"And with many such parables, he spoke to them the word, according as they were able to hear.\"}","chap":4,"verse":33,"book":"bible.mark"},{"body":"{\"verse\":34,\"body\":\"And without parable he did not speak unto them; but apart, he explained all things to his disciples.\"}","chap":4,"verse":34,"book":"bible.mark"},{"body":"{\"verse\":35,\"body\":\"And he saith to them that day, when evening was come: Let us pass over to the other side.\"}","chap":4,"verse":35,"book":"bible.mark"},{"body":"{\"verse\":36,\"body\":\"And sending away the multitude, they take him even as he was in the ship: and there were other ships with him.\"}","chap":4,"verse":36,"book":"bible.mark"},{"body":"{\"verse\":37,\"body\":\"And there arose a great storm of wind, and the waves beat into the ship, so that the ship was filled.\"}","chap":4,"verse":37,"book":"bible.mark"},{"body":"{\"verse\":38,\"body\":\"And he was in the hinder part of the ship, sleeping upon a pillow; and they awake him, and say to him: Master, doth, it not concern thee that we perish?\"}","chap":4,"verse":38,"book":"bible.mark"},{"body":"{\"verse\":39,\"body\":\"And rising up, he rebuked the wind, and said to the sea: Peace, be still. And the wind ceased: and there was made a great calm.\"}","chap":4,"verse":39,"book":"bible.mark"},{"body":"{\"verse\":40,\"body\":\"And he said to them: Why are you fearful? have you not faith yet? And they feared exceedingly: and they said one to another: Who is this (thinkest thou) that both wind and sea obey him?\"}","chap":4,"verse":40,"book":"bible.mark"},{"body":"{\"verse\":1,\"body\":\"And they came over the strait of the sea, into the country of the Gerasens.\"}","chap":5,"verse":1,"book":"bible.mark"},{"body":"{\"verse\":2,\"body\":\"And as he went out of the ship, immediately there met him out of the monuments a man with an unclean spirit,\"}","chap":5,"verse":2,"book":"bible.mark"},{"body":"{\"verse\":3,\"body\":\"Who had his dwelling in the tombs, and no man now could bind him, not even with chains.\"}","chap":5,"verse":3,"book":"bible.mark"},{"body":"{\"verse\":4,\"body\":\"For having been often bound with fetters and chains, he had burst the chains, and broken the fetters in pieces, and no one could tame him.\"}","chap":5,"verse":4,"book":"bible.mark"},{"body":"{\"verse\":5,\"body\":\"And he was always day and night in the monuments and in the mountains, crying and cutting himself with stones.\"}","chap":5,"verse":5,"book":"bible.mark"},{"body":"{\"verse\":6,\"body\":\"And seeing Jesus afar off, he ran and adored him.\"}","chap":5,"verse":6,"book":"bible.mark"},{"body":"{\"verse\":7,\"body\":\"And crying with a loud voice, he said: What have I to do with thee, Jesus the Son of the most high God? I adjure thee by God that thou torment me not.\"}","chap":5,"verse":7,"book":"bible.mark"},{"body":"{\"verse\":8,\"body\":\"For he said unto him: Go out of the man, thou unclean spirit.\"}","chap":5,"verse":8,"book":"bible.mark"},{"body":"{\"verse\":9,\"body\":\"And he asked him: What is thy name? And he saith to him: My name is Legion, for we are many.\"}","chap":5,"verse":9,"book":"bible.mark"},{"body":"{\"verse\":10,\"body\":\"And he besought him much, that he would not drive him away out of the country.\"}","chap":5,"verse":10,"book":"bible.mark"},{"body":"{\"verse\":11,\"body\":\"And there was there near the mountain a great herd of swine, feeding.\"}","chap":5,"verse":11,"book":"bible.mark"},{"body":"{\"verse\":12,\"body\":\"And the spirits besought him, saying: Send us into the swine, that we may enter into them.\"}","chap":5,"verse":12,"book":"bible.mark"},{"body":"{\"verse\":13,\"body\":\"And Jesus immediately gave them leave. And the unclean spirits going out, entered into the swine: and the herd with great violence was carried headlong into the sea, being about two thousand, were stifled in the sea.\"}","chap":5,"verse":13,"book":"bible.mark"},{"body":"{\"verse\":14,\"body\":\"And they that fed them fled, and told it in the city and in the fields. And they went out to see what was done:\"}","chap":5,"verse":14,"book":"bible.mark"},{"body":"{\"verse\":15,\"body\":\"And they came to Jesus, and they see him that was troubled with the devil, sitting, clothed, and well in his wits, and they were afraid.\"}","chap":5,"verse":15,"book":"bible.mark"},{"body":"{\"verse\":16,\"body\":\"And they that had seen it, told them, in what manner he had been dealt with who had the devil; and concerning the swine.\"}","chap":5,"verse":16,"book":"bible.mark"},{"body":"{\"verse\":17,\"body\":\"And they began to pray him that he would depart from their coasts.\"}","chap":5,"verse":17,"book":"bible.mark"},{"body":"{\"verse\":18,\"body\":\"And when he went up into the ship, he that had been troubled with the devil, began to beseech him that he might be with him.\"}","chap":5,"verse":18,"book":"bible.mark"},{"body":"{\"verse\":19,\"body\":\"And he admitted him not, but saith him: Go into thy house to thy friends, and tell them how great things the Lord hath done for thee, and hath had mercy thee.\"}","chap":5,"verse":19,"book":"bible.mark"},{"body":"{\"verse\":20,\"body\":\"And he went his way, and began to publish in Decapolis how great things Jesus had done for him: and all men wondered.\"}","chap":5,"verse":20,"book":"bible.mark"},{"body":"{\"verse\":21,\"body\":\"And when Jesus had passed again in the ship over the strait, a great multitude assembled together unto him, and he was nigh unto the sea.\"}","chap":5,"verse":21,"book":"bible.mark"},{"body":"{\"verse\":22,\"body\":\"And there cometh one of the rulers of the synagogue named Jairus: and seeing him, falleth down at his feet.\"}","chap":5,"verse":22,"book":"bible.mark"},{"body":"{\"verse\":23,\"body\":\"And he besought him much, saying: My daughter is at the point of death, come, lay thy hand upon her, that she may be safe, and may live.\"}","chap":5,"verse":23,"book":"bible.mark"},{"body":"{\"verse\":24,\"body\":\"And he went with him, and a great multitude followed him, and they thronged him.\"}","chap":5,"verse":24,"book":"bible.mark"},{"body":"{\"verse\":25,\"body\":\"And a woman who was under an issue of blood twelve years,\"}","chap":5,"verse":25,"book":"bible.mark"},{"body":"{\"verse\":26,\"body\":\"And had suffered many things from many physicians; and had spent all that she had, and was nothing the better, but rather worse,\"}","chap":5,"verse":26,"book":"bible.mark"},{"body":"{\"verse\":27,\"body\":\"When she had heard of Jesus, came in the crowd behind him, and touched his garment.\"}","chap":5,"verse":27,"book":"bible.mark"},{"body":"{\"verse\":28,\"body\":\"For she said: If I shall touch but his garment, I shall be whole.\"}","chap":5,"verse":28,"book":"bible.mark"},{"body":"{\"verse\":29,\"body\":\"And forthwith the fountain of her blood was dried up, and she felt in her body that she was healed of the evil.\"}","chap":5,"verse":29,"book":"bible.mark"},{"body":"{\"verse\":30,\"body\":\"And immediately Jesus knowing in himself the virtue that had proceeded from him, turning to the multitude, said: Who hath touched my garments?\"}","chap":5,"verse":30,"book":"bible.mark"},{"body":"{\"verse\":31,\"body\":\"And his disciples said to him: Thou seest the multitude thronging thee, and sayest thou who hath touched me?\"}","chap":5,"verse":31,"book":"bible.mark"},{"body":"{\"verse\":32,\"body\":\"And he looked about to see her who had done this.\"}","chap":5,"verse":32,"book":"bible.mark"},{"body":"{\"verse\":33,\"body\":\"But the woman fearing and trembling, knowing what was done in her, came and fell down before him, and told him all the truth.\"}","chap":5,"verse":33,"book":"bible.mark"},{"body":"{\"verse\":34,\"body\":\"And he said to her: Daughter, thy faith hath made thee whole: go in peace, and be thou whole of thy disease.\"}","chap":5,"verse":34,"book":"bible.mark"},{"body":"{\"verse\":35,\"body\":\"While he was yet speaking, some come from the ruler of the synagogue's house, saying: Thy daughter is dead: why dost thou trouble the master any further?\"}","chap":5,"verse":35,"book":"bible.mark"},{"body":"{\"verse\":36,\"body\":\"But Jesus having heard the word that was spoken, saith to the ruler of the synagogue: Fear not, only believe.\"}","chap":5,"verse":36,"book":"bible.mark"},{"body":"{\"verse\":37,\"body\":\"And he admitted not any man to follow him, but Peter, and James, and John the brother of James.\"}","chap":5,"verse":37,"book":"bible.mark"},{"body":"{\"verse\":38,\"body\":\"And they cone to the house of the ruler of the synagogue; and he seeth a tumult, and people weeping and wailing much.\"}","chap":5,"verse":38,"book":"bible.mark"},{"body":"{\"verse\":39,\"body\":\"And going in, he saith to them Why make you this ado, and weep? the damsel is not dead, but sleepeth.\"}","chap":5,"verse":39,"book":"bible.mark"},{"body":"{\"verse\":40,\"body\":\"And they laughed him to scorn. But he having put them all out, taketh the father and the mother of the damsel, and them that were with him, and entereth in where the damsel was lying.\"}","chap":5,"verse":40,"book":"bible.mark"},{"body":"{\"verse\":41,\"body\":\"And taking the damsel by the hand, he saith to her: Talitha cumi, which is, being interpreted: Damsel (I say to thee) arise.\"}","chap":5,"verse":41,"book":"bible.mark"},{"body":"{\"verse\":42,\"body\":\"And immediately the damsel rose up, and walked: and she was twelve years old: and they were astonished with a great astonishment.\"}","chap":5,"verse":42,"book":"bible.mark"},{"body":"{\"verse\":43,\"body\":\"And he charged them strictly that no man should know it: and commanded that something should be given her to eat.\"}","chap":5,"verse":43,"book":"bible.mark"},{"body":"{\"verse\":1,\"body\":\"And going out from thence, he went into his own country; and his disciples followed him.\"}","chap":6,"verse":1,"book":"bible.mark"},{"body":"{\"verse\":2,\"body\":\"And when the Sabbath was come, he began to teach in the synagogue: and many hearing him were in admiration at his doctrine, saying: How came this man by all these things? and what wisdom is this that is given to him, and such mighty works as are wrought by his hands?\"}","chap":6,"verse":2,"book":"bible.mark"},{"body":"{\"verse\":3,\"body\":\"Is not this the carpenter, the son of Mary, the brother of James, and Joseph, and Jude, and Simon? are not also his sisters here with us? And they were scandalized in regard of him.\"}","chap":6,"verse":3,"book":"bible.mark"},{"body":"{\"verse\":4,\"body\":\"And Jesus said to them: A prophet is not without honour, but in his own country, and in his own house, and among his own kindred.\"}","chap":6,"verse":4,"book":"bible.mark"},{"body":"{\"verse\":5,\"body\":\"And he could not do any miracles there, only that he cured a few that were sick, laying his hands upon them.\"}","chap":6,"verse":5,"book":"bible.mark"},{"body":"{\"verse\":6,\"body\":\"And he wondered because of their unbelief, and he went through the villages round about teaching.\"}","chap":6,"verse":6,"book":"bible.mark"},{"body":"{\"verse\":7,\"body\":\"And he called the twelve; and began to send them two and two, and gave them power over unclean spirits.\"}","chap":6,"verse":7,"book":"bible.mark"},{"body":"{\"verse\":8,\"body\":\"And he commanded them that they should take nothing for the way, but a staff only; no scrip, no bread, nor money in their purse,\"}","chap":6,"verse":8,"book":"bible.mark"},{"body":"{\"verse\":9,\"body\":\"But to be shod with sandals, and that they should not put on two coats.\"}","chap":6,"verse":9,"book":"bible.mark"},{"body":"{\"verse\":10,\"body\":\"And he said to them: Wheresoever you shall enter into an house, there abide till you depart from that place.\"}","chap":6,"verse":10,"book":"bible.mark"},{"body":"{\"verse\":11,\"body\":\"And whosoever shall not receive you, nor hear you; going forth from thence, shake off the dust from your feet for a testimony to them.\"}","chap":6,"verse":11,"book":"bible.mark"},{"body":"{\"verse\":12,\"body\":\"And going forth they preached men should do penance:\"}","chap":6,"verse":12,"book":"bible.mark"},{"body":"{\"verse\":13,\"body\":\"And they cast out many devils, and anointed with oil many that were sick, and healed them.\"}","chap":6,"verse":13,"book":"bible.mark"},{"body":"{\"verse\":14,\"body\":\"And king Herod heard, (for his name was made manifest,) and he said: John the Baptist is risen again from dead, and therefore mighty works shew forth themselves in him.\"}","chap":6,"verse":14,"book":"bible.mark"},{"body":"{\"verse\":15,\"body\":\"And others said: It is Elias. But others said: It is a prophet, as one of the prophets.\"}","chap":6,"verse":15,"book":"bible.mark"},{"body":"{\"verse\":16,\"body\":\"Which Herod hearing, said: John whom I beheaded, he is risen again from the dead.\"}","chap":6,"verse":16,"book":"bible.mark"},{"body":"{\"verse\":17,\"body\":\"For Herod himself had sent and apprehended John, and bound him prison for the sake of Herodias the wife of Philip his brother, because he had married her.\"}","chap":6,"verse":17,"book":"bible.mark"},{"body":"{\"verse\":18,\"body\":\"For John said to Herod: It is not lawful for thee to have thy brother's wife.\"}","chap":6,"verse":18,"book":"bible.mark"},{"body":"{\"verse\":19,\"body\":\"Now Herodias laid snares for him: and was desirous to put him to death and could not.\"}","chap":6,"verse":19,"book":"bible.mark"},{"body":"{\"verse\":20,\"body\":\"For Herod feared John, knowing him to be a just and holy man: and kept him, and when he heard him, did many things: and he heard him willingly.\"}","chap":6,"verse":20,"book":"bible.mark"},{"body":"{\"verse\":21,\"body\":\"And when a convenient day was come, Herod made a supper for his birthday, for the princes, and tribunes, and chief men of Galilee.\"}","chap":6,"verse":21,"book":"bible.mark"},{"body":"{\"verse\":22,\"body\":\"And when the daughter of the same Herodias had come in, and had danced, and pleased Herod, and them that were at table with him, the king said to the damsel: Ask of me what thou wilt, and I will give it thee.\"}","chap":6,"verse":22,"book":"bible.mark"},{"body":"{\"verse\":23,\"body\":\"And he swore to her: Whatsoever thou shalt ask I will give thee, though it be the half of my kingdom.\"}","chap":6,"verse":23,"book":"bible.mark"},{"body":"{\"verse\":24,\"body\":\"Who when she was gone out, said to her mother, What shall I ask? But her mother said: The head of John the Baptist.\"}","chap":6,"verse":24,"book":"bible.mark"},{"body":"{\"verse\":25,\"body\":\"And when she was come in immediately with haste to the king, she asked, saying: I will that forthwith thou give me in a dish, the head of John the Baptist.\"}","chap":6,"verse":25,"book":"bible.mark"},{"body":"{\"verse\":26,\"body\":\"And the king was struck sad. Yet because of his oath, and because of them that were with him at table, he would not displease her:\"}","chap":6,"verse":26,"book":"bible.mark"},{"body":"{\"verse\":27,\"body\":\"But sending an executioner, he commanded that his head should be brought in a dish.\"}","chap":6,"verse":27,"book":"bible.mark"},{"body":"{\"verse\":28,\"body\":\"And he beheaded him in the prison, and brought his head in a dish: and gave to the damsel, and the damsel gave it her mother.\"}","chap":6,"verse":28,"book":"bible.mark"},{"body":"{\"verse\":29,\"body\":\"Which his disciples hearing came, and took his body, and laid it in a tomb.\"}","chap":6,"verse":29,"book":"bible.mark"},{"body":"{\"verse\":30,\"body\":\"And the apostles coming together unto Jesus, related to him all things that they had done and taught.\"}","chap":6,"verse":30,"book":"bible.mark"},{"body":"{\"verse\":31,\"body\":\"And he said to them: Come apart into a desert place, and rest a little. For there were many coming and going: and they had not so much as time to eat.\"}","chap":6,"verse":31,"book":"bible.mark"},{"body":"{\"verse\":32,\"body\":\"And going up into a ship, they went into a desert place apart.\"}","chap":6,"verse":32,"book":"bible.mark"},{"body":"{\"verse\":33,\"body\":\"And they saw them going away, and many knew: and they ran flocking thither foot from all the cities, and were there before them.\"}","chap":6,"verse":33,"book":"bible.mark"},{"body":"{\"verse\":34,\"body\":\"And Jesus going out saw a great multitude: and he had compassion on them, because they were as sheep not having a shepherd, and he began to teach them many things.\"}","chap":6,"verse":34,"book":"bible.mark"},{"body":"{\"verse\":35,\"body\":\"And when the day was now far spent, his disciples came to him, saying: This is a desert place, and the hour is now past:\"}","chap":6,"verse":35,"book":"bible.mark"},{"body":"{\"verse\":36,\"body\":\"Send them away, that going into the next villages and towns, they may buy themselves meat to eat.\"}","chap":6,"verse":36,"book":"bible.mark"},{"body":"{\"verse\":37,\"body\":\"And he answering said to them: Give you them to eat. And they said to him: Let us go and buy bread for two hundred pence, and we will give them to eat.\"}","chap":6,"verse":37,"book":"bible.mark"},{"body":"{\"verse\":38,\"body\":\"And he saith to them: How many loaves have you? go and see. And when they knew, they say: Five, and two fishes.\"}","chap":6,"verse":38,"book":"bible.mark"},{"body":"{\"verse\":39,\"body\":\"And he commanded them that they should make them all sit down by companies upon the green grass.\"}","chap":6,"verse":39,"book":"bible.mark"},{"body":"{\"verse\":40,\"body\":\"And they sat down in ranks, by hundreds and by fifties.\"}","chap":6,"verse":40,"book":"bible.mark"},{"body":"{\"verse\":41,\"body\":\"And when he had taken the five loaves, and the two fishes: looking up to heaven, he blessed, and broke the loaves, and gave to his disciples to set before them: and the two fishes he divided among them all.\"}","chap":6,"verse":41,"book":"bible.mark"},{"body":"{\"verse\":42,\"body\":\"And they all did eat, and had their fill.\"}","chap":6,"verse":42,"book":"bible.mark"},{"body":"{\"verse\":43,\"body\":\"And they took up the leavings, twelve full baskets of fragments, and of the fishes.\"}","chap":6,"verse":43,"book":"bible.mark"},{"body":"{\"verse\":44,\"body\":\"And they that did eat, were five thousand men.\"}","chap":6,"verse":44,"book":"bible.mark"},{"body":"{\"verse\":45,\"body\":\"And immediately he obliged his disciples to go up into the ship, that they might go before him over the water to Bethsaida, whilst he dismissed the people.\"}","chap":6,"verse":45,"book":"bible.mark"},{"body":"{\"verse\":46,\"body\":\"And when he had dismissed them, he went up to the mountain to pray,\"}","chap":6,"verse":46,"book":"bible.mark"},{"body":"{\"verse\":47,\"body\":\"And when it was late, the ship was in the midst of the sea, and himself alone on the land.\"}","chap":6,"verse":47,"book":"bible.mark"},{"body":"{\"verse\":48,\"body\":\"And seeing them labouring in rowing, (for the wind was against them,) and about the fourth watch of the night, he cometh to them walking upon the sea, and he would have passed by them.\"}","chap":6,"verse":48,"book":"bible.mark"},{"body":"{\"verse\":49,\"body\":\"But they seeing him walking upon the sea, thought it was an apparition, and they cried out.\"}","chap":6,"verse":49,"book":"bible.mark"},{"body":"{\"verse\":50,\"body\":\"For they all saw him, and were troubled. And immediately he spoke with them, and said to them: Have a good heart, it is I, fear ye not.\"}","chap":6,"verse":50,"book":"bible.mark"},{"body":"{\"verse\":51,\"body\":\"And he went up to them into the ship, and the wind ceased: and they were far more astonished within themselves:\"}","chap":6,"verse":51,"book":"bible.mark"},{"body":"{\"verse\":52,\"body\":\"For they understood not concerning the loaves; for their heart was blinded.\"}","chap":6,"verse":52,"book":"bible.mark"},{"body":"{\"verse\":53,\"body\":\"And when they had passed over, they came into the land of Genezareth, and set to the shore.\"}","chap":6,"verse":53,"book":"bible.mark"},{"body":"{\"verse\":54,\"body\":\"And when they were gone out of the ship, immediately they knew him:\"}","chap":6,"verse":54,"book":"bible.mark"},{"body":"{\"verse\":55,\"body\":\"And running through that whole country, they began to carry about in beds those that were sick, where they heard he was.\"}","chap":6,"verse":55,"book":"bible.mark"},{"body":"{\"verse\":56,\"body\":\"And whithersoever he entered, into towns or into villages or cities, they laid the sick in the streets, and besought him that they might touch but the hem of his garment: and as many as touched him were made whole.\"}","chap":6,"verse":56,"book":"bible.mark"},{"body":"{\"verse\":1,\"body\":\"And there assembled together unto him the Pharisees and some of the scribes, coming from Jerusalem.\"}","chap":7,"verse":1,"book":"bible.mark"},{"body":"{\"verse\":2,\"body\":\"And when they had seen some of his disciples eat bread with common, that is, with unwashed hands, they found fault.\"}","chap":7,"verse":2,"book":"bible.mark"},{"body":"{\"verse\":3,\"body\":\"For the Pharisees and all the Jews eat not without often washing their hands, holding the tradition of the ancients.\"}","chap":7,"verse":3,"book":"bible.mark"},{"body":"{\"verse\":4,\"body\":\"And when they come from the market, unless they be washed, they eat not: and many other things there are that have been delivered to them to observe, the washings of cups and of pots and of brazen vessels and of beds.\"}","chap":7,"verse":4,"book":"bible.mark"},{"body":"{\"verse\":5,\"body\":\"And the Pharisees and scribes asked him: Why do not thy disciples walk according to the tradition of the ancients, but they eat bread with common hands?\"}","chap":7,"verse":5,"book":"bible.mark"},{"body":"{\"verse\":6,\"body\":\"But he answering, said to them: Well did Isaias prophesy of you hypocrites, as it is written: This people honoureth me with their lips, but their heart is far from me.\"}","chap":7,"verse":6,"book":"bible.mark"},{"body":"{\"verse\":7,\"body\":\"And in vain do they worship me, teaching doctrines and precepts of men.\"}","chap":7,"verse":7,"book":"bible.mark"},{"body":"{\"verse\":8,\"body\":\"For leaving the commandment of God, you hold the tradition of men, the washing of pots and of cups: and many other things you do like to these.\"}","chap":7,"verse":8,"book":"bible.mark"},{"body":"{\"verse\":9,\"body\":\"And he said to them: Well do you make void the commandment of God, that you may keep your own tradition.\"}","chap":7,"verse":9,"book":"bible.mark"},{"body":"{\"verse\":10,\"body\":\"For Moses said: Honour thy father and thy mother. And He that shall curse father or mother, dying let him die.\"}","chap":7,"verse":10,"book":"bible.mark"},{"body":"{\"verse\":11,\"body\":\"But you say: If a man shall say to his father or mother, Corban (which is a gift) whatsoever is from me shall profit thee.\"}","chap":7,"verse":11,"book":"bible.mark"},{"body":"{\"verse\":12,\"body\":\"And further you suffer him not to do any thing for his father or mother,\"}","chap":7,"verse":12,"book":"bible.mark"},{"body":"{\"verse\":13,\"body\":\"Making void the word of God by your own tradition, which you have given forth. And many other such like things you do.\"}","chap":7,"verse":13,"book":"bible.mark"},{"body":"{\"verse\":14,\"body\":\"And calling again the multitude unto him, he said to them: Hear ye me all and understand.\"}","chap":7,"verse":14,"book":"bible.mark"},{"body":"{\"verse\":15,\"body\":\"There is nothing from without a man that entering into him can defile him. But the things which come from a man, those are they that defile a man.\"}","chap":7,"verse":15,"book":"bible.mark"},{"body":"{\"verse\":16,\"body\":\"If any man have ears to hear, let him hear.\"}","chap":7,"verse":16,"book":"bible.mark"},{"body":"{\"verse\":17,\"body\":\"And when he was come into the house from the multitude, his disciples asked him the parable.\"}","chap":7,"verse":17,"book":"bible.mark"},{"body":"{\"verse\":18,\"body\":\"And he saith to them: So are you also without knowledge? Understand you not that every thing from without entering into a man cannot defile him:\"}","chap":7,"verse":18,"book":"bible.mark"},{"body":"{\"verse\":19,\"body\":\"Because it entereth not into his heart but goeth into his belly and goeth out into the privy, purging all meats?\"}","chap":7,"verse":19,"book":"bible.mark"},{"body":"{\"verse\":20,\"body\":\"But he said that the things which come out from a man, they defile a man.\"}","chap":7,"verse":20,"book":"bible.mark"},{"body":"{\"verse\":21,\"body\":\"For from within, out of the heart of men, proceed evil thoughts, adulteries, fornications, murders,\"}","chap":7,"verse":21,"book":"bible.mark"},{"body":"{\"verse\":22,\"body\":\"Thefts, covetousness, wickedness, deceit, lasciviousness, an evil eye, blasphemy, pride, foolishness.\"}","chap":7,"verse":22,"book":"bible.mark"},{"body":"{\"verse\":23,\"body\":\"All these evil things come from within and defile a man.\"}","chap":7,"verse":23,"book":"bible.mark"},{"body":"{\"verse\":24,\"body\":\"And rising from thence he went into the coasts of Tyre and Sidon: and entering into a house, he would that no man should know it. And he could not be hid.\"}","chap":7,"verse":24,"book":"bible.mark"},{"body":"{\"verse\":25,\"body\":\"For a woman as soon as she heard of him, whose daughter had an unclean spirit, came in and fell down at his feet.\"}","chap":7,"verse":25,"book":"bible.mark"},{"body":"{\"verse\":26,\"body\":\"For the woman was a Gentile, a Syrophenician born. And she besought him that he would cast forth the devil out of her daughter.\"}","chap":7,"verse":26,"book":"bible.mark"},{"body":"{\"verse\":27,\"body\":\"Who said to her: suffer first the children to be filled: for it is not good to take the bread of the children and cast it to the dogs.\"}","chap":7,"verse":27,"book":"bible.mark"},{"body":"{\"verse\":28,\"body\":\"But she answered and said to him: Yea, Lord; for the whelps also eat under the table of the crumbs of the children.\"}","chap":7,"verse":28,"book":"bible.mark"},{"body":"{\"verse\":29,\"body\":\"And he said to her: For this saying, go thy way. The devil is gone out of thy daughter.\"}","chap":7,"verse":29,"book":"bible.mark"},{"body":"{\"verse\":30,\"body\":\"And when she was come into her house, she found the girl lying upon the bed and that the devil was gone out.\"}","chap":7,"verse":30,"book":"bible.mark"},{"body":"{\"verse\":31,\"body\":\"And again going out of the coasts of Tyre, he came by Sidon to the sea of Galilee, through the midst the of the coasts of Decapolis.\"}","chap":7,"verse":31,"book":"bible.mark"},{"body":"{\"verse\":32,\"body\":\"And they bring to him one deaf and dumb: and they besought him that he would lay his hand upon him.\"}","chap":7,"verse":32,"book":"bible.mark"},{"body":"{\"verse\":33,\"body\":\"And taking him from the multitude apart, he put his fingers into his ears: and spitting, he touched his tongue.\"}","chap":7,"verse":33,"book":"bible.mark"},{"body":"{\"verse\":34,\"body\":\"And looking up to heaven, he groaned and said to him: Ephpheta, which is, Be thou opened.\"}","chap":7,"verse":34,"book":"bible.mark"},{"body":"{\"verse\":35,\"body\":\"And immediately his ears were opened and the string of his tongue was loosed and he spoke right.\"}","chap":7,"verse":35,"book":"bible.mark"},{"body":"{\"verse\":36,\"body\":\"And he charged them that they should tell no man. But the more he charged them, so much the more a great deal did they publish it.\"}","chap":7,"verse":36,"book":"bible.mark"},{"body":"{\"verse\":37,\"body\":\"And so much the more did they wonder, saying: He hath done all things well. He hath made both the deaf to hear and the dumb to speak.\"}","chap":7,"verse":37,"book":"bible.mark"},{"body":"{\"verse\":1,\"body\":\"In those days again, when there was great multitude and they had nothing to eat; calling his disciples together, he saith to them:\"}","chap":8,"verse":1,"book":"bible.mark"},{"body":"{\"verse\":2,\"body\":\"I have compassion on the multitude, for behold they have now been with me three days and have nothing to eat.\"}","chap":8,"verse":2,"book":"bible.mark"},{"body":"{\"verse\":3,\"body\":\"And if I shall send them away fasting to their home, they will faint in the way: for some of them came from afar off.\"}","chap":8,"verse":3,"book":"bible.mark"},{"body":"{\"verse\":4,\"body\":\"And his disciples answered him: From whence can any one fill them here with bread in the wilderness?\"}","chap":8,"verse":4,"book":"bible.mark"},{"body":"{\"verse\":5,\"body\":\"And he asked them: How many loaves have ye? Who said: Seven.\"}","chap":8,"verse":5,"book":"bible.mark"},{"body":"{\"verse\":6,\"body\":\"And he commanded the people to sit down on the ground. And taking the seven loaves, giving thanks, he broke and gave to his disciples for to set before them. And they set them before the people.\"}","chap":8,"verse":6,"book":"bible.mark"},{"body":"{\"verse\":7,\"body\":\"And they had a few little fishes: and he blessed them and commanded them to be set before them.\"}","chap":8,"verse":7,"book":"bible.mark"},{"body":"{\"verse\":8,\"body\":\"And they did eat and were filled: and they took up that which was left of the fragments, seven baskets.\"}","chap":8,"verse":8,"book":"bible.mark"},{"body":"{\"verse\":9,\"body\":\"And they that had eaten were about four thousand. And he sent them away.\"}","chap":8,"verse":9,"book":"bible.mark"},{"body":"{\"verse\":10,\"body\":\"And immediately going up into a ship with his disciples, he came into the parts of Dalmanutha.\"}","chap":8,"verse":10,"book":"bible.mark"},{"body":"{\"verse\":11,\"body\":\"And the Pharisees came forth and began to question with him, asking him a sign from heaven, tempting him.\"}","chap":8,"verse":11,"book":"bible.mark"},{"body":"{\"verse\":12,\"body\":\"And sighing deeply in spirit, he saith: Why doth this generation seek a sign? Amen, I say to you, a sign shall not be given to this generation.\"}","chap":8,"verse":12,"book":"bible.mark"},{"body":"{\"verse\":13,\"body\":\"And leaving them, he went up again into the ship and passed to the other side of the water.\"}","chap":8,"verse":13,"book":"bible.mark"},{"body":"{\"verse\":14,\"body\":\"And they forgot to take bread: and they had but one loaf with them in the ship.\"}","chap":8,"verse":14,"book":"bible.mark"},{"body":"{\"verse\":15,\"body\":\"And he charged them saying: Take heed and beware of the leaven of the Pharisees and of the leaven of Herod.\"}","chap":8,"verse":15,"book":"bible.mark"},{"body":"{\"verse\":16,\"body\":\"And they reasoned among themselves, saying: Because we have no bread.\"}","chap":8,"verse":16,"book":"bible.mark"},{"body":"{\"verse\":17,\"body\":\"Which Jesus knowing, saith to them: Why do you reason, because you have no bread? Do you not yet know nor understand? Have you still your heart blinded?\"}","chap":8,"verse":17,"book":"bible.mark"},{"body":"{\"verse\":18,\"body\":\"Having eyes, see you not? And having ears, hear you not? Neither do you remember?\"}","chap":8,"verse":18,"book":"bible.mark"},{"body":"{\"verse\":19,\"body\":\"When I broke the five loves among five thousand, how many baskets full of fragments took you up? They say to him: Twelve.\"}","chap":8,"verse":19,"book":"bible.mark"},{"body":"{\"verse\":20,\"body\":\"When also the seven loaves among four thousand, how many baskets of fragments took you up? And they say to him: Seven.\"}","chap":8,"verse":20,"book":"bible.mark"},{"body":"{\"verse\":21,\"body\":\"And he said to them: How do you not yet understand?\"}","chap":8,"verse":21,"book":"bible.mark"},{"body":"{\"verse\":22,\"body\":\"And they came to Bethsaida: and they bring to him a blind man. And they besought him that he would touch him.\"}","chap":8,"verse":22,"book":"bible.mark"},{"body":"{\"verse\":23,\"body\":\"And taking the blind man by the hand, he led him out of the town. And spitting upon his eyes, laying his hands on him, he asked him if he saw any thing.\"}","chap":8,"verse":23,"book":"bible.mark"},{"body":"{\"verse\":24,\"body\":\"And looking up, he said: I see men, as it were trees, walking.\"}","chap":8,"verse":24,"book":"bible.mark"},{"body":"{\"verse\":25,\"body\":\"After that again he laid his hands upon his eyes: and he began to see and was restored, so that he saw all things clearly.\"}","chap":8,"verse":25,"book":"bible.mark"},{"body":"{\"verse\":26,\"body\":\"And he sent him into his house, saying: Go into thy house, and if thou enter into the town, tell nobody.\"}","chap":8,"verse":26,"book":"bible.mark"},{"body":"{\"verse\":27,\"body\":\"And Jesus went out, and his disciples into the towns of Caesarea Philippi. And in the way, he asked his disciples, saying to them: Whom do men say that I am?\"}","chap":8,"verse":27,"book":"bible.mark"},{"body":"{\"verse\":28,\"body\":\"Who answered him, saying: John the Baptist; but some Elias, and others as one of the prophets.\"}","chap":8,"verse":28,"book":"bible.mark"},{"body":"{\"verse\":29,\"body\":\"Then he saith to them: But whom do you say that I am? Peter answering said to him: Thou art the Christ.\"}","chap":8,"verse":29,"book":"bible.mark"},{"body":"{\"verse\":30,\"body\":\"And he strictly charged them that they should not tell any man of him.\"}","chap":8,"verse":30,"book":"bible.mark"},{"body":"{\"verse\":31,\"body\":\"And he began to teach them that the Son of man must suffer many things and be rejected by the ancients and by the high priests and the scribes: and be killed and after three days rise again.\"}","chap":8,"verse":31,"book":"bible.mark"},{"body":"{\"verse\":32,\"body\":\"And he spoke the word openly. And Peter taking him began to rebuke him.\"}","chap":8,"verse":32,"book":"bible.mark"},{"body":"{\"verse\":33,\"body\":\"Who turning about and seeing his disciples, threatened Peter, saying: Go behind me, Satan, because thou savourest not the things that are of God but that are of men.\"}","chap":8,"verse":33,"book":"bible.mark"},{"body":"{\"verse\":34,\"body\":\"And calling the multitude together with his disciples, he said to them: If any man will follow me, let him deny himself and take up his cross and follow me.\"}","chap":8,"verse":34,"book":"bible.mark"},{"body":"{\"verse\":35,\"body\":\"For whosoever will save his life shall lose it: and whosoever shall lose his life for my sake and the gospel shall save it.\"}","chap":8,"verse":35,"book":"bible.mark"},{"body":"{\"verse\":36,\"body\":\"For what shall it profit a man, if he gain the whole world and suffer the loss of his soul?\"}","chap":8,"verse":36,"book":"bible.mark"},{"body":"{\"verse\":37,\"body\":\"Or what shall a man give in exchange for his soul:\"}","chap":8,"verse":37,"book":"bible.mark"},{"body":"{\"verse\":38,\"body\":\"For he that shall be ashamed of me and of my words, in this adulterous and sinful generation: the Son of man also will be ashamed of him, when he shall come in the glory of his Father with the holy angels.\"}","chap":8,"verse":38,"book":"bible.mark"},{"body":"{\"verse\":39,\"body\":\"And he said to them: Amen f say to you that there are some of them that stand here who shall not taste death till they see the kingdom of God coming in power.\"}","chap":8,"verse":39,"book":"bible.mark"},{"body":"{\"verse\":1,\"body\":\"And after six days, Jesus taketh with him Peter and James and John, and leadeth them up into an high mountain apart by themselves, and was transfigured before them.\"}","chap":9,"verse":1,"book":"bible.mark"},{"body":"{\"verse\":2,\"body\":\"And his garments became shining and exceeding white as snow, so as no fuller upon earth can make white.\"}","chap":9,"verse":2,"book":"bible.mark"},{"body":"{\"verse\":3,\"body\":\"And there appeared to them Elias with Moses: and they were talking with Jesus.\"}","chap":9,"verse":3,"book":"bible.mark"},{"body":"{\"verse\":4,\"body\":\"And Peter answering, said to Jesus: Rabbi, it is good for us to be here. And let us make three tabernacles, one for thee, and one for Moses, and one for Elias.\"}","chap":9,"verse":4,"book":"bible.mark"},{"body":"{\"verse\":5,\"body\":\"For he knew not what he said: for they were struck with fear.\"}","chap":9,"verse":5,"book":"bible.mark"},{"body":"{\"verse\":6,\"body\":\"And there was a cloud overshadowing them. And a voice came out of the cloud, saying: This is my most beloved Son. Hear ye him.\"}","chap":9,"verse":6,"book":"bible.mark"},{"body":"{\"verse\":7,\"body\":\"And immediately looking about, they saw no man any more, but Jesus only with them.\"}","chap":9,"verse":7,"book":"bible.mark"},{"body":"{\"verse\":8,\"body\":\"And as they came down from the mountain, he charged them not to tell any man what things they had seen, till the Son of man shall be risen again from the dead.\"}","chap":9,"verse":8,"book":"bible.mark"},{"body":"{\"verse\":9,\"body\":\"And they kept the word to themselves; questioning together what that should mean, when he shall be risen from the dead.\"}","chap":9,"verse":9,"book":"bible.mark"},{"body":"{\"verse\":10,\"body\":\"And they asked him, saying: Why then do the Pharisees and scribes say that Elias must come first?\"}","chap":9,"verse":10,"book":"bible.mark"},{"body":"{\"verse\":11,\"body\":\"Who answering, said to then: Elias, when he shall come first, shall restore all things; and as it is written of the Son of man that he must suffer many things and be despised.\"}","chap":9,"verse":11,"book":"bible.mark"},{"body":"{\"verse\":12,\"body\":\"But I say to you that Elias also is come (and they have done to him whatsoever they would), as it is written of him.\"}","chap":9,"verse":12,"book":"bible.mark"},{"body":"{\"verse\":13,\"body\":\"And coming to his disciples he saw a great multitude about them and the scribes disputing with them.\"}","chap":9,"verse":13,"book":"bible.mark"},{"body":"{\"verse\":14,\"body\":\"And presently all the people, seeing Jesus, were astonished and struck with fear: and running to him, they saluted him.\"}","chap":9,"verse":14,"book":"bible.mark"},{"body":"{\"verse\":15,\"body\":\"And he asked them: What do you question about among you?\"}","chap":9,"verse":15,"book":"bible.mark"},{"body":"{\"verse\":16,\"body\":\"And one of the multitude, answering, said: Master, I have brought my son to thee, having a dumb spirit.\"}","chap":9,"verse":16,"book":"bible.mark"},{"body":"{\"verse\":17,\"body\":\"Who, wheresoever he taketh him, dasheth him: and he foameth and gnasheth with the teeth and pineth away. And I spoke to thy disciples to cast him out: and they could not.\"}","chap":9,"verse":17,"book":"bible.mark"},{"body":"{\"verse\":18,\"body\":\"Who answering them, said: O incredulous generation, how long shall I be with you? How long shall I suffer you? Bring him unto me.\"}","chap":9,"verse":18,"book":"bible.mark"},{"body":"{\"verse\":19,\"body\":\"And they brought him. And when he had seen him, immediately the spirit troubled him and being thrown down upon the ground, he rolled about foaming.\"}","chap":9,"verse":19,"book":"bible.mark"},{"body":"{\"verse\":20,\"body\":\"And he asked his father: How long time is it since this hath happened unto him? But he sad: From his infancy.\"}","chap":9,"verse":20,"book":"bible.mark"},{"body":"{\"verse\":21,\"body\":\"And oftentimes hath he cast him into the fire and into the waters to destroy him. But if thou canst do any thing, help us, having compassion on us.\"}","chap":9,"verse":21,"book":"bible.mark"},{"body":"{\"verse\":22,\"body\":\"And Jesus saith to him: If thou canst believe, all things are possible to him that believeth.\"}","chap":9,"verse":22,"book":"bible.mark"},{"body":"{\"verse\":23,\"body\":\"And immediately the father of the boy crying out, with tears said: I do believe, Lord. Help my unbelief.\"}","chap":9,"verse":23,"book":"bible.mark"},{"body":"{\"verse\":24,\"body\":\"And when Jesus saw the multitude running together, he threatened the unclean spirit, saying to him: Deaf and dumb spirit, I command thee, go out of him and enter not any more into him.\"}","chap":9,"verse":24,"book":"bible.mark"},{"body":"{\"verse\":25,\"body\":\"And crying out and greatly tearing him, he went our of him. And he became as dead, so that many said: He is dead.\"}","chap":9,"verse":25,"book":"bible.mark"},{"body":"{\"verse\":26,\"body\":\"But Jesus taking him by the hand, lifted him up. And he arose.\"}","chap":9,"verse":26,"book":"bible.mark"},{"body":"{\"verse\":27,\"body\":\"And when he was come into the house, his disciples secretly asked him: Why could not we cast him out?\"}","chap":9,"verse":27,"book":"bible.mark"},{"body":"{\"verse\":28,\"body\":\"And he said to them: This kind can go out by nothing, but by prayer and fasting.\"}","chap":9,"verse":28,"book":"bible.mark"},{"body":"{\"verse\":29,\"body\":\"And departing from thence, they passed through Galilee: and he would not that any man should know it.\"}","chap":9,"verse":29,"book":"bible.mark"},{"body":"{\"verse\":30,\"body\":\"And he taught his disciples and said to them: The Son of man shall be betrayed into the hands of men, and they shall kill him; and after that he is killed, he shall rise again the third day.\"}","chap":9,"verse":30,"book":"bible.mark"},{"body":"{\"verse\":31,\"body\":\"But they understood not the word: and they were afraid to ask him.\"}","chap":9,"verse":31,"book":"bible.mark"},{"body":"{\"verse\":32,\"body\":\"And they came to Capharnaum. And when they were in the house, he asked them: What did you treat of in the way?\"}","chap":9,"verse":32,"book":"bible.mark"},{"body":"{\"verse\":33,\"body\":\"But they held their peace, for in the way they had disputed among themselves, which of them should be the greatest.\"}","chap":9,"verse":33,"book":"bible.mark"},{"body":"{\"verse\":34,\"body\":\"And sitting down, he called the twelve and saith to them: If any man desire to be first, he shall be the last of all and be minister of all.\"}","chap":9,"verse":34,"book":"bible.mark"},{"body":"{\"verse\":35,\"body\":\"And taking a child, he set him in the midst of them. Whom when he had embraced, he saith to them:\"}","chap":9,"verse":35,"book":"bible.mark"},{"body":"{\"verse\":36,\"body\":\"Whosoever shall receive one such child as this in my name receiveth me. And whosoever shall receive me receiveth not me but him that sent me.\"}","chap":9,"verse":36,"book":"bible.mark"},{"body":"{\"verse\":37,\"body\":\"John answered him, saying: Master, we saw one casting out devils in thy name, who followeth not us: and we forbade him.\"}","chap":9,"verse":37,"book":"bible.mark"},{"body":"{\"verse\":38,\"body\":\"But Jesus said: Do not forbid him. For there is no man that doth a miracle in my name and can soon speak ill of me.\"}","chap":9,"verse":38,"book":"bible.mark"},{"body":"{\"verse\":39,\"body\":\"For he that is not against you is for you.\"}","chap":9,"verse":39,"book":"bible.mark"},{"body":"{\"verse\":40,\"body\":\"For whosoever shall give you to drink a cup of water in my name, because you belong to Christ: amen I say to you, he shall not lose his reward.\"}","chap":9,"verse":40,"book":"bible.mark"},{"body":"{\"verse\":41,\"body\":\"And whosoever shall scandalize one of these little ones that believe in me: it were better for him that a millstone were hanged about his neck and he were cast into the sea.\"}","chap":9,"verse":41,"book":"bible.mark"},{"body":"{\"verse\":42,\"body\":\"And if thy hand scandalize thee, cut it off: it is better for thee to enter into life, maimed, than having two hands to go into hell, into unquenchable fire:\"}","chap":9,"verse":42,"book":"bible.mark"},{"body":"{\"verse\":43,\"body\":\"Where their worm dieth not, and the fire is not extinguished.\"}","chap":9,"verse":43,"book":"bible.mark"},{"body":"{\"verse\":44,\"body\":\"And if thy foot scandalize thee, cut it off: it is better for thee to enter lame into life everlasting than having two feet to be cast into the hell of unquenchable fire:\"}","chap":9,"verse":44,"book":"bible.mark"},{"body":"{\"verse\":45,\"body\":\"Where their worm dieth not, and the fire is not extinguished.\"}","chap":9,"verse":45,"book":"bible.mark"},{"body":"{\"verse\":46,\"body\":\"And if thy eye scandalize thee, pluck it out: it is better for thee with one eye to enter into the kingdom of God than having two eyes to be cast into the hell of fire:\"}","chap":9,"verse":46,"book":"bible.mark"},{"body":"{\"verse\":47,\"body\":\"Where their worm dieth not, and the fire is not extinguished.\"}","chap":9,"verse":47,"book":"bible.mark"},{"body":"{\"verse\":48,\"body\":\"For every one shall be salted with fire: and every victim shall be salted with salt.\"}","chap":9,"verse":48,"book":"bible.mark"},{"body":"{\"verse\":49,\"body\":\"Salt is good. But if the salt become unsavoury, wherewith will you season it? Have salt in you: and have peace among you.\"}","chap":9,"verse":49,"book":"bible.mark"},{"body":"{\"verse\":1,\"body\":\"And rising up from thence, he cometh into the coast of Judea beyond the Jordan: and the multitude flocked to him again. And as he was accustomed, he taught them again.\"}","chap":10,"verse":1,"book":"bible.mark"},{"body":"{\"verse\":2,\"body\":\"And the Pharisees coming to him asked him, tempting him: Is it lawful for a man to put away his wife?\"}","chap":10,"verse":2,"book":"bible.mark"},{"body":"{\"verse\":3,\"body\":\"But he answering, saith to them: What did Moses command you?\"}","chap":10,"verse":3,"book":"bible.mark"},{"body":"{\"verse\":4,\"body\":\"Who said: Moses permitted to write a bill of divorce and to put her away.\"}","chap":10,"verse":4,"book":"bible.mark"},{"body":"{\"verse\":5,\"body\":\"To whom Jesus answering, said: Because of the hardness of your heart, he wrote you that precept.\"}","chap":10,"verse":5,"book":"bible.mark"},{"body":"{\"verse\":6,\"body\":\"But from the beginning of the creation, God made them male and female.\"}","chap":10,"verse":6,"book":"bible.mark"},{"body":"{\"verse\":7,\"body\":\"For this cause, a man shall leave his father and mother and shall cleave to his wife.\"}","chap":10,"verse":7,"book":"bible.mark"},{"body":"{\"verse\":8,\"body\":\"And they two shall be in one flesh. Therefore now they are not two, but one flesh.\"}","chap":10,"verse":8,"book":"bible.mark"},{"body":"{\"verse\":9,\"body\":\"What therefore God hath joined together, let no man put asunder.\"}","chap":10,"verse":9,"book":"bible.mark"},{"body":"{\"verse\":10,\"body\":\"And in the house again his disciples asked him concerning the same thing.\"}","chap":10,"verse":10,"book":"bible.mark"},{"body":"{\"verse\":11,\"body\":\"And he saith to them: Whosoever shall put away his wife and marry another committeth adultery against her.\"}","chap":10,"verse":11,"book":"bible.mark"},{"body":"{\"verse\":12,\"body\":\"And if the wife shall put away her husband and be married to another, she committeth adultery.\"}","chap":10,"verse":12,"book":"bible.mark"},{"body":"{\"verse\":13,\"body\":\"And they brought to him young children, that he might touch them. And the disciples rebuked them that brought them.\"}","chap":10,"verse":13,"book":"bible.mark"},{"body":"{\"verse\":14,\"body\":\"Whom when Jesus saw, he was much displeased and saith to them: Suffer the little children to come unto me and forbid them not: for of such is the kingdom of God.\"}","chap":10,"verse":14,"book":"bible.mark"},{"body":"{\"verse\":15,\"body\":\"Amen I say to you, whosoever shall not receive the kingdom of God as a little child shall not enter into it.\"}","chap":10,"verse":15,"book":"bible.mark"},{"body":"{\"verse\":16,\"body\":\"And embracing them and laying his hands upon them, he blessed them.\"}","chap":10,"verse":16,"book":"bible.mark"},{"body":"{\"verse\":17,\"body\":\"And when he was gone forth into the way, a certain man, running up and kneeling before him, asked him: Good Master, what shall I do that I may receive life everlasting?\"}","chap":10,"verse":17,"book":"bible.mark"},{"body":"{\"verse\":18,\"body\":\"And Jesus said to him: Why callest thou me good? None is good but one, that is God.\"}","chap":10,"verse":18,"book":"bible.mark"},{"body":"{\"verse\":19,\"body\":\"Thou knowest the commandments: Do not commit adultery, do not kill, do not steal, bear not false witness, do no fraud, honour thy father and mother.\"}","chap":10,"verse":19,"book":"bible.mark"},{"body":"{\"verse\":20,\"body\":\"But he answering, said to him: Master, all these things I have observed from my youth.\"}","chap":10,"verse":20,"book":"bible.mark"},{"body":"{\"verse\":21,\"body\":\"And Jesus, looking on him, loved him and said to him: One thing is wanting unto thee. Go, sell whatsoever thou hast and give to the poor: and thou shalt have treasure in heaven. And come, follow me.\"}","chap":10,"verse":21,"book":"bible.mark"},{"body":"{\"verse\":22,\"body\":\"Who being struck sad at that saying, went away sorrowful: for he had great possessions.\"}","chap":10,"verse":22,"book":"bible.mark"},{"body":"{\"verse\":23,\"body\":\"And Jesus looking round about, saith to his disciples: How hardly shall they that have riches enter into the kingdom of God!\"}","chap":10,"verse":23,"book":"bible.mark"},{"body":"{\"verse\":24,\"body\":\"And the disciples were astonished at his words. But Jesus again answering, saith to them: Children, how hard is it for them that trust in riches to enter into the kingdom of God?\"}","chap":10,"verse":24,"book":"bible.mark"},{"body":"{\"verse\":25,\"body\":\"It is easier for a camel to pass through the eye of a needle than for a rich man to enter into the kingdom of God.\"}","chap":10,"verse":25,"book":"bible.mark"},{"body":"{\"verse\":26,\"body\":\"Who wondered the more, saying among themselves: Who then can be saved?\"}","chap":10,"verse":26,"book":"bible.mark"},{"body":"{\"verse\":27,\"body\":\"And Jesus looking on them, saith with men it is impossible; but not with God. For all things are possible with God.\"}","chap":10,"verse":27,"book":"bible.mark"},{"body":"{\"verse\":28,\"body\":\"And Peter began to say unto him: Behold, we have left all things and have followed thee.\"}","chap":10,"verse":28,"book":"bible.mark"},{"body":"{\"verse\":29,\"body\":\"Jesus answering said: Amen I say to you, there is no man who hath left house or brethren or sisters or father or mother or children or lands, for my sake and for the gospel,\"}","chap":10,"verse":29,"book":"bible.mark"},{"body":"{\"verse\":30,\"body\":\"Who shall not receive an hundred times as much, now in this time: houses and brethren and sisters and mothers and children and lands, with persecutions: and in the world to come life everlasting.\"}","chap":10,"verse":30,"book":"bible.mark"},{"body":"{\"verse\":31,\"body\":\"But many that are first shall be last: and the last, first.\"}","chap":10,"verse":31,"book":"bible.mark"},{"body":"{\"verse\":32,\"body\":\"And they were in the way going up to Jerusalem: and Jesus went before them. And they were astonished and following were afraid. And taking again the twelve, he began to tell them the things that should befall him.\"}","chap":10,"verse":32,"book":"bible.mark"},{"body":"{\"verse\":33,\"body\":\"Saying: Behold we go up to Jerusalem, and the Son of man shall be betrayed to the chief priests and to the scribes and ancients. And they shall condemn him to death and shall deliver him to the Gentiles.\"}","chap":10,"verse":33,"book":"bible.mark"},{"body":"{\"verse\":34,\"body\":\"And they shall mock him and spit on him and scourge him and kill him: and the third day he shall rise again.\"}","chap":10,"verse":34,"book":"bible.mark"},{"body":"{\"verse\":35,\"body\":\"And James and John, the sons of Zebedee, come to him, saying: Master, we desire that whatsoever we shall ask, thou wouldst do it for us.\"}","chap":10,"verse":35,"book":"bible.mark"},{"body":"{\"verse\":36,\"body\":\"But he said to them: What would you that I should do for you?\"}","chap":10,"verse":36,"book":"bible.mark"},{"body":"{\"verse\":37,\"body\":\"And they said: Grant to us that we may sit, one on thy right hand and the other on thy left hand, in thy glory.\"}","chap":10,"verse":37,"book":"bible.mark"},{"body":"{\"verse\":38,\"body\":\"And Jesus said to them: You know not what you ask. Can you drink of the chalice that I drink of or be baptized with the baptism wherewith I am baptized?\"}","chap":10,"verse":38,"book":"bible.mark"},{"body":"{\"verse\":39,\"body\":\"But they said to him: We can. And Jesus saith to them: You shall indeed drink of the chalice that I drink of; and with the baptism wherewith I am baptized you shall be baptized.\"}","chap":10,"verse":39,"book":"bible.mark"},{"body":"{\"verse\":40,\"body\":\"But to sit on my right hand or on my left is not mine to give to you, but to them for whom it is prepared.\"}","chap":10,"verse":40,"book":"bible.mark"},{"body":"{\"verse\":41,\"body\":\"And the ten, hearing it, began to be much displeased at James and John.\"}","chap":10,"verse":41,"book":"bible.mark"},{"body":"{\"verse\":42,\"body\":\"But Jesus calling them, saith to them: You know that they who seem to rule over the Gentiles lord it over them: and their princes have power over them.\"}","chap":10,"verse":42,"book":"bible.mark"},{"body":"{\"verse\":43,\"body\":\"But it is not so among you: but whosoever will be greater shall be your minister.\"}","chap":10,"verse":43,"book":"bible.mark"},{"body":"{\"verse\":44,\"body\":\"And whosoever will be first among you shall be the servant of all.\"}","chap":10,"verse":44,"book":"bible.mark"},{"body":"{\"verse\":45,\"body\":\"For the Son of man also is not come to be ministered unto: but to minister and to give his life a redemption for many.\"}","chap":10,"verse":45,"book":"bible.mark"},{"body":"{\"verse\":46,\"body\":\"And they came to Jericho. And as he went out of Jericho with his disciples and a very great multitude, Bartimeus the blind man, the son of Timeus, sat by the way side begging.\"}","chap":10,"verse":46,"book":"bible.mark"},{"body":"{\"verse\":47,\"body\":\"Who when he had heard that it was Jesus of Nazareth, began to cry out and to say: Jesus, Son of David, have mercy on me.\"}","chap":10,"verse":47,"book":"bible.mark"},{"body":"{\"verse\":48,\"body\":\"And many rebuked him, that he might hold his peace; but he cried a great deal the more: Son of David, have mercy on me.\"}","chap":10,"verse":48,"book":"bible.mark"},{"body":"{\"verse\":49,\"body\":\"And Jesus, standing still, commanded him to be called. And they call the blind man, saying to him: Be of better comfort. Arise, he calleth thee.\"}","chap":10,"verse":49,"book":"bible.mark"},{"body":"{\"verse\":50,\"body\":\"Who casting off his garment leaped up and came to him.\"}","chap":10,"verse":50,"book":"bible.mark"},{"body":"{\"verse\":51,\"body\":\"And Jesus answering, said to him: What wilt thou that I should do to thee? And the blind man said to him: Rabboni. That I may see.\"}","chap":10,"verse":51,"book":"bible.mark"},{"body":"{\"verse\":52,\"body\":\"And Jesus saith to him: Go thy way. Thy faith hath made thee whole. And immediately he saw and followed him in the way.\"}","chap":10,"verse":52,"book":"bible.mark"},{"body":"{\"verse\":1,\"body\":\"And when they were drawing near to Jerusalem and to Bethania, at the mount of Olives, he sendeth two of his disciples,\"}","chap":11,"verse":1,"book":"bible.mark"},{"body":"{\"verse\":2,\"body\":\"And saith to them: Go into the village that is over against you, and immediately at your coming in thither, you shall find a colt tied, upon which no man yet hath sat. Loose him and bring him.\"}","chap":11,"verse":2,"book":"bible.mark"},{"body":"{\"verse\":3,\"body\":\"And if any man shall say to you: What are you doing? Say ye that the Lord hath need of him. And immediately he will let him come hither.\"}","chap":11,"verse":3,"book":"bible.mark"},{"body":"{\"verse\":4,\"body\":\"And going their way, they found the colt tied before the gate without, in the meeting of two ways. And they loose him.\"}","chap":11,"verse":4,"book":"bible.mark"},{"body":"{\"verse\":5,\"body\":\"And some of them that stood there said to them: What do you loosing the colt?\"}","chap":11,"verse":5,"book":"bible.mark"},{"body":"{\"verse\":6,\"body\":\"Who said to them as Jesus had commanded them. And they let him go with them.\"}","chap":11,"verse":6,"book":"bible.mark"},{"body":"{\"verse\":7,\"body\":\"And they brought the colt to Jesus. And they lay their garments on him: and he sat upon him.\"}","chap":11,"verse":7,"book":"bible.mark"},{"body":"{\"verse\":8,\"body\":\"And many spread their garments in the way: and others cut down boughs from the trees and strewed them in the way.\"}","chap":11,"verse":8,"book":"bible.mark"},{"body":"{\"verse\":9,\"body\":\"And they that went before and they that followed cried, saying: Hosanna: Blessed is he that cometh in the name of the Lord.\"}","chap":11,"verse":9,"book":"bible.mark"},{"body":"{\"verse\":10,\"body\":\"Blessed be the kingdom of our father David that cometh: Hosanna in the highest.\"}","chap":11,"verse":10,"book":"bible.mark"},{"body":"{\"verse\":11,\"body\":\"And he entered into Jerusalem, into the temple: and having viewed all things round about, when now the eventide was come, he went out to Bethania with the twelve.\"}","chap":11,"verse":11,"book":"bible.mark"},{"body":"{\"verse\":12,\"body\":\"And the next day when they came out from Bethania, he was hungry.\"}","chap":11,"verse":12,"book":"bible.mark"},{"body":"{\"verse\":13,\"body\":\"And when he had seen afar off a fig tree having leaves, he came, if perhaps he might find any thing on it. And when he was come to it, he found nothing but leaves. For it was not the time for figs.\"}","chap":11,"verse":13,"book":"bible.mark"},{"body":"{\"verse\":14,\"body\":\"And answering he said to it: May no man hereafter eat fruit of thee any more for ever! And his disciples heard it.\"}","chap":11,"verse":14,"book":"bible.mark"},{"body":"{\"verse\":15,\"body\":\"And they came to Jerusalem. And when he was entered into the temple, he began to cast out them that sold and bought in the temple: and over threw the tables of the moneychangers and the chairs of them that sold doves.\"}","chap":11,"verse":15,"book":"bible.mark"},{"body":"{\"verse\":16,\"body\":\"And he suffered not that any man should carry a vessel through the temple.\"}","chap":11,"verse":16,"book":"bible.mark"},{"body":"{\"verse\":17,\"body\":\"And he taught, saying to them: Is it not written: My house shall be called the house of prayer to all nations, but you have made it a den of thieves.\"}","chap":11,"verse":17,"book":"bible.mark"},{"body":"{\"verse\":18,\"body\":\"Which when the chief priests and the scribes had heard, they sought how they might destroy him. For they feared him, because the whole multitude was in admiration at his doctrine.\"}","chap":11,"verse":18,"book":"bible.mark"},{"body":"{\"verse\":19,\"body\":\"And when evening was come, he went forth out of the city.\"}","chap":11,"verse":19,"book":"bible.mark"},{"body":"{\"verse\":20,\"body\":\"And when they passed by in the morning they saw the fig tree dried up from the roots.\"}","chap":11,"verse":20,"book":"bible.mark"},{"body":"{\"verse\":21,\"body\":\"And Peter remembering, said to him: Rabbi, behold the fig tree which thou didst curse is withered away.\"}","chap":11,"verse":21,"book":"bible.mark"},{"body":"{\"verse\":22,\"body\":\"And Jesus answering, saith to them: Have the faith of God.\"}","chap":11,"verse":22,"book":"bible.mark"},{"body":"{\"verse\":23,\"body\":\"Amen I say to you that whosoever shall say to this mountain, Be thou removed and be cast into the sea, and shall not stagger in his heart, but be believe that whatsoever he saith shall be done; it shall be done unto him.\"}","chap":11,"verse":23,"book":"bible.mark"},{"body":"{\"verse\":24,\"body\":\"Therefore I say unto you, all things, whatsoever you ask when ye pray, believe that you shall receive: and they shall come unto you.\"}","chap":11,"verse":24,"book":"bible.mark"},{"body":"{\"verse\":25,\"body\":\"And when you shall stand to pray, forgive, if you have aught against any man: that your Father also, who is in heaven, may forgive you your sins.\"}","chap":11,"verse":25,"book":"bible.mark"},{"body":"{\"verse\":26,\"body\":\"But if you will not forgive, neither will your father that is in heaven forgive you your sins.\"}","chap":11,"verse":26,"book":"bible.mark"},{"body":"{\"verse\":27,\"body\":\"And they come again to Jerusalem. And when he was walking in the temple, there come to him the chief priests and the scribes and the ancients.\"}","chap":11,"verse":27,"book":"bible.mark"},{"body":"{\"verse\":28,\"body\":\"And they say to him: By what authority dost thou these things? And who hath given thee this authority that thou shouldst do these things?\"}","chap":11,"verse":28,"book":"bible.mark"},{"body":"{\"verse\":29,\"body\":\"And Jesus answering, said to them: I will also ask you one word. And answer you me: and I will tell you by what authority I do these things.\"}","chap":11,"verse":29,"book":"bible.mark"},{"body":"{\"verse\":30,\"body\":\"The baptism of John, was it from heaven or from men? Answer me.\"}","chap":11,"verse":30,"book":"bible.mark"},{"body":"{\"verse\":31,\"body\":\"But they thought with themselves, saying: If we say, From heaven; he will say, Why then did you not believe him?\"}","chap":11,"verse":31,"book":"bible.mark"},{"body":"{\"verse\":32,\"body\":\"If we say, From men, we fear the people. For all men counted John that he was a prophet indeed.\"}","chap":11,"verse":32,"book":"bible.mark"},{"body":"{\"verse\":33,\"body\":\"And they answering, say to Jesus: We know not. And Jesus answering, saith to them: Neither do I tell you by what authority I do these things.\"}","chap":11,"verse":33,"book":"bible.mark"},{"body":"{\"verse\":1,\"body\":\"And he began to speak to them in parables: A certain man planted a vineyard and made a hedge about it and dug a place for the winefat and built a tower and let it to husbandmen: and went into a far country.\"}","chap":12,"verse":1,"book":"bible.mark"},{"body":"{\"verse\":2,\"body\":\"And at the season he sent to the husbandmen a servant to receive of the husbandmen of the fruit of the vineyard.\"}","chap":12,"verse":2,"book":"bible.mark"},{"body":"{\"verse\":3,\"body\":\"Who, having laid hands on him, beat and sent him away empty.\"}","chap":12,"verse":3,"book":"bible.mark"},{"body":"{\"verse\":4,\"body\":\"And again he sent to them another servant: and him they wounded in the head and used him reproachfully.\"}","chap":12,"verse":4,"book":"bible.mark"},{"body":"{\"verse\":5,\"body\":\"And again he sent another, and him they killed: and many others, of whom some they beat, and others they killed.\"}","chap":12,"verse":5,"book":"bible.mark"},{"body":"{\"verse\":6,\"body\":\"Therefore, having yet one son, most dear to him, he also sent him unto them last of all, saying: They will reverence my son.\"}","chap":12,"verse":6,"book":"bible.mark"},{"body":"{\"verse\":7,\"body\":\"But the husbandmen said one to another: This is the heir. Come let us kill him and the inheritance shall be ours.\"}","chap":12,"verse":7,"book":"bible.mark"},{"body":"{\"verse\":8,\"body\":\"And laying hold on him, they killed him and cast him out of the vineyard.\"}","chap":12,"verse":8,"book":"bible.mark"},{"body":"{\"verse\":9,\"body\":\"What therefore will the lord of the vineyard do? He will come and destroy those husbandmen and will give the vineyard to others.\"}","chap":12,"verse":9,"book":"bible.mark"},{"body":"{\"verse\":10,\"body\":\"And have you not read this scripture, The stone which the builders rejected, the same is made the head of the corner:\"}","chap":12,"verse":10,"book":"bible.mark"},{"body":"{\"verse\":11,\"body\":\"By the Lord has this been done, and it is wonderful in our eyes.\"}","chap":12,"verse":11,"book":"bible.mark"},{"body":"{\"verse\":12,\"body\":\"And they sought to lay hands on him: but they feared the people. For they knew that he spoke this parable to them. And leaving him, they went their way.\"}","chap":12,"verse":12,"book":"bible.mark"},{"body":"{\"verse\":13,\"body\":\"And they sent to him some of the Pharisees and of the Herodians: that they should catch him in his words.\"}","chap":12,"verse":13,"book":"bible.mark"},{"body":"{\"verse\":14,\"body\":\"Who coming, say to him: Master, we know that thou art a true speaker and carest not for any man; for thou regardest not the person of men, but teachest the way of God in truth. Is it lawful to give tribute to Caesar? Or shall we not give it?\"}","chap":12,"verse":14,"book":"bible.mark"},{"body":"{\"verse\":15,\"body\":\"Who knowing their wiliness, saith to them: Why tempt you me? Bring me a penny that I may see it.\"}","chap":12,"verse":15,"book":"bible.mark"},{"body":"{\"verse\":16,\"body\":\"And they brought it him. And he saith to them: Whose is this image and inscription? They say to him, Caesar's.\"}","chap":12,"verse":16,"book":"bible.mark"},{"body":"{\"verse\":17,\"body\":\"And Jesus answering, said to them: Render therefore to Caesar the things that are Caesar's and to God the things that are God's. And they marvelled at him.\"}","chap":12,"verse":17,"book":"bible.mark"},{"body":"{\"verse\":18,\"body\":\"And there came to him the Sadducees, who say there is no resurrection. And they asked him, saying:\"}","chap":12,"verse":18,"book":"bible.mark"},{"body":"{\"verse\":19,\"body\":\"Master, Moses wrote unto us that if any man's brother die and leave his wife behind him and leave no children, his brother should take his wife and raise up seed to his brother.\"}","chap":12,"verse":19,"book":"bible.mark"},{"body":"{\"verse\":20,\"body\":\"Now there were seven brethren: and the first took a wife and died leaving no issue.\"}","chap":12,"verse":20,"book":"bible.mark"},{"body":"{\"verse\":21,\"body\":\"And the second took her and died: and neither did he leave any issue. And the third in like manner.\"}","chap":12,"verse":21,"book":"bible.mark"},{"body":"{\"verse\":22,\"body\":\"And the seven all took her in like manner and did not leave issue. Last of all the woman also died.\"}","chap":12,"verse":22,"book":"bible.mark"},{"body":"{\"verse\":23,\"body\":\"In the resurrection therefore, when they shall rise again, whose wife shall she be of them? For the seven had her to wife.\"}","chap":12,"verse":23,"book":"bible.mark"},{"body":"{\"verse\":24,\"body\":\"And Jesus answering, saith to them: Do ye not therefore err, because you know not the scriptures nor the power of God?\"}","chap":12,"verse":24,"book":"bible.mark"},{"body":"{\"verse\":25,\"body\":\"For when they shall rise again from the dead, they shall neither marry, nor be married, but are as the angels in heaven.\"}","chap":12,"verse":25,"book":"bible.mark"},{"body":"{\"verse\":26,\"body\":\"And as concerning the dead that they rise again have you not read in the book of Moses, how in the bush God spoke to him, saying: I am the God of Abraham and the God of Isaac and the God of Jacob?\"}","chap":12,"verse":26,"book":"bible.mark"},{"body":"{\"verse\":27,\"body\":\"He is not the God of the dead, but of the living. You therefore do greatly err.\"}","chap":12,"verse":27,"book":"bible.mark"},{"body":"{\"verse\":28,\"body\":\"And there came one of the scribes that had heard them reasoning together, and seeing that he had answered them well, asked him which was the first commandment of all.\"}","chap":12,"verse":28,"book":"bible.mark"},{"body":"{\"verse\":29,\"body\":\"And Jesus answered him: The first commandment of all is, Hear, O Israel: the Lord thy God is one God.\"}","chap":12,"verse":29,"book":"bible.mark"},{"body":"{\"verse\":30,\"body\":\"And thou shalt love the Lord thy God with thy whole heart and with thy whole soul and with thy whole mind and with thy whole strength. This is the first commandment.\"}","chap":12,"verse":30,"book":"bible.mark"},{"body":"{\"verse\":31,\"body\":\"And the second is like to it: Thou shalt love thy neighbour as thyself. There is no other commandment greater than these.\"}","chap":12,"verse":31,"book":"bible.mark"},{"body":"{\"verse\":32,\"body\":\"And the scribe said to him: Well, Master, thou hast said in truth that there is one God and there is no other besides him.\"}","chap":12,"verse":32,"book":"bible.mark"},{"body":"{\"verse\":33,\"body\":\"And that he should be loved with the whole heart and with the whole understanding and with the whole soul and with the whole strength. And to love one's neighbour as one's self is a greater thing than all holocausts and sacrifices.\"}","chap":12,"verse":33,"book":"bible.mark"},{"body":"{\"verse\":34,\"body\":\"And Jesus seeing that he had answered wisely, said to him: Thou art not far from the kingdom of God. And no man after that durst ask him any question.\"}","chap":12,"verse":34,"book":"bible.mark"},{"body":"{\"verse\":35,\"body\":\"And Jesus answering, said, teaching in the temple: How do the scribes say that Christ is the son of David?\"}","chap":12,"verse":35,"book":"bible.mark"},{"body":"{\"verse\":36,\"body\":\"For David himself saith by the Holy Ghost: The Lord said to my Lord: Sit on my right hand, until I make thy enemies thy footstool.\"}","chap":12,"verse":36,"book":"bible.mark"},{"body":"{\"verse\":37,\"body\":\"David therefore himself calleth him Lord. And whence is he then his son? And a great multitude heard him gladly.\"}","chap":12,"verse":37,"book":"bible.mark"},{"body":"{\"verse\":38,\"body\":\"And he said to them in his doctrine: Beware of the scribes, who love to walk in long robes and to be saluted in the marketplace,\"}","chap":12,"verse":38,"book":"bible.mark"},{"body":"{\"verse\":39,\"body\":\"And to sit in the first chairs in the synagogues and to have the highest places at suppers:\"}","chap":12,"verse":39,"book":"bible.mark"},{"body":"{\"verse\":40,\"body\":\"Who devour the houses of widows under the pretence of long prayer. These shall receive greater judgment.\"}","chap":12,"verse":40,"book":"bible.mark"},{"body":"{\"verse\":41,\"body\":\"And Jesus sitting over against the treasury, beheld how the people cast money into the treasury. And many that were rich cast in much.\"}","chap":12,"verse":41,"book":"bible.mark"},{"body":"{\"verse\":42,\"body\":\"And there came a certain poor widow: and she cast in two mites, which make a farthing.\"}","chap":12,"verse":42,"book":"bible.mark"},{"body":"{\"verse\":43,\"body\":\"And calling his disciples together, he saith to them: Amen I say to you, this poor widow hath cast in more than all they who have cast into the treasury.\"}","chap":12,"verse":43,"book":"bible.mark"},{"body":"{\"verse\":44,\"body\":\"For all they did cast in of their abundance; but she of her want cast in all she had, even her whole living.\"}","chap":12,"verse":44,"book":"bible.mark"},{"body":"{\"verse\":1,\"body\":\"And as he was going out of the temple, one of his disciples said to him: Master, behold what manner of stones and what buildings are here.\"}","chap":13,"verse":1,"book":"bible.mark"},{"body":"{\"verse\":2,\"body\":\"And Jesus answering, said to him: Seest thou all these great buildings? There shall not be left a stone upon a stone, that shall not be thrown down.\"}","chap":13,"verse":2,"book":"bible.mark"},{"body":"{\"verse\":3,\"body\":\"And as he sat on the mount of Olivet over against the temple, Peter and James and John and Andrew asked him apart:\"}","chap":13,"verse":3,"book":"bible.mark"},{"body":"{\"verse\":4,\"body\":\"Tell us, when shall these things be and what shall be the sign when all these things shall begin to be fulfilled?\"}","chap":13,"verse":4,"book":"bible.mark"},{"body":"{\"verse\":5,\"body\":\"And Jesus answering, began to say to them: Take heed lest any man deceive you.\"}","chap":13,"verse":5,"book":"bible.mark"},{"body":"{\"verse\":6,\"body\":\"For many shall come in my name saying, I am he: and they shall deceive many.\"}","chap":13,"verse":6,"book":"bible.mark"},{"body":"{\"verse\":7,\"body\":\"And when you shall hear of wars and rumours of wars, fear ye not. For such things must needs be: but the end is not yet.\"}","chap":13,"verse":7,"book":"bible.mark"},{"body":"{\"verse\":8,\"body\":\"For nation shall rise against nation and kingdom against kingdom: and there shall be earthquakes in divers places and famines. These things are the beginning of sorrows.\"}","chap":13,"verse":8,"book":"bible.mark"},{"body":"{\"verse\":9,\"body\":\"But look to yourselves. For they shall deliver you Up to councils: and in the synagogues you shall be beaten: and you shall stand before governors and kings for my sake, for a testimony unto them.\"}","chap":13,"verse":9,"book":"bible.mark"},{"body":"{\"verse\":10,\"body\":\"And unto all nations the gospel must first be preached.\"}","chap":13,"verse":10,"book":"bible.mark"},{"body":"{\"verse\":11,\"body\":\"And when they shall lead you and deliver you up, be not thoughtful beforehand what you shall speak: but whatsoever shall be given you in that hour, that speak ye. For it is not you that speak, but the Holy Ghost.\"}","chap":13,"verse":11,"book":"bible.mark"},{"body":"{\"verse\":12,\"body\":\"And the brother shall betray his brother unto death, and the father his son; and children shall rise up against their parents and shall work their death.\"}","chap":13,"verse":12,"book":"bible.mark"},{"body":"{\"verse\":13,\"body\":\"And you shall be hated by all men for my name's sake. But he that shall endure unto the end, he shall be saved.\"}","chap":13,"verse":13,"book":"bible.mark"},{"body":"{\"verse\":14,\"body\":\"And when you shall see the abomination of desolation, standing where it ought not (he that readeth let him understand): then let them that are in Judea flee unto the mountains.\"}","chap":13,"verse":14,"book":"bible.mark"},{"body":"{\"verse\":15,\"body\":\"And let him that is on the housetop not go down into the house nor enter therein to take any thing out of the house.\"}","chap":13,"verse":15,"book":"bible.mark"},{"body":"{\"verse\":16,\"body\":\"And let him that shall be in the field not turn back to take up his garment.\"}","chap":13,"verse":16,"book":"bible.mark"},{"body":"{\"verse\":17,\"body\":\"And woe to them that are with child and that give suck in those days.\"}","chap":13,"verse":17,"book":"bible.mark"},{"body":"{\"verse\":18,\"body\":\"But pray ye that these things happen not in winter.\"}","chap":13,"verse":18,"book":"bible.mark"},{"body":"{\"verse\":19,\"body\":\"For in those days shall be such tribulations as were not from the beginning of the creation which God created until now: neither shall be.\"}","chap":13,"verse":19,"book":"bible.mark"},{"body":"{\"verse\":20,\"body\":\"And unless the Lord had shortened the days, no flesh should be saved: but, for the sake of the elect which he hath chosen, he hath shortened the days.\"}","chap":13,"verse":20,"book":"bible.mark"},{"body":"{\"verse\":21,\"body\":\"And then if any man shall say to you: Lo, here is Christ. Lo, he is here: do not believe.\"}","chap":13,"verse":21,"book":"bible.mark"},{"body":"{\"verse\":22,\"body\":\"For there will rise up false Christs and false prophets: and they shall shew signs and wonders, to seduce (if it were possible) even the elect.\"}","chap":13,"verse":22,"book":"bible.mark"},{"body":"{\"verse\":23,\"body\":\"Take you heed therefore: behold, I have foretold you all things.\"}","chap":13,"verse":23,"book":"bible.mark"},{"body":"{\"verse\":24,\"body\":\"But in those days, after that tribulation, the sun shall be darkened and the moon shall not give her light.\"}","chap":13,"verse":24,"book":"bible.mark"},{"body":"{\"verse\":25,\"body\":\"And the stars of heaven shall be falling down and the powers that are in heaven shall be moved.\"}","chap":13,"verse":25,"book":"bible.mark"},{"body":"{\"verse\":26,\"body\":\"And then shall they see the Son of man coming in the clouds, with great power and glory.\"}","chap":13,"verse":26,"book":"bible.mark"},{"body":"{\"verse\":27,\"body\":\"And then shall he send his angels and shall gather together his elect from the four winds, from the uttermost part of the earth to the uttermost part of heaven.\"}","chap":13,"verse":27,"book":"bible.mark"},{"body":"{\"verse\":28,\"body\":\"Now of the fig tree learn ye a parable. When the branch thereof is now tender and the leaves are come forth, you know that summer is very near.\"}","chap":13,"verse":28,"book":"bible.mark"},{"body":"{\"verse\":29,\"body\":\"So you also when you shall see these things come to pass, know ye that it is very nigh, even at the doors.\"}","chap":13,"verse":29,"book":"bible.mark"},{"body":"{\"verse\":30,\"body\":\"Amen, I say to you that this generation shall not pass until all these things be done.\"}","chap":13,"verse":30,"book":"bible.mark"},{"body":"{\"verse\":31,\"body\":\"Heaven and earth shall pass away: but my word shall not pass away.\"}","chap":13,"verse":31,"book":"bible.mark"},{"body":"{\"verse\":32,\"body\":\"But of that day or hour no man knoweth, neither the angels in heaven, nor the Son, but the Father.\"}","chap":13,"verse":32,"book":"bible.mark"},{"body":"{\"verse\":33,\"body\":\"Take ye heed, watch and pray. For ye know not when the time is.\"}","chap":13,"verse":33,"book":"bible.mark"},{"body":"{\"verse\":34,\"body\":\"Even as a man who, going into a far country, left his house and gave authority to his servants over every work and commanded the porter to watch.\"}","chap":13,"verse":34,"book":"bible.mark"},{"body":"{\"verse\":35,\"body\":\"Watch ye therefore (for you know not when the lord of the house cometh, at even, or at midnight, or at the cock crowing, or in the morning):\"}","chap":13,"verse":35,"book":"bible.mark"},{"body":"{\"verse\":36,\"body\":\"Lest coming on a sudden, he find you sleeping.\"}","chap":13,"verse":36,"book":"bible.mark"},{"body":"{\"verse\":37,\"body\":\"And what I say to you, I say to all: Watch.\"}","chap":13,"verse":37,"book":"bible.mark"},{"body":"{\"verse\":1,\"body\":\"Now the feast of the pasch and of the Azymes was after two days: and the chief priests and the scribes sought how they might by some wile lay hold on him and kill him.\"}","chap":14,"verse":1,"book":"bible.mark"},{"body":"{\"verse\":2,\"body\":\"But they said: Not on the festival day, lest there should be a tumult among the people.\"}","chap":14,"verse":2,"book":"bible.mark"},{"body":"{\"verse\":3,\"body\":\"And when he was in Bethania, in the house of Simon the leper, and was at meat, there came a woman having an alabaster box of ointment of precious spikenard. And breaking the alabaster box, she poured it out upon his head.\"}","chap":14,"verse":3,"book":"bible.mark"},{"body":"{\"verse\":4,\"body\":\"Now there were some that had indignation within themselves and said: Why was this waste of the ointment made?\"}","chap":14,"verse":4,"book":"bible.mark"},{"body":"{\"verse\":5,\"body\":\"For this ointment might have been sold for more than three hundred pence and given to the poor. And they murmured against her.\"}","chap":14,"verse":5,"book":"bible.mark"},{"body":"{\"verse\":6,\"body\":\"But Jesus said: Let her alone. Why do You molest her? She hath wrought a good work upon me.\"}","chap":14,"verse":6,"book":"bible.mark"},{"body":"{\"verse\":7,\"body\":\"For the poor you have always with you: and whensoever you will, you may do them good: but me you have not always.\"}","chap":14,"verse":7,"book":"bible.mark"},{"body":"{\"verse\":8,\"body\":\"She hath done what she could: she is come beforehand to anoint my body for the burial.\"}","chap":14,"verse":8,"book":"bible.mark"},{"body":"{\"verse\":9,\"body\":\"Amen, I say to you, wheresoever this gospel shall be preached in the whole world, that also which she hath done shall be told for a memorial of her.\"}","chap":14,"verse":9,"book":"bible.mark"},{"body":"{\"verse\":10,\"body\":\"And Judas Iscariot, one of the twelve, went to the chief priests, to betray him to them.\"}","chap":14,"verse":10,"book":"bible.mark"},{"body":"{\"verse\":11,\"body\":\"Who hearing it were glad: and they promised him they would give him money. And he sought how he might conveniently betray him.\"}","chap":14,"verse":11,"book":"bible.mark"},{"body":"{\"verse\":12,\"body\":\"Now on the first day of the unleavened bread, when they sacrificed the pasch, the disciples say to him: Whither wilt thou that we go and prepare for thee to eat the pasch?\"}","chap":14,"verse":12,"book":"bible.mark"},{"body":"{\"verse\":13,\"body\":\"And he sendeth two of his disciples and saith to them: Go ye into the city; and there shall meet you a man carrying a pitcher of water. Follow him.\"}","chap":14,"verse":13,"book":"bible.mark"},{"body":"{\"verse\":14,\"body\":\"And whithersoever he shall go in, say to the master of the house, The master saith, Where is my refectory, where I may eat the pasch with my disciples?\"}","chap":14,"verse":14,"book":"bible.mark"},{"body":"{\"verse\":15,\"body\":\"And he will shew you a large dining room furnished. And there prepare ye for us.\"}","chap":14,"verse":15,"book":"bible.mark"},{"body":"{\"verse\":16,\"body\":\"And his disciples went their way and came into the city. And they found as he had told them: and they prepared the pasch.\"}","chap":14,"verse":16,"book":"bible.mark"},{"body":"{\"verse\":17,\"body\":\"And when evening was come, he cometh with the twelve.\"}","chap":14,"verse":17,"book":"bible.mark"},{"body":"{\"verse\":18,\"body\":\"And when they were at table and eating, Jesus saith: Amen I say to you, one of you that eateth with me shall betray me.\"}","chap":14,"verse":18,"book":"bible.mark"},{"body":"{\"verse\":19,\"body\":\"But they began to be sorrowful and to say to him, one by one: Is it I?\"}","chap":14,"verse":19,"book":"bible.mark"},{"body":"{\"verse\":20,\"body\":\"Who saith to them: One of the twelve, who dippeth with me his hand in the dish.\"}","chap":14,"verse":20,"book":"bible.mark"},{"body":"{\"verse\":21,\"body\":\"And the Son of man indeed goeth, as it is written of him: but woe to that man by whom the Son of man shall be betrayed. It were better for him, if that man had not been born.\"}","chap":14,"verse":21,"book":"bible.mark"},{"body":"{\"verse\":22,\"body\":\"And whilst they were eating, Jesus took bread; and blessing, broke and gave to them and said: Take ye. This is my body.\"}","chap":14,"verse":22,"book":"bible.mark"},{"body":"{\"verse\":23,\"body\":\"And having taken the chalice, giving thanks, he gave it to them. And they all drank of it.\"}","chap":14,"verse":23,"book":"bible.mark"},{"body":"{\"verse\":24,\"body\":\"And he said to them: This is my blood of the new testament, which shall be shed for many.\"}","chap":14,"verse":24,"book":"bible.mark"},{"body":"{\"verse\":25,\"body\":\"Amen I say to you that I will drink no more of the fruit of the vine until that day when I shall drink it new in the kingdom of God.\"}","chap":14,"verse":25,"book":"bible.mark"},{"body":"{\"verse\":26,\"body\":\"And when they had sung an hymn, they went forth to the mount of Olives.\"}","chap":14,"verse":26,"book":"bible.mark"},{"body":"{\"verse\":27,\"body\":\"And Jesus saith to them: You will all be scandalized in my regard this night. For it is written: I will strike the shepherd, and the sheep shall be dispersed.\"}","chap":14,"verse":27,"book":"bible.mark"},{"body":"{\"verse\":28,\"body\":\"But after I shall be risen again, I will go before you into Galilee.\"}","chap":14,"verse":28,"book":"bible.mark"},{"body":"{\"verse\":29,\"body\":\"But Peter saith to him: Although all shall be scandalized in thee, yet not I.\"}","chap":14,"verse":29,"book":"bible.mark"},{"body":"{\"verse\":30,\"body\":\"And Jesus saith to him: Amen I say to thee, to-day, even in this night, before the cock crow twice, thou shalt deny me thrice.\"}","chap":14,"verse":30,"book":"bible.mark"},{"body":"{\"verse\":31,\"body\":\"But he spoke the more vehemently: Although I should die together with thee, I will not deny thee. And in like manner also said they all.\"}","chap":14,"verse":31,"book":"bible.mark"},{"body":"{\"verse\":32,\"body\":\"And they came to a farm called Gethsemani. And he saith to his disciples: Sit you here, while I pray.\"}","chap":14,"verse":32,"book":"bible.mark"},{"body":"{\"verse\":33,\"body\":\"And he taketh Peter and James and John with him: and he began to fear and to be heavy.\"}","chap":14,"verse":33,"book":"bible.mark"},{"body":"{\"verse\":34,\"body\":\"And he saith to them: My soul is sorrowful even unto death. Stay you here and watch.\"}","chap":14,"verse":34,"book":"bible.mark"},{"body":"{\"verse\":35,\"body\":\"And when he was gone forward a little, he fell flat on the ground: and he prayed that, if it might be, the hour might pass from him.\"}","chap":14,"verse":35,"book":"bible.mark"},{"body":"{\"verse\":36,\"body\":\"And he saith: Abba, Father, all things are possible to thee: remove this chalice from me; but not what I will, but what thou wilt.\"}","chap":14,"verse":36,"book":"bible.mark"},{"body":"{\"verse\":37,\"body\":\"And he cometh and findeth them sleeping. And he saith to Peter: Simon, sleepest thou? Couldst thou not watch one hour?\"}","chap":14,"verse":37,"book":"bible.mark"},{"body":"{\"verse\":38,\"body\":\"Watch ye: and pray that you enter not into temptation. The spirit indeed is willing, but the flesh is weak.\"}","chap":14,"verse":38,"book":"bible.mark"},{"body":"{\"verse\":39,\"body\":\"And going away again, he prayed, saying the same words.\"}","chap":14,"verse":39,"book":"bible.mark"},{"body":"{\"verse\":40,\"body\":\"And when he returned, he found them again asleep (for their eyes were heavy): and they knew not what to answer him.\"}","chap":14,"verse":40,"book":"bible.mark"},{"body":"{\"verse\":41,\"body\":\"And he cometh the third time and saith to them: Sleep ye now and take your rest. It is enough. The hour is come: behold the Son of man shall be betrayed into the hands of sinners.\"}","chap":14,"verse":41,"book":"bible.mark"},{"body":"{\"verse\":42,\"body\":\"Rise up: let us go. Behold, he that will betray me is at hand.\"}","chap":14,"verse":42,"book":"bible.mark"},{"body":"{\"verse\":43,\"body\":\"And while he was yet speaking, cometh Judas Iscariot, one of the twelve: and with him a great multitude with swords and staves, from the chief priests and the scribes and the ancients.\"}","chap":14,"verse":43,"book":"bible.mark"},{"body":"{\"verse\":44,\"body\":\"And he that betrayed him had given them a sign, saying: Whomsoever I shall kiss, that is he. Lay hold on him: and lead him away carefully.\"}","chap":14,"verse":44,"book":"bible.mark"},{"body":"{\"verse\":45,\"body\":\"And when he was come, immediately going up to him he saith: Hail, Rabbi! And he kissed him.\"}","chap":14,"verse":45,"book":"bible.mark"},{"body":"{\"verse\":46,\"body\":\"But they laid hands on him and held him.\"}","chap":14,"verse":46,"book":"bible.mark"},{"body":"{\"verse\":47,\"body\":\"And one of them that stood by, drawing a sword, struck a servant of the chief priest and cut off his ear.\"}","chap":14,"verse":47,"book":"bible.mark"},{"body":"{\"verse\":48,\"body\":\"And Jesus answering, said to them: Are you come out as to a robber, with swords and staves to apprehend me?\"}","chap":14,"verse":48,"book":"bible.mark"},{"body":"{\"verse\":49,\"body\":\"I was daily with you in the temple teaching: and you did not lay hands on me. But that the scriptures may be fulfilled.\"}","chap":14,"verse":49,"book":"bible.mark"},{"body":"{\"verse\":50,\"body\":\"Then his disciples, leaving him, all fled away.\"}","chap":14,"verse":50,"book":"bible.mark"},{"body":"{\"verse\":51,\"body\":\"And a certain young man followed him, having a linen cloth cast about his naked body. And they laid hold on him.\"}","chap":14,"verse":51,"book":"bible.mark"},{"body":"{\"verse\":52,\"body\":\"But he, casting off the linen cloth, fled from them naked.\"}","chap":14,"verse":52,"book":"bible.mark"},{"body":"{\"verse\":53,\"body\":\"And they brought Jesus to the high priest. And all the priests and the scribes and the ancients assembled together.\"}","chap":14,"verse":53,"book":"bible.mark"},{"body":"{\"verse\":54,\"body\":\"And Peter followed him afar off, even into the court of the high priest. And he sat with the servants at the fire and warmed himself.\"}","chap":14,"verse":54,"book":"bible.mark"},{"body":"{\"verse\":55,\"body\":\"And the chief priests and all the council sought for evidence against Jesus, that they might put him to death: and found none.\"}","chap":14,"verse":55,"book":"bible.mark"},{"body":"{\"verse\":56,\"body\":\"For many bore false witness against him: and their evidences were not agreeing.\"}","chap":14,"verse":56,"book":"bible.mark"},{"body":"{\"verse\":57,\"body\":\"And some rising up, bore false witness against him, saying:\"}","chap":14,"verse":57,"book":"bible.mark"},{"body":"{\"verse\":58,\"body\":\"We heard him say, I Will destroy this temple made with hands and within three days I will build another not made with hands.\"}","chap":14,"verse":58,"book":"bible.mark"},{"body":"{\"verse\":59,\"body\":\"And their witness did not agree.\"}","chap":14,"verse":59,"book":"bible.mark"},{"body":"{\"verse\":60,\"body\":\"And the high priest rising up in the midst, asked Jesus, saying: Answerest thou nothing to the things that are laid to thy charge by these men?\"}","chap":14,"verse":60,"book":"bible.mark"},{"body":"{\"verse\":61,\"body\":\"But he held his peace and answered nothing. Again the high priest asked him and said to him: Art thou the Christ, the Son of the Blessed God?\"}","chap":14,"verse":61,"book":"bible.mark"},{"body":"{\"verse\":62,\"body\":\"And Jesus said to him: I am. And you shall see the Son of man sitting on the right hand of the power of God and coming with the clouds of heaven.\"}","chap":14,"verse":62,"book":"bible.mark"},{"body":"{\"verse\":63,\"body\":\"Then the high priest rending his garments, saith: What need we any further witnesses?\"}","chap":14,"verse":63,"book":"bible.mark"},{"body":"{\"verse\":64,\"body\":\"You have heard the blasphemy. What think you? Who all condemned him to be guilty of death.\"}","chap":14,"verse":64,"book":"bible.mark"},{"body":"{\"verse\":65,\"body\":\"And some began to spit on him and to cover his face and to buffet him and to say unto him: Prophesy. And the servants struck him with the palms their hands.\"}","chap":14,"verse":65,"book":"bible.mark"},{"body":"{\"verse\":66,\"body\":\"Now when Peter was in the court below, there cometh one of the maidservants of the high priest.\"}","chap":14,"verse":66,"book":"bible.mark"},{"body":"{\"verse\":67,\"body\":\"And when she had seen Peter warming himself looking on him, she saith: Thou also wast with Jesus of Nazareth.\"}","chap":14,"verse":67,"book":"bible.mark"},{"body":"{\"verse\":68,\"body\":\"But he denied, saying: I neither know nor understand what thou sayest. And he went forth before the court; and the cock crew.\"}","chap":14,"verse":68,"book":"bible.mark"},{"body":"{\"verse\":69,\"body\":\"And again a maidservant seeing him, began to say to the standers by: This is one of them.\"}","chap":14,"verse":69,"book":"bible.mark"},{"body":"{\"verse\":70,\"body\":\"But he denied again. And after a, while they that stood by said again to Peter: Surely thou art one of them; for thou art also a Galilean.\"}","chap":14,"verse":70,"book":"bible.mark"},{"body":"{\"verse\":71,\"body\":\"But he began o curse and to swear, saying: I know not this man of whom you speak.\"}","chap":14,"verse":71,"book":"bible.mark"},{"body":"{\"verse\":72,\"body\":\"And immediately the cock crew again. And Peter remembered the word that Jesus had said unto him: Before the cock crow twice, thou shalt thrice deny me. And he began to weep,\"}","chap":14,"verse":72,"book":"bible.mark"},{"body":"{\"verse\":1,\"body\":\"And straightway in the morning, the chief priests holding a consultation with the ancients and the scribes and the whole council, binding Jesus, led him away and delivered him to Pilate.\"}","chap":15,"verse":1,"book":"bible.mark"},{"body":"{\"verse\":2,\"body\":\"And Pilate asked him: Art thou the king of the Jews? But he answering, saith to him: Thou sayest it.\"}","chap":15,"verse":2,"book":"bible.mark"},{"body":"{\"verse\":3,\"body\":\"And the chief priests accused him in many things.\"}","chap":15,"verse":3,"book":"bible.mark"},{"body":"{\"verse\":4,\"body\":\"And Pilate again asked him, saying: Answerest thou nothing? Behold in how many things they accuse thee.\"}","chap":15,"verse":4,"book":"bible.mark"},{"body":"{\"verse\":5,\"body\":\"But Jesus still answered nothing: so that Pilate wondered.\"}","chap":15,"verse":5,"book":"bible.mark"},{"body":"{\"verse\":6,\"body\":\"Now on the festival day he was wont to release unto them one of the prisoners, whomsoever they demanded.\"}","chap":15,"verse":6,"book":"bible.mark"},{"body":"{\"verse\":7,\"body\":\"And there was one called Barabbas, who was put in prison with some seditious men, who in the sedition had committed murder.\"}","chap":15,"verse":7,"book":"bible.mark"},{"body":"{\"verse\":8,\"body\":\"And when the multitude was come up, they began to desire that he would do as he had ever done unto them.\"}","chap":15,"verse":8,"book":"bible.mark"},{"body":"{\"verse\":9,\"body\":\"And Pilate answered them and said: Will you that I release to you the king of the Jews?\"}","chap":15,"verse":9,"book":"bible.mark"},{"body":"{\"verse\":10,\"body\":\"For he knew that the chief priests had delivered him up out of envy.\"}","chap":15,"verse":10,"book":"bible.mark"},{"body":"{\"verse\":11,\"body\":\"But the chief priests moved the people, that he should rather release Barabbas to them.\"}","chap":15,"verse":11,"book":"bible.mark"},{"body":"{\"verse\":12,\"body\":\"And Pilate again answering, saith to them: What will you then that I do to the king of the Jews?\"}","chap":15,"verse":12,"book":"bible.mark"},{"body":"{\"verse\":13,\"body\":\"But they again cried out: Crucify him.\"}","chap":15,"verse":13,"book":"bible.mark"},{"body":"{\"verse\":14,\"body\":\"And Pilate saith to them: Why, what evil hath he done? But they cried out the more: Crucify him.\"}","chap":15,"verse":14,"book":"bible.mark"},{"body":"{\"verse\":15,\"body\":\"And so Pilate being willing to satisfy the people, released to them Barabbas: and delivered up Jesus, when he had scourged him, to be crucified.\"}","chap":15,"verse":15,"book":"bible.mark"},{"body":"{\"verse\":16,\"body\":\"And the soldiers led him away into the court of the palace: and they called together the whole band.\"}","chap":15,"verse":16,"book":"bible.mark"},{"body":"{\"verse\":17,\"body\":\"And they clothed him with purple: and, platting a crown of thorns, they put it upon him.\"}","chap":15,"verse":17,"book":"bible.mark"},{"body":"{\"verse\":18,\"body\":\"And they began to salute him: Hail, king of the Jews.\"}","chap":15,"verse":18,"book":"bible.mark"},{"body":"{\"verse\":19,\"body\":\"And they struck his head with a reed: and they did spit on him. And bowing their knees, they adored him.\"}","chap":15,"verse":19,"book":"bible.mark"},{"body":"{\"verse\":20,\"body\":\"And after they had mocked him, they took off the purple from him and put his own garments on him: and they led him out to crucify him.\"}","chap":15,"verse":20,"book":"bible.mark"},{"body":"{\"verse\":21,\"body\":\"And they forced one Simon a Cyrenian, who passed by coming out of the country, the father of Alexander and of Rufus, to take up his cross.\"}","chap":15,"verse":21,"book":"bible.mark"},{"body":"{\"verse\":22,\"body\":\"And they bring him into the place called Golgotha, which being interpreted is, The place of Calvary.\"}","chap":15,"verse":22,"book":"bible.mark"},{"body":"{\"verse\":23,\"body\":\"And they gave him to drink wine mingled with myrrh. But he took it not.\"}","chap":15,"verse":23,"book":"bible.mark"},{"body":"{\"verse\":24,\"body\":\"And crucifying him, they divided his garments, casting lots upon them, what every man should take.\"}","chap":15,"verse":24,"book":"bible.mark"},{"body":"{\"verse\":25,\"body\":\"And it was the third hour: and they crucified him.\"}","chap":15,"verse":25,"book":"bible.mark"},{"body":"{\"verse\":26,\"body\":\"And the inscription of his cause was written over: THE KING OF THE JEWS.\"}","chap":15,"verse":26,"book":"bible.mark"},{"body":"{\"verse\":27,\"body\":\"And with him they crucify two thieves: the one on his right hand, and the other on his left.\"}","chap":15,"verse":27,"book":"bible.mark"},{"body":"{\"verse\":28,\"body\":\"And the scripture was fulfilled, which saith: And with the wicked he was reputed.\"}","chap":15,"verse":28,"book":"bible.mark"},{"body":"{\"verse\":29,\"body\":\"And they that passed by blasphemed him, wagging their heads and saying: Vah, thou that destroyest the temple of God and in three days buildest it up again:\"}","chap":15,"verse":29,"book":"bible.mark"},{"body":"{\"verse\":30,\"body\":\"Save thyself, coming down from the cross.\"}","chap":15,"verse":30,"book":"bible.mark"},{"body":"{\"verse\":31,\"body\":\"In like manner also the chief priests, mocking, said with the scribes one to another: He saved others; himself he cannot save.\"}","chap":15,"verse":31,"book":"bible.mark"},{"body":"{\"verse\":32,\"body\":\"Let Christ the king of Israel come down now from the cross, that we may see and believe. And they that were crucified with him, reviled him.\"}","chap":15,"verse":32,"book":"bible.mark"},{"body":"{\"verse\":33,\"body\":\"And when the sixth hour was come, there was darkness over the whole earth until the ninth hour.\"}","chap":15,"verse":33,"book":"bible.mark"},{"body":"{\"verse\":34,\"body\":\"And at the ninth hour, Jesus cried out with a loud voice, saying: Eloi, Eloi, lamma sabacthani? Which is, being interpreted: My God, My God, Why hast thou forsaken me?\"}","chap":15,"verse":34,"book":"bible.mark"},{"body":"{\"verse\":35,\"body\":\"And some of the standers by hearing, said: Behold he calleth Elias.\"}","chap":15,"verse":35,"book":"bible.mark"},{"body":"{\"verse\":36,\"body\":\"And one running and filling a sponge with vinegar and putting it upon a reed, gave him to drink, saying: Stay, let us see if Elias come to take him down.\"}","chap":15,"verse":36,"book":"bible.mark"},{"body":"{\"verse\":37,\"body\":\"And Jesus, having cried out with a loud voice, gave up the ghost.\"}","chap":15,"verse":37,"book":"bible.mark"},{"body":"{\"verse\":38,\"body\":\"And the veil of the temple was rent in two, from the top to the bottom.\"}","chap":15,"verse":38,"book":"bible.mark"},{"body":"{\"verse\":39,\"body\":\"And the centurion who stood over against him, seeing that crying out in this manner he had given up the ghost. said: Indeed this man was the son of God.\"}","chap":15,"verse":39,"book":"bible.mark"},{"body":"{\"verse\":40,\"body\":\"And there were also women looking on afar off: among whom was Mary Magdalen and Mary the mother of James the Less and of Joseph and Salome,\"}","chap":15,"verse":40,"book":"bible.mark"},{"body":"{\"verse\":41,\"body\":\"Who also when he was in Galilee followed him and ministered to him, and many other women that came up with him to Jerusalem.\"}","chap":15,"verse":41,"book":"bible.mark"},{"body":"{\"verse\":42,\"body\":\"And when evening was now come (because it was the Parasceve, that is, the day before the sabbath),\"}","chap":15,"verse":42,"book":"bible.mark"},{"body":"{\"verse\":43,\"body\":\"Joseph of Arimathea, a noble counsellor, who was also himself looking for the kingdom of God, came and went in boldly to Pilate and begged the body of Jesus.\"}","chap":15,"verse":43,"book":"bible.mark"},{"body":"{\"verse\":44,\"body\":\"But Pilate wondered that he should be already dead. And sending for the centurion, he asked him if he were already dead.\"}","chap":15,"verse":44,"book":"bible.mark"},{"body":"{\"verse\":45,\"body\":\"And when he had understood it by the centurion, he gave the body to Joseph.\"}","chap":15,"verse":45,"book":"bible.mark"},{"body":"{\"verse\":46,\"body\":\"And Joseph, buying fine linen and taking him down, wrapped him up in the fine linen and laid him in a sepulchre which was hewed out of a rock. And he rolled a stone to the door of the sepulchre.\"}","chap":15,"verse":46,"book":"bible.mark"},{"body":"{\"verse\":47,\"body\":\"And Mary Magdalen and Mary the mother of Joseph, beheld where he was laid.\"}","chap":15,"verse":47,"book":"bible.mark"},{"body":"{\"verse\":1,\"body\":\"And when the sabbath was past, Mary Magdalen and Mary the mother of James and Salome bought sweet spices, that coming, they might anoint Jesus.\"}","chap":16,"verse":1,"book":"bible.mark"},{"body":"{\"verse\":2,\"body\":\"And very early in the morning, the first day of the week, they come to the sepulchre, the sun being now risen.\"}","chap":16,"verse":2,"book":"bible.mark"},{"body":"{\"verse\":3,\"body\":\"And they said one to another: Who shall roll us back the stone from the door of the sepulchre?\"}","chap":16,"verse":3,"book":"bible.mark"},{"body":"{\"verse\":4,\"body\":\"And looking, they saw the stone rolled back. For it was very great.\"}","chap":16,"verse":4,"book":"bible.mark"},{"body":"{\"verse\":5,\"body\":\"And entering into the sepulchre, they saw a young man sitting on the right side, clothed with a white robe: and they were astonished.\"}","chap":16,"verse":5,"book":"bible.mark"},{"body":"{\"verse\":6,\"body\":\"Who saith to them: Be not affrighted. you seek Jesus of Nazareth, who was crucified. He is risen: he is not here. Behold the place where they laid him.\"}","chap":16,"verse":6,"book":"bible.mark"},{"body":"{\"verse\":7,\"body\":\"But go, tell his disciples and Peter that he goeth before you into Galilee. There you shall see him, as he told you.\"}","chap":16,"verse":7,"book":"bible.mark"},{"body":"{\"verse\":8,\"body\":\"But they going out, fled from the sepulchre: for a trembling and fear had seized them. And they said nothing to any man: for they were afraid.\"}","chap":16,"verse":8,"book":"bible.mark"},{"body":"{\"verse\":9,\"body\":\"But he rising early the first day of the week, appeared first to Mary Magdalen; out of whom he had cast seven devils.\"}","chap":16,"verse":9,"book":"bible.mark"},{"body":"{\"verse\":10,\"body\":\"She went and told them that had been with him, who were mourning and weeping.\"}","chap":16,"verse":10,"book":"bible.mark"},{"body":"{\"verse\":11,\"body\":\"And they hearing that he was alive and had been seen by her, did not believe.\"}","chap":16,"verse":11,"book":"bible.mark"},{"body":"{\"verse\":12,\"body\":\"And after that he appeared in another shape to two of them walking, as they were going into the country.\"}","chap":16,"verse":12,"book":"bible.mark"},{"body":"{\"verse\":13,\"body\":\"And they going told it to the rest: neither did they believe them.\"}","chap":16,"verse":13,"book":"bible.mark"},{"body":"{\"verse\":14,\"body\":\"At length he appeared to the eleven as they were at table: and he upbraided them with their incredulity and hardness of heart, because they did not believe them who had seen him after he was risen again.\"}","chap":16,"verse":14,"book":"bible.mark"},{"body":"{\"verse\":15,\"body\":\"And he said to them: Go ye into the whole world and preach the gospel to every creature.\"}","chap":16,"verse":15,"book":"bible.mark"},{"body":"{\"verse\":16,\"body\":\"He that believeth and is baptized shall be saved: but he that believeth not shall he condemned.\"}","chap":16,"verse":16,"book":"bible.mark"},{"body":"{\"verse\":17,\"body\":\"And these signs shall follow them that believe: In my name they shall cast out devils. They shall speak with new tongues.\"}","chap":16,"verse":17,"book":"bible.mark"},{"body":"{\"verse\":18,\"body\":\"They shall take up serpents: and if they shall drink any deadly thing, it shall not hurt them. They shall lay their hand upon the sick: and they shall recover.\"}","chap":16,"verse":18,"book":"bible.mark"},{"body":"{\"verse\":19,\"body\":\"And the Lord Jesus, after he had spoken to them, was taken up into heaven and sitteth on the right hand of God.\"}","chap":16,"verse":19,"book":"bible.mark"},{"body":"{\"verse\":20,\"body\":\"But they going forth preached every where: the Lord working withal, and confirming the word with signs that followed.\"}","chap":16,"verse":20,"book":"bible.mark"}],"segs":[{"seg_id":1,"line_id":1,"book":"bible.mark"},{"seg_id":1,"line_id":2,"book":"bible.mark"},{"seg_id":1,"line_id":3,"book":"bible.mark"},{"seg_id":1,"line_id":4,"book":"bible.mark"},{"seg_id":2,"line_id":5,"book":"bible.mark"},{"seg_id":2,"line_id":6,"book":"bible.mark"},{"seg_id":3,"line_id":7,"book":"bible.mark"},{"seg_id":3,"line_id":8,"book":"bible.mark"},{"seg_id":3,"line_id":9,"book":"bible.mark"},{"seg_id":4,"line_id":10,"book":"bible.mark"},{"seg_id":4,"line_id":11,"book":"bible.mark"},{"seg_id":4,"line_id":12,"book":"bible.mark"},{"seg_id":5,"line_id":13,"book":"bible.mark"},{"seg_id":5,"line_id":14,"book":"bible.mark"},{"seg_id":5,"line_id":15,"book":"bible.mark"},{"seg_id":6,"line_id":16,"book":"bible.mark"},{"seg_id":6,"line_id":17,"book":"bible.mark"},{"seg_id":6,"line_id":18,"book":"bible.mark"},{"seg_id":7,"line_id":19,"book":"bible.mark"},{"seg_id":7,"line_id":20,"book":"bible.mark"},{"seg_id":7,"line_id":21,"book":"bible.mark"},{"seg_id":8,"line_id":22,"book":"bible.mark"},{"seg_id":8,"line_id":23,"book":"bible.mark"},{"seg_id":8,"line_id":24,"book":"bible.mark"},{"seg_id":9,"line_id":25,"book":"bible.mark"},{"seg_id":9,"line_id":26,"book":"bible.mark"},{"seg_id":9,"line_id":27,"book":"bible.mark"},{"seg_id":10,"line_id":28,"book":"bible.mark"},{"seg_id":10,"line_id":29,"book":"bible.mark"},{"seg_id":10,"line_id":30,"book":"bible.mark"},{"seg_id":11,"line_id":31,"book":"bible.mark"},{"seg_id":11,"line_id":32,"book":"bible.mark"},{"seg_id":11,"line_id":33,"book":"bible.mark"},{"seg_id":12,"line_id":34,"book":"bible.mark"},{"seg_id":12,"line_id":35,"book":"bible.mark"},{"seg_id":12,"line_id":36,"book":"bible.mark"},{"seg_id":12,"line_id":37,"book":"bible.mark"},{"seg_id":13,"line_id":38,"book":"bible.mark"},{"seg_id":13,"line_id":39,"book":"bible.mark"},{"seg_id":13,"line_id":40,"book":"bible.mark"},{"seg_id":14,"line_id":41,"book":"bible.mark"},{"seg_id":14,"line_id":42,"book":"bible.mark"},{"seg_id":14,"line_id":43,"book":"bible.mark"},{"seg_id":15,"line_id":44,"book":"bible.mark"},{"seg_id":15,"line_id":45,"book":"bible.mark"},{"seg_id":16,"line_id":46,"book":"bible.mark"},{"seg_id":16,"line_id":47,"book":"bible.mark"},{"seg_id":16,"line_id":48,"book":"bible.mark"},{"seg_id":17,"line_id":49,"book":"bible.mark"},{"seg_id":17,"line_id":50,"book":"bible.mark"},{"seg_id":17,"line_id":51,"book":"bible.mark"},{"seg_id":18,"line_id":52,"book":"bible.mark"},{"seg_id":18,"line_id":53,"book":"bible.mark"},{"seg_id":18,"line_id":54,"book":"bible.mark"},{"seg_id":19,"line_id":55,"book":"bible.mark"},{"seg_id":19,"line_id":56,"book":"bible.mark"},{"seg_id":19,"line_id":57,"book":"bible.mark"},{"seg_id":20,"line_id":58,"book":"bible.mark"},{"seg_id":20,"line_id":59,"book":"bible.mark"},{"seg_id":21,"line_id":60,"book":"bible.mark"},{"seg_id":21,"line_id":61,"book":"bible.mark"},{"seg_id":22,"line_id":62,"book":"bible.mark"},{"seg_id":22,"line_id":63,"book":"bible.mark"},{"seg_id":23,"line_id":64,"book":"bible.mark"},{"seg_id":23,"line_id":65,"book":"bible.mark"},{"seg_id":24,"line_id":66,"book":"bible.mark"},{"seg_id":24,"line_id":67,"book":"bible.mark"},{"seg_id":25,"line_id":68,"book":"bible.mark"},{"seg_id":25,"line_id":69,"book":"bible.mark"},{"seg_id":26,"line_id":70,"book":"bible.mark"},{"seg_id":26,"line_id":71,"book":"bible.mark"},{"seg_id":27,"line_id":72,"book":"bible.mark"},{"seg_id":27,"line_id":73,"book":"bible.mark"},{"seg_id":28,"line_id":74,"book":"bible.mark"},{"seg_id":28,"line_id":75,"book":"bible.mark"},{"seg_id":28,"line_id":76,"book":"bible.mark"},{"seg_id":29,"line_id":77,"book":"bible.mark"},{"seg_id":29,"line_id":78,"book":"bible.mark"},{"seg_id":30,"line_id":79,"book":"bible.mark"},{"seg_id":30,"line_id":80,"book":"bible.mark"},{"seg_id":30,"line_id":81,"book":"bible.mark"},{"seg_id":31,"line_id":82,"book":"bible.mark"},{"seg_id":31,"line_id":83,"book":"bible.mark"},{"seg_id":31,"line_id":84,"book":"bible.mark"},{"seg_id":32,"line_id":85,"book":"bible.mark"},{"seg_id":32,"line_id":86,"book":"bible.mark"},{"seg_id":32,"line_id":87,"book":"bible.mark"},{"seg_id":32,"line_id":88,"book":"bible.mark"},{"seg_id":33,"line_id":89,"book":"bible.mark"},{"seg_id":33,"line_id":90,"book":"bible.mark"},{"seg_id":33,"line_id":91,"book":"bible.mark"},{"seg_id":33,"line_id":92,"book":"bible.mark"},{"seg_id":34,"line_id":93,"book":"bible.mark"},{"seg_id":34,"line_id":94,"book":"bible.mark"},{"seg_id":34,"line_id":95,"book":"bible.mark"},{"seg_id":35,"line_id":96,"book":"bible.mark"},{"seg_id":35,"line_id":97,"book":"bible.mark"},{"seg_id":35,"line_id":98,"book":"bible.mark"},{"seg_id":35,"line_id":99,"book":"bible.mark"},{"seg_id":36,"line_id":100,"book":"bible.mark"},{"seg_id":36,"line_id":101,"book":"bible.mark"},{"seg_id":37,"line_id":102,"book":"bible.mark"},{"seg_id":37,"line_id":103,"book":"bible.mark"},{"seg_id":37,"line_id":104,"book":"bible.mark"},{"seg_id":37,"line_id":105,"book":"bible.mark"},{"seg_id":38,"line_id":106,"book":"bible.mark"},{"seg_id":38,"line_id":107,"book":"bible.mark"},{"seg_id":38,"line_id":108,"book":"bible.mark"},{"seg_id":39,"line_id":109,"book":"bible.mark"},{"seg_id":39,"line_id":110,"book":"bible.mark"},{"seg_id":39,"line_id":111,"book":"bible.mark"},{"seg_id":40,"line_id":112,"book":"bible.mark"},{"seg_id":40,"line_id":113,"book":"bible.mark"},{"seg_id":40,"line_id":114,"book":"bible.mark"},{"seg_id":41,"line_id":115,"book":"bible.mark"},{"seg_id":41,"line_id":116,"book":"bible.mark"},{"seg_id":41,"line_id":117,"book":"bible.mark"},{"seg_id":41,"line_id":118,"book":"bible.mark"},{"seg_id":42,"line_id":119,"book":"bible.mark"},{"seg_id":42,"line_id":120,"book":"bible.mark"},{"seg_id":43,"line_id":121,"book":"bible.mark"},{"seg_id":43,"line_id":122,"book":"bible.mark"},{"seg_id":43,"line_id":123,"book":"bible.mark"},{"seg_id":44,"line_id":124,"book":"bible.mark"},{"seg_id":44,"line_id":125,"book":"bible.mark"},{"seg_id":44,"line_id":126,"book":"bible.mark"},{"seg_id":45,"line_id":127,"book":"bible.mark"},{"seg_id":45,"line_id":128,"book":"bible.mark"},{"seg_id":46,"line_id":129,"book":"bible.mark"},{"seg_id":46,"line_id":130,"book":"bible.mark"},{"seg_id":46,"line_id":131,"book":"bible.mark"},{"seg_id":47,"line_id":132,"book":"bible.mark"},{"seg_id":47,"line_id":133,"book":"bible.mark"},{"seg_id":48,"line_id":134,"book":"bible.mark"},{"seg_id":48,"line_id":135,"book":"bible.mark"},{"seg_id":48,"line_id":136,"book":"bible.mark"},{"seg_id":49,"line_id":137,"book":"bible.mark"},{"seg_id":49,"line_id":138,"book":"bible.mark"},{"seg_id":49,"line_id":139,"book":"bible.mark"},{"seg_id":50,"line_id":140,"book":"bible.mark"},{"seg_id":50,"line_id":141,"book":"bible.mark"},{"seg_id":50,"line_id":142,"book":"bible.mark"},{"seg_id":51,"line_id":143,"book":"bible.mark"},{"seg_id":51,"line_id":144,"book":"bible.mark"},{"seg_id":51,"line_id":145,"book":"bible.mark"},{"seg_id":52,"line_id":146,"book":"bible.mark"},{"seg_id":52,"line_id":147,"book":"bible.mark"},{"seg_id":53,"line_id":148,"book":"bible.mark"},{"seg_id":53,"line_id":149,"book":"bible.mark"},{"seg_id":54,"line_id":150,"book":"bible.mark"},{"seg_id":54,"line_id":151,"book":"bible.mark"},{"seg_id":54,"line_id":152,"book":"bible.mark"},{"seg_id":55,"line_id":153,"book":"bible.mark"},{"seg_id":55,"line_id":154,"book":"bible.mark"},{"seg_id":55,"line_id":155,"book":"bible.mark"},{"seg_id":56,"line_id":156,"book":"bible.mark"},{"seg_id":56,"line_id":157,"book":"bible.mark"},{"seg_id":56,"line_id":158,"book":"bible.mark"},{"seg_id":56,"line_id":159,"book":"bible.mark"},{"seg_id":57,"line_id":160,"book":"bible.mark"},{"seg_id":57,"line_id":161,"book":"bible.mark"},{"seg_id":58,"line_id":162,"book":"bible.mark"},{"seg_id":58,"line_id":163,"book":"bible.mark"},{"seg_id":59,"line_id":164,"book":"bible.mark"},{"seg_id":59,"line_id":165,"book":"bible.mark"},{"seg_id":59,"line_id":166,"book":"bible.mark"},{"seg_id":60,"line_id":167,"book":"bible.mark"},{"seg_id":60,"line_id":168,"book":"bible.mark"},{"seg_id":61,"line_id":169,"book":"bible.mark"},{"seg_id":61,"line_id":170,"book":"bible.mark"},{"seg_id":62,"line_id":171,"book":"bible.mark"},{"seg_id":62,"line_id":172,"book":"bible.mark"},{"seg_id":62,"line_id":173,"book":"bible.mark"},{"seg_id":63,"line_id":174,"book":"bible.mark"},{"seg_id":63,"line_id":175,"book":"bible.mark"},{"seg_id":63,"line_id":176,"book":"bible.mark"},{"seg_id":64,"line_id":177,"book":"bible.mark"},{"seg_id":64,"line_id":178,"book":"bible.mark"},{"seg_id":64,"line_id":179,"book":"bible.mark"},{"seg_id":65,"line_id":180,"book":"bible.mark"},{"seg_id":65,"line_id":181,"book":"bible.mark"},{"seg_id":65,"line_id":182,"book":"bible.mark"},{"seg_id":66,"line_id":183,"book":"bible.mark"},{"seg_id":66,"line_id":184,"book":"bible.mark"},{"seg_id":66,"line_id":185,"book":"bible.mark"},{"seg_id":67,"line_id":186,"book":"bible.mark"},{"seg_id":67,"line_id":187,"book":"bible.mark"},{"seg_id":68,"line_id":188,"book":"bible.mark"},{"seg_id":68,"line_id":189,"book":"bible.mark"},{"seg_id":69,"line_id":190,"book":"bible.mark"},{"seg_id":69,"line_id":191,"book":"bible.mark"},{"seg_id":70,"line_id":192,"book":"bible.mark"},{"seg_id":70,"line_id":193,"book":"bible.mark"},{"seg_id":71,"line_id":194,"book":"bible.mark"},{"seg_id":71,"line_id":195,"book":"bible.mark"},{"seg_id":72,"line_id":196,"book":"bible.mark"},{"seg_id":72,"line_id":197,"book":"bible.mark"},{"seg_id":72,"line_id":198,"book":"bible.mark"},{"seg_id":73,"line_id":199,"book":"bible.mark"},{"seg_id":73,"line_id":200,"book":"bible.mark"},{"seg_id":73,"line_id":201,"book":"bible.mark"},{"seg_id":74,"line_id":202,"book":"bible.mark"},{"seg_id":74,"line_id":203,"book":"bible.mark"},{"seg_id":74,"line_id":204,"book":"bible.mark"},{"seg_id":75,"line_id":205,"book":"bible.mark"},{"seg_id":75,"line_id":206,"book":"bible.mark"},{"seg_id":75,"line_id":207,"book":"bible.mark"},{"seg_id":76,"line_id":208,"book":"bible.mark"},{"seg_id":76,"line_id":209,"book":"bible.mark"},{"seg_id":76,"line_id":210,"book":"bible.mark"},{"seg_id":77,"line_id":211,"book":"bible.mark"},{"seg_id":77,"line_id":212,"book":"bible.mark"},{"seg_id":78,"line_id":213,"book":"bible.mark"},{"seg_id":78,"line_id":214,"book":"bible.mark"},{"seg_id":79,"line_id":215,"book":"bible.mark"},{"seg_id":79,"line_id":216,"book":"bible.mark"},{"seg_id":80,"line_id":217,"book":"bible.mark"},{"seg_id":80,"line_id":218,"book":"bible.mark"},{"seg_id":80,"line_id":219,"book":"bible.mark"},{"seg_id":81,"line_id":220,"book":"bible.mark"},{"seg_id":81,"line_id":221,"book":"bible.mark"},{"seg_id":81,"line_id":222,"book":"bible.mark"},{"seg_id":82,"line_id":223,"book":"bible.mark"},{"seg_id":82,"line_id":224,"book":"bible.mark"},{"seg_id":82,"line_id":225,"book":"bible.mark"},{"seg_id":83,"line_id":226,"book":"bible.mark"},{"seg_id":83,"line_id":227,"book":"bible.mark"},{"seg_id":84,"line_id":228,"book":"bible.mark"},{"seg_id":84,"line_id":229,"book":"bible.mark"},{"seg_id":85,"line_id":230,"book":"bible.mark"},{"seg_id":85,"line_id":231,"book":"bible.mark"},{"seg_id":85,"line_id":232,"book":"bible.mark"},{"seg_id":86,"line_id":233,"book":"bible.mark"},{"seg_id":86,"line_id":234,"book":"bible.mark"},{"seg_id":86,"line_id":235,"book":"bible.mark"},{"seg_id":86,"line_id":236,"book":"bible.mark"},{"seg_id":87,"line_id":237,"book":"bible.mark"},{"seg_id":87,"line_id":238,"book":"bible.mark"},{"seg_id":87,"line_id":239,"book":"bible.mark"},{"seg_id":88,"line_id":240,"book":"bible.mark"},{"seg_id":88,"line_id":241,"book":"bible.mark"},{"seg_id":88,"line_id":242,"book":"bible.mark"},{"seg_id":89,"line_id":243,"book":"bible.mark"},{"seg_id":89,"line_id":244,"book":"bible.mark"},{"seg_id":89,"line_id":245,"book":"bible.mark"},{"seg_id":89,"line_id":246,"book":"bible.mark"},{"seg_id":90,"line_id":247,"book":"bible.mark"},{"seg_id":90,"line_id":248,"book":"bible.mark"},{"seg_id":91,"line_id":249,"book":"bible.mark"},{"seg_id":91,"line_id":250,"book":"bible.mark"},{"seg_id":92,"line_id":251,"book":"bible.mark"},{"seg_id":92,"line_id":252,"book":"bible.mark"},{"seg_id":93,"line_id":253,"book":"bible.mark"},{"seg_id":93,"line_id":254,"book":"bible.mark"},{"seg_id":94,"line_id":255,"book":"bible.mark"},{"seg_id":94,"line_id":256,"book":"bible.mark"},{"seg_id":94,"line_id":257,"book":"bible.mark"},{"seg_id":95,"line_id":258,"book":"bible.mark"},{"seg_id":95,"line_id":259,"book":"bible.mark"},{"seg_id":95,"line_id":260,"book":"bible.mark"},{"seg_id":96,"line_id":261,"book":"bible.mark"},{"seg_id":96,"line_id":262,"book":"bible.mark"},{"seg_id":96,"line_id":263,"book":"bible.mark"},{"seg_id":97,"line_id":264,"book":"bible.mark"},{"seg_id":97,"line_id":265,"book":"bible.mark"},{"seg_id":97,"line_id":266,"book":"bible.mark"},{"seg_id":98,"line_id":267,"book":"bible.mark"},{"seg_id":98,"line_id":268,"book":"bible.mark"},{"seg_id":98,"line_id":269,"book":"bible.mark"},{"seg_id":98,"line_id":270,"book":"bible.mark"},{"seg_id":99,"line_id":271,"book":"bible.mark"},{"seg_id":99,"line_id":272,"book":"bible.mark"},{"seg_id":100,"line_id":273,"book":"bible.mark"},{"seg_id":100,"line_id":274,"book":"bible.mark"},{"seg_id":101,"line_id":275,"book":"bible.mark"},{"seg_id":101,"line_id":276,"book":"bible.mark"},{"seg_id":101,"line_id":277,"book":"bible.mark"},{"seg_id":102,"line_id":278,"book":"bible.mark"},{"seg_id":102,"line_id":279,"book":"bible.mark"},{"seg_id":102,"line_id":280,"book":"bible.mark"},{"seg_id":103,"line_id":281,"book":"bible.mark"},{"seg_id":103,"line_id":282,"book":"bible.mark"},{"seg_id":103,"line_id":283,"book":"bible.mark"},{"seg_id":104,"line_id":284,"book":"bible.mark"},{"seg_id":104,"line_id":285,"book":"bible.mark"},{"seg_id":105,"line_id":286,"book":"bible.mark"},{"seg_id":105,"line_id":287,"book":"bible.mark"},{"seg_id":105,"line_id":288,"book":"bible.mark"},{"seg_id":106,"line_id":289,"book":"bible.mark"},{"seg_id":106,"line_id":290,"book":"bible.mark"},{"seg_id":106,"line_id":291,"book":"bible.mark"},{"seg_id":107,"line_id":292,"book":"bible.mark"},{"seg_id":107,"line_id":293,"book":"bible.mark"},{"seg_id":107,"line_id":294,"book":"bible.mark"},{"seg_id":107,"line_id":295,"book":"bible.mark"},{"seg_id":108,"line_id":296,"book":"bible.mark"},{"seg_id":108,"line_id":297,"book":"bible.mark"},{"seg_id":108,"line_id":298,"book":"bible.mark"},{"seg_id":109,"line_id":299,"book":"bible.mark"},{"seg_id":109,"line_id":300,"book":"bible.mark"},{"seg_id":109,"line_id":301,"book":"bible.mark"},{"seg_id":110,"line_id":302,"book":"bible.mark"},{"seg_id":110,"line_id":303,"book":"bible.mark"},{"seg_id":110,"line_id":304,"book":"bible.mark"},{"seg_id":110,"line_id":305,"book":"bible.mark"},{"seg_id":111,"line_id":306,"book":"bible.mark"},{"seg_id":111,"line_id":307,"book":"bible.mark"},{"seg_id":111,"line_id":308,"book":"bible.mark"},{"seg_id":112,"line_id":309,"book":"bible.mark"},{"seg_id":112,"line_id":310,"book":"bible.mark"},{"seg_id":113,"line_id":311,"book":"bible.mark"},{"seg_id":113,"line_id":312,"book":"bible.mark"},{"seg_id":113,"line_id":313,"book":"bible.mark"},{"seg_id":114,"line_id":314,"book":"bible.mark"},{"seg_id":114,"line_id":315,"book":"bible.mark"},{"seg_id":114,"line_id":316,"book":"bible.mark"},{"seg_id":115,"line_id":317,"book":"bible.mark"},{"seg_id":115,"line_id":318,"book":"bible.mark"},{"seg_id":116,"line_id":319,"book":"bible.mark"},{"seg_id":116,"line_id":320,"book":"bible.mark"},{"seg_id":116,"line_id":321,"book":"bible.mark"},{"seg_id":117,"line_id":322,"book":"bible.mark"},{"seg_id":118,"line_id":323,"book":"bible.mark"},{"seg_id":118,"line_id":324,"book":"bible.mark"},{"seg_id":119,"line_id":325,"book":"bible.mark"},{"seg_id":119,"line_id":326,"book":"bible.mark"},{"seg_id":119,"line_id":327,"book":"bible.mark"},{"seg_id":120,"line_id":328,"book":"bible.mark"},{"seg_id":120,"line_id":329,"book":"bible.mark"},{"seg_id":120,"line_id":330,"book":"bible.mark"},{"seg_id":121,"line_id":331,"book":"bible.mark"},{"seg_id":121,"line_id":332,"book":"bible.mark"},{"seg_id":122,"line_id":333,"book":"bible.mark"},{"seg_id":122,"line_id":334,"book":"bible.mark"},{"seg_id":123,"line_id":335,"book":"bible.mark"},{"seg_id":123,"line_id":336,"book":"bible.mark"},{"seg_id":123,"line_id":337,"book":"bible.mark"},{"seg_id":124,"line_id":338,"book":"bible.mark"},{"seg_id":124,"line_id":339,"book":"bible.mark"},{"seg_id":124,"line_id":340,"book":"bible.mark"},{"seg_id":125,"line_id":341,"book":"bible.mark"},{"seg_id":125,"line_id":342,"book":"bible.mark"},{"seg_id":126,"line_id":343,"book":"bible.mark"},{"seg_id":126,"line_id":344,"book":"bible.mark"},{"seg_id":126,"line_id":345,"book":"bible.mark"},{"seg_id":127,"line_id":346,"book":"bible.mark"},{"seg_id":127,"line_id":347,"book":"bible.mark"},{"seg_id":128,"line_id":348,"book":"bible.mark"},{"seg_id":128,"line_id":349,"book":"bible.mark"},{"seg_id":128,"line_id":350,"book":"bible.mark"},{"seg_id":129,"line_id":351,"book":"bible.mark"},{"seg_id":129,"line_id":352,"book":"bible.mark"},{"seg_id":130,"line_id":353,"book":"bible.mark"},{"seg_id":130,"line_id":354,"book":"bible.mark"},{"seg_id":131,"line_id":355,"book":"bible.mark"},{"seg_id":131,"line_id":356,"book":"bible.mark"},{"seg_id":132,"line_id":357,"book":"bible.mark"},{"seg_id":132,"line_id":358,"book":"bible.mark"},{"seg_id":133,"line_id":359,"book":"bible.mark"},{"seg_id":133,"line_id":360,"book":"bible.mark"},{"seg_id":134,"line_id":361,"book":"bible.mark"},{"seg_id":134,"line_id":362,"book":"bible.mark"},{"seg_id":134,"line_id":363,"book":"bible.mark"},{"seg_id":135,"line_id":364,"book":"bible.mark"},{"seg_id":135,"line_id":365,"book":"bible.mark"},{"seg_id":136,"line_id":366,"book":"bible.mark"},{"seg_id":136,"line_id":367,"book":"bible.mark"},{"seg_id":136,"line_id":368,"book":"bible.mark"},{"seg_id":137,"line_id":369,"book":"bible.mark"},{"seg_id":137,"line_id":370,"book":"bible.mark"},{"seg_id":137,"line_id":371,"book":"bible.mark"},{"seg_id":138,"line_id":372,"book":"bible.mark"},{"seg_id":138,"line_id":373,"book":"bible.mark"},{"seg_id":139,"line_id":374,"book":"bible.mark"},{"seg_id":139,"line_id":375,"book":"bible.mark"},{"seg_id":139,"line_id":376,"book":"bible.mark"},{"seg_id":139,"line_id":377,"book":"bible.mark"},{"seg_id":140,"line_id":378,"book":"bible.mark"},{"seg_id":140,"line_id":379,"book":"bible.mark"},{"seg_id":140,"line_id":380,"book":"bible.mark"},{"seg_id":140,"line_id":381,"book":"bible.mark"},{"seg_id":140,"line_id":382,"book":"bible.mark"},{"seg_id":141,"line_id":383,"book":"bible.mark"},{"seg_id":141,"line_id":384,"book":"bible.mark"},{"seg_id":141,"line_id":385,"book":"bible.mark"},{"seg_id":142,"line_id":386,"book":"bible.mark"},{"seg_id":142,"line_id":387,"book":"bible.mark"},{"seg_id":142,"line_id":388,"book":"bible.mark"},{"seg_id":143,"line_id":389,"book":"bible.mark"},{"seg_id":143,"line_id":390,"book":"bible.mark"},{"seg_id":144,"line_id":391,"book":"bible.mark"},{"seg_id":144,"line_id":392,"book":"bible.mark"},{"seg_id":145,"line_id":393,"book":"bible.mark"},{"seg_id":145,"line_id":394,"book":"bible.mark"},{"seg_id":146,"line_id":395,"book":"bible.mark"},{"seg_id":146,"line_id":396,"book":"bible.mark"},{"seg_id":147,"line_id":397,"book":"bible.mark"},{"seg_id":147,"line_id":398,"book":"bible.mark"},{"seg_id":147,"line_id":399,"book":"bible.mark"},{"seg_id":148,"line_id":400,"book":"bible.mark"},{"seg_id":148,"line_id":401,"book":"bible.mark"},{"seg_id":149,"line_id":402,"book":"bible.mark"},{"seg_id":149,"line_id":403,"book":"bible.mark"},{"seg_id":150,"line_id":404,"book":"bible.mark"},{"seg_id":151,"line_id":405,"book":"bible.mark"},{"seg_id":151,"line_id":406,"book":"bible.mark"},{"seg_id":152,"line_id":407,"book":"bible.mark"},{"seg_id":152,"line_id":408,"book":"bible.mark"},{"seg_id":152,"line_id":409,"book":"bible.mark"},{"seg_id":153,"line_id":410,"book":"bible.mark"},{"seg_id":153,"line_id":411,"book":"bible.mark"},{"seg_id":154,"line_id":412,"book":"bible.mark"},{"seg_id":154,"line_id":413,"book":"bible.mark"},{"seg_id":154,"line_id":414,"book":"bible.mark"},{"seg_id":155,"line_id":415,"book":"bible.mark"},{"seg_id":155,"line_id":416,"book":"bible.mark"},{"seg_id":155,"line_id":417,"book":"bible.mark"},{"seg_id":156,"line_id":418,"book":"bible.mark"},{"seg_id":156,"line_id":419,"book":"bible.mark"},{"seg_id":157,"line_id":420,"book":"bible.mark"},{"seg_id":157,"line_id":421,"book":"bible.mark"},{"seg_id":157,"line_id":422,"book":"bible.mark"},{"seg_id":158,"line_id":423,"book":"bible.mark"},{"seg_id":158,"line_id":424,"book":"bible.mark"},{"seg_id":159,"line_id":425,"book":"bible.mark"},{"seg_id":159,"line_id":426,"book":"bible.mark"},{"seg_id":160,"line_id":427,"book":"bible.mark"},{"seg_id":160,"line_id":428,"book":"bible.mark"},{"seg_id":160,"line_id":429,"book":"bible.mark"},{"seg_id":161,"line_id":430,"book":"bible.mark"},{"seg_id":161,"line_id":431,"book":"bible.mark"},{"seg_id":161,"line_id":432,"book":"bible.mark"},{"seg_id":162,"line_id":433,"book":"bible.mark"},{"seg_id":162,"line_id":434,"book":"bible.mark"},{"seg_id":162,"line_id":435,"book":"bible.mark"},{"seg_id":163,"line_id":436,"book":"bible.mark"},{"seg_id":163,"line_id":437,"book":"bible.mark"},{"seg_id":164,"line_id":438,"book":"bible.mark"},{"seg_id":164,"line_id":439,"book":"bible.mark"},{"seg_id":165,"line_id":440,"book":"bible.mark"},{"seg_id":165,"line_id":441,"book":"bible.mark"},{"seg_id":166,"line_id":442,"book":"bible.mark"},{"seg_id":166,"line_id":443,"book":"bible.mark"},{"seg_id":166,"line_id":444,"book":"bible.mark"},{"seg_id":167,"line_id":445,"book":"bible.mark"},{"seg_id":167,"line_id":446,"book":"bible.mark"},{"seg_id":168,"line_id":447,"book":"bible.mark"},{"seg_id":168,"line_id":448,"book":"bible.mark"},{"seg_id":169,"line_id":449,"book":"bible.mark"},{"seg_id":169,"line_id":450,"book":"bible.mark"},{"seg_id":170,"line_id":451,"book":"bible.mark"},{"seg_id":170,"line_id":452,"book":"bible.mark"},{"seg_id":171,"line_id":453,"book":"bible.mark"},{"seg_id":171,"line_id":454,"book":"bible.mark"},{"seg_id":171,"line_id":455,"book":"bible.mark"},{"seg_id":172,"line_id":456,"book":"bible.mark"},{"seg_id":172,"line_id":457,"book":"bible.mark"},{"seg_id":173,"line_id":458,"book":"bible.mark"},{"seg_id":173,"line_id":459,"book":"bible.mark"},{"seg_id":174,"line_id":460,"book":"bible.mark"},{"seg_id":174,"line_id":461,"book":"bible.mark"},{"seg_id":174,"line_id":462,"book":"bible.mark"},{"seg_id":175,"line_id":463,"book":"bible.mark"},{"seg_id":175,"line_id":464,"book":"bible.mark"},{"seg_id":175,"line_id":465,"book":"bible.mark"},{"seg_id":176,"line_id":466,"book":"bible.mark"},{"seg_id":176,"line_id":467,"book":"bible.mark"},{"seg_id":176,"line_id":468,"book":"bible.mark"},{"seg_id":177,"line_id":469,"book":"bible.mark"},{"seg_id":177,"line_id":470,"book":"bible.mark"},{"seg_id":178,"line_id":471,"book":"bible.mark"},{"seg_id":178,"line_id":472,"book":"bible.mark"},{"seg_id":179,"line_id":473,"book":"bible.mark"},{"seg_id":179,"line_id":474,"book":"bible.mark"},{"seg_id":179,"line_id":475,"book":"bible.mark"},{"seg_id":180,"line_id":476,"book":"bible.mark"},{"seg_id":180,"line_id":477,"book":"bible.mark"},{"seg_id":180,"line_id":478,"book":"bible.mark"},{"seg_id":181,"line_id":479,"book":"bible.mark"},{"seg_id":181,"line_id":480,"book":"bible.mark"},{"seg_id":181,"line_id":481,"book":"bible.mark"},{"seg_id":182,"line_id":482,"book":"bible.mark"},{"seg_id":182,"line_id":483,"book":"bible.mark"},{"seg_id":183,"line_id":484,"book":"bible.mark"},{"seg_id":183,"line_id":485,"book":"bible.mark"},{"seg_id":183,"line_id":486,"book":"bible.mark"},{"seg_id":184,"line_id":487,"book":"bible.mark"},{"seg_id":184,"line_id":488,"book":"bible.mark"},{"seg_id":185,"line_id":489,"book":"bible.mark"},{"seg_id":185,"line_id":490,"book":"bible.mark"},{"seg_id":186,"line_id":491,"book":"bible.mark"},{"seg_id":186,"line_id":492,"book":"bible.mark"},{"seg_id":187,"line_id":493,"book":"bible.mark"},{"seg_id":187,"line_id":494,"book":"bible.mark"},{"seg_id":188,"line_id":495,"book":"bible.mark"},{"seg_id":188,"line_id":496,"book":"bible.mark"},{"seg_id":188,"line_id":497,"book":"bible.mark"},{"seg_id":189,"line_id":498,"book":"bible.mark"},{"seg_id":189,"line_id":499,"book":"bible.mark"},{"seg_id":189,"line_id":500,"book":"bible.mark"},{"seg_id":190,"line_id":501,"book":"bible.mark"},{"seg_id":190,"line_id":502,"book":"bible.mark"},{"seg_id":191,"line_id":503,"book":"bible.mark"},{"seg_id":191,"line_id":504,"book":"bible.mark"},{"seg_id":192,"line_id":505,"book":"bible.mark"},{"seg_id":192,"line_id":506,"book":"bible.mark"},{"seg_id":192,"line_id":507,"book":"bible.mark"},{"seg_id":193,"line_id":508,"book":"bible.mark"},{"seg_id":193,"line_id":509,"book":"bible.mark"},{"seg_id":194,"line_id":510,"book":"bible.mark"},{"seg_id":194,"line_id":511,"book":"bible.mark"},{"seg_id":195,"line_id":512,"book":"bible.mark"},{"seg_id":195,"line_id":513,"book":"bible.mark"},{"seg_id":196,"line_id":514,"book":"bible.mark"},{"seg_id":196,"line_id":515,"book":"bible.mark"},{"seg_id":197,"line_id":516,"book":"bible.mark"},{"seg_id":197,"line_id":517,"book":"bible.mark"},{"seg_id":197,"line_id":518,"book":"bible.mark"},{"seg_id":197,"line_id":519,"book":"bible.mark"},{"seg_id":198,"line_id":520,"book":"bible.mark"},{"seg_id":198,"line_id":521,"book":"bible.mark"},{"seg_id":199,"line_id":522,"book":"bible.mark"},{"seg_id":199,"line_id":523,"book":"bible.mark"},{"seg_id":199,"line_id":524,"book":"bible.mark"},{"seg_id":200,"line_id":525,"book":"bible.mark"},{"seg_id":200,"line_id":526,"book":"bible.mark"},{"seg_id":200,"line_id":527,"book":"bible.mark"},{"seg_id":201,"line_id":528,"book":"bible.mark"},{"seg_id":201,"line_id":529,"book":"bible.mark"},{"seg_id":202,"line_id":530,"book":"bible.mark"},{"seg_id":202,"line_id":531,"book":"bible.mark"},{"seg_id":202,"line_id":532,"book":"bible.mark"},{"seg_id":203,"line_id":533,"book":"bible.mark"},{"seg_id":203,"line_id":534,"book":"bible.mark"},{"seg_id":203,"line_id":535,"book":"bible.mark"},{"seg_id":204,"line_id":536,"book":"bible.mark"},{"seg_id":204,"line_id":537,"book":"bible.mark"},{"seg_id":204,"line_id":538,"book":"bible.mark"},{"seg_id":205,"line_id":539,"book":"bible.mark"},{"seg_id":205,"line_id":540,"book":"bible.mark"},{"seg_id":206,"line_id":541,"book":"bible.mark"},{"seg_id":206,"line_id":542,"book":"bible.mark"},{"seg_id":207,"line_id":543,"book":"bible.mark"},{"seg_id":207,"line_id":544,"book":"bible.mark"},{"seg_id":207,"line_id":545,"book":"bible.mark"},{"seg_id":208,"line_id":546,"book":"bible.mark"},{"seg_id":208,"line_id":547,"book":"bible.mark"},{"seg_id":208,"line_id":548,"book":"bible.mark"},{"seg_id":209,"line_id":549,"book":"bible.mark"},{"seg_id":209,"line_id":550,"book":"bible.mark"},{"seg_id":210,"line_id":551,"book":"bible.mark"},{"seg_id":210,"line_id":552,"book":"bible.mark"},{"seg_id":211,"line_id":553,"book":"bible.mark"},{"seg_id":211,"line_id":554,"book":"bible.mark"},{"seg_id":211,"line_id":555,"book":"bible.mark"},{"seg_id":212,"line_id":556,"book":"bible.mark"},{"seg_id":212,"line_id":557,"book":"bible.mark"},{"seg_id":212,"line_id":558,"book":"bible.mark"},{"seg_id":213,"line_id":559,"book":"bible.mark"},{"seg_id":213,"line_id":560,"book":"bible.mark"},{"seg_id":214,"line_id":561,"book":"bible.mark"},{"seg_id":214,"line_id":562,"book":"bible.mark"},{"seg_id":214,"line_id":563,"book":"bible.mark"},{"seg_id":215,"line_id":564,"book":"bible.mark"},{"seg_id":215,"line_id":565,"book":"bible.mark"},{"seg_id":215,"line_id":566,"book":"bible.mark"},{"seg_id":216,"line_id":567,"book":"bible.mark"},{"seg_id":216,"line_id":568,"book":"bible.mark"},{"seg_id":216,"line_id":569,"book":"bible.mark"},{"seg_id":217,"line_id":570,"book":"bible.mark"},{"seg_id":217,"line_id":571,"book":"bible.mark"},{"seg_id":217,"line_id":572,"book":"bible.mark"},{"seg_id":218,"line_id":573,"book":"bible.mark"},{"seg_id":218,"line_id":574,"book":"bible.mark"},{"seg_id":219,"line_id":575,"book":"bible.mark"},{"seg_id":219,"line_id":576,"book":"bible.mark"},{"seg_id":219,"line_id":577,"book":"bible.mark"},{"seg_id":220,"line_id":578,"book":"bible.mark"},{"seg_id":220,"line_id":579,"book":"bible.mark"},{"seg_id":221,"line_id":580,"book":"bible.mark"},{"seg_id":221,"line_id":581,"book":"bible.mark"},{"seg_id":222,"line_id":582,"book":"bible.mark"},{"seg_id":222,"line_id":583,"book":"bible.mark"},{"seg_id":222,"line_id":584,"book":"bible.mark"},{"seg_id":223,"line_id":585,"book":"bible.mark"},{"seg_id":223,"line_id":586,"book":"bible.mark"},{"seg_id":223,"line_id":587,"book":"bible.mark"},{"seg_id":224,"line_id":588,"book":"bible.mark"},{"seg_id":224,"line_id":589,"book":"bible.mark"},{"seg_id":224,"line_id":590,"book":"bible.mark"},{"seg_id":224,"line_id":591,"book":"bible.mark"},{"seg_id":225,"line_id":592,"book":"bible.mark"},{"seg_id":225,"line_id":593,"book":"bible.mark"},{"seg_id":225,"line_id":594,"book":"bible.mark"},{"seg_id":226,"line_id":595,"book":"bible.mark"},{"seg_id":226,"line_id":596,"book":"bible.mark"},{"seg_id":226,"line_id":597,"book":"bible.mark"},{"seg_id":226,"line_id":598,"book":"bible.mark"},{"seg_id":227,"line_id":599,"book":"bible.mark"},{"seg_id":227,"line_id":600,"book":"bible.mark"},{"seg_id":228,"line_id":601,"book":"bible.mark"},{"seg_id":228,"line_id":602,"book":"bible.mark"},{"seg_id":228,"line_id":603,"book":"bible.mark"},{"seg_id":229,"line_id":604,"book":"bible.mark"},{"seg_id":229,"line_id":605,"book":"bible.mark"},{"seg_id":229,"line_id":606,"book":"bible.mark"},{"seg_id":230,"line_id":607,"book":"bible.mark"},{"seg_id":230,"line_id":608,"book":"bible.mark"},{"seg_id":230,"line_id":609,"book":"bible.mark"},{"seg_id":231,"line_id":610,"book":"bible.mark"},{"seg_id":231,"line_id":611,"book":"bible.mark"},{"seg_id":232,"line_id":612,"book":"bible.mark"},{"seg_id":232,"line_id":613,"book":"bible.mark"},{"seg_id":232,"line_id":614,"book":"bible.mark"},{"seg_id":232,"line_id":615,"book":"bible.mark"},{"seg_id":233,"line_id":616,"book":"bible.mark"},{"seg_id":233,"line_id":617,"book":"bible.mark"},{"seg_id":233,"line_id":618,"book":"bible.mark"},{"seg_id":234,"line_id":619,"book":"bible.mark"},{"seg_id":234,"line_id":620,"book":"bible.mark"},{"seg_id":234,"line_id":621,"book":"bible.mark"},{"seg_id":234,"line_id":622,"book":"bible.mark"},{"seg_id":235,"line_id":623,"book":"bible.mark"},{"seg_id":235,"line_id":624,"book":"bible.mark"},{"seg_id":235,"line_id":625,"book":"bible.mark"},{"seg_id":235,"line_id":626,"book":"bible.mark"},{"seg_id":236,"line_id":627,"book":"bible.mark"},{"seg_id":236,"line_id":628,"book":"bible.mark"},{"seg_id":236,"line_id":629,"book":"bible.mark"},{"seg_id":237,"line_id":630,"book":"bible.mark"},{"seg_id":237,"line_id":631,"book":"bible.mark"},{"seg_id":238,"line_id":632,"book":"bible.mark"},{"seg_id":238,"line_id":633,"book":"bible.mark"},{"seg_id":238,"line_id":634,"book":"bible.mark"},{"seg_id":238,"line_id":635,"book":"bible.mark"},{"seg_id":239,"line_id":636,"book":"bible.mark"},{"seg_id":239,"line_id":637,"book":"bible.mark"},{"seg_id":239,"line_id":638,"book":"bible.mark"},{"seg_id":240,"line_id":639,"book":"bible.mark"},{"seg_id":240,"line_id":640,"book":"bible.mark"},{"seg_id":240,"line_id":641,"book":"bible.mark"},{"seg_id":241,"line_id":642,"book":"bible.mark"},{"seg_id":241,"line_id":643,"book":"bible.mark"},{"seg_id":242,"line_id":644,"book":"bible.mark"},{"seg_id":242,"line_id":645,"book":"bible.mark"},{"seg_id":243,"line_id":646,"book":"bible.mark"},{"seg_id":243,"line_id":647,"book":"bible.mark"},{"seg_id":243,"line_id":648,"book":"bible.mark"},{"seg_id":244,"line_id":649,"book":"bible.mark"},{"seg_id":244,"line_id":650,"book":"bible.mark"},{"seg_id":245,"line_id":651,"book":"bible.mark"},{"seg_id":245,"line_id":652,"book":"bible.mark"},{"seg_id":245,"line_id":653,"book":"bible.mark"},{"seg_id":246,"line_id":654,"book":"bible.mark"},{"seg_id":246,"line_id":655,"book":"bible.mark"},{"seg_id":247,"line_id":656,"book":"bible.mark"},{"seg_id":247,"line_id":657,"book":"bible.mark"},{"seg_id":248,"line_id":658,"book":"bible.mark"},{"seg_id":248,"line_id":659,"book":"bible.mark"},{"seg_id":248,"line_id":660,"book":"bible.mark"},{"seg_id":249,"line_id":661,"book":"bible.mark"},{"seg_id":249,"line_id":662,"book":"bible.mark"},{"seg_id":249,"line_id":663,"book":"bible.mark"},{"seg_id":250,"line_id":664,"book":"bible.mark"},{"seg_id":250,"line_id":665,"book":"bible.mark"},{"seg_id":251,"line_id":666,"book":"bible.mark"},{"seg_id":251,"line_id":667,"book":"bible.mark"},{"seg_id":251,"line_id":668,"book":"bible.mark"},{"seg_id":252,"line_id":669,"book":"bible.mark"},{"seg_id":252,"line_id":670,"book":"bible.mark"},{"seg_id":252,"line_id":671,"book":"bible.mark"},{"seg_id":253,"line_id":672,"book":"bible.mark"},{"seg_id":253,"line_id":673,"book":"bible.mark"},{"seg_id":253,"line_id":674,"book":"bible.mark"},{"seg_id":254,"line_id":675,"book":"bible.mark"},{"seg_id":254,"line_id":676,"book":"bible.mark"}]} \ No newline at end of file