var bible = [
	"OLD TESTAMENT", [
		"The Law", [
			"Genesis", [50, 1533, 38262],
			"Exodus", [40, 1213, 32685],
			"Leviticus", [27, 859, 24541],
			"Numbers", [36, 1288, 32896],
			"Deuteronomy", [34, 959, 28352]
		],
		"Historical Books", [
			"Joshua", [24, 658, 18854],
			"Judges", [21, 618, 18966],
			"Ruth", [4, 85, 2574],
			"1 Samuel", [31, 810, 25048],
			"2 Samuel", [24, 695, 20600],
			"1 Kings", [22, 816, 24513],
			"2 Kings", [25, 719, 23517],
			"1 Chronicles", [29, 942, 20365],
			"2 Chronicles", [36, 822, 26069],
			"Ezra", [10, 280, 7440],
			"Nehemiah", [13, 406, 10480],
			"Esther", [10, 167, 5633]
		],
		"Wisdom Books", [
			"Job", [42, 1070, 18098],
			"Psalms", [150, 2461, 42704],
			"Proverbs", [31, 915, 15038],
			"Ecclesiastes", [12, 222, 5579],
			"Song of Solomon", [8, 117, 2658]
		],
		"Major Prophets", [
			"Isaiah", [66, 1292, 37036],
			"Jeremiah", [52, 1364, 42654],
			"Lamentations", [5, 154, 3411],
			"Ezekiel", [48, 1273, 39401],
			"Daniel", [12, 357, 11602]
		],
		"Minor Prophets", [
			"Hosea", [14, 197, 5174],
			"Joel", [3, 73, 2033],
			"Amos", [9, 146, 4216],
			"Obadiah", [1, 21, 669],
			"Jonah", [4, 48, 1320],
			"Micah", [7, 105, 3152],
			"Nahum", [3, 47, 1284],
			"Habakkuk", [3, 56, 1475],
			"Zephaniah", [3, 53, 1616],
			"Haggai", [2, 38, 1130],
			"Zechariah", [14, 211, 6443],
			"Malachi", [4, 55, 1781]
		]
	],
	"NEW TESTAMENT", [
		"Gospels", [
			"Matthew", [28, 1071, 23343],
			"Mark", [16, 678, 14949],
			"Luke", [24, 1151, 25640],
			"John", [21, 879, 18658]
		],
		"The History", [
			"Acts", [28, 1007, 24229]
		],
		"Paul's Epistles", [
			"Romans", [16, 433, 9422],
			"1 Corinthians", [16, 437, 9462],
			"2 Corinthians", [13, 257, 6046],
			"Galatians", [6, 149, 3084],
			"Ephesians", [6, 155, 3022],
			"Philippians", [4, 104, 2183],
			"Colossians", [4, 95, 1979],
			"1 Thessalonians", [5, 89, 1837],
			"2 Thessalonians", [3, 47, 1022],
			"1 Timothy", [6, 113, 2244],
			"2 Timothy", [4, 83, 1666],
			"Titus", [3, 46, 896],
			"Philemon", [1, 25, 430]
		],
		"General Epistles", [
			"Hebrews", [13, 303, 6897],
			"James", [5, 108, 2304],
			"1 Peter", [5, 105, 2476],
			"2 Peter", [3, 61, 1553],
			"1 John", [5, 105, 2517],
			"2 John", [1, 13, 298],
			"3 John", [1, 14, 294],
			"Jude", [1, 25, 608],
			"Revelation", [22, 404, 11952]
		]
	]
];
