// This file defines the number of verses

var numVerses = 17;
var verses = new Array(numVerses);
var sources = new Array(numVerses);

verses[0] = "For God so loved the world, that He gave His only begotten Son, that whoever believes in Him should not perish, but have eternal life.";
verses[1] = "But God demonstrates His own love toward us, in that while we were yet sinners, Christ died for us.";
verses[2] = "For as high as the heavens are above the earth, so great is His lovingkindness toward those who fear Him.";
verses[3] = "The Lord's lovingkindnesses indeed never cease, for His compassions never fail. They are new every morning; great is Thy faithfulness.";
verses[4] = "See how great a love the Father has bestowed upon us, that we should be called children of God; and such we are.";
verses[5] = "I have loved you with an everlasting love; therefore I have drawn you with lovingkindness.";
verses[6] = "Surely goodness and lovingkindness will follow me all the days of my life, and I will dwell in the house of the Lord forever.";
verses[7] = "For the Lord is good; His mercy is everlasting, and His faithfulness to all generations.";
verses[8] = "Because Thy lovingkindess is better than life, my lips will praise Thee.";
verses[9] = "The grace of our Lord was more than abundant, with the faith and love which are found in Christ Jesus.";
verses[10] = "Greater love has no one than this, that one lay down his life for his friends.";
verses[11] = "Oh give thanks to the Lord, for He is good; for His lovingkindness is everlasting.";
verses[12] = "For Thou, O Lord, art good, and ready to forgive, and abundant in lovingkindness to all who call upon Thee.";
verses[13] = "[Jesus] loved His own who were in the world, He loved them to the end.";
verses[14] = "How precious also are Thy thoughts to me, O God! How vast is the sum of them!";
verses[15] = "The Lord your God is in your midst, a victorious warrior. He will exult over you with joy. He will renew you in His love. He will rejoice over you with shouts of joy.";
verses[16] = "For I am convinced that [nothing] shall be able to separate us from the love of God, which is in Christ Jesus our Lord.";

sources[0] = "John 3:16";
sources[1] = "Romans 5:8";
sources[2] = "Psalm 103:11";
sources[3] = "Lamentations 3:22-23";
sources[4] = "1 John 3:1";
sources[5] = "Jeremiah 31:3";
sources[6] = "Psalm 23:6";
sources[7] = "Psalm 100:5";
sources[8] = "Psalm 63:3";
sources[9] = "1 Timothy 1:14";
sources[10] = "John 15:13";
sources[11] = "Psalm 107:1";
sources[12] = "Psalm 86:5";
sources[13] = "John 13:1";
sources[14] = "Psalm 139:17";
sources[15] = "Zephaniah 3:17";
sources[16] = "Romans 8:38-39";
