
 function text() {
};

text = new text();
number = 0;

// textArray
text[number++] = "The thief comes only to steal and kill and destroy; I have come that they may have life, and have it to the full. - John 10:10"
text[number++] = "If anyone would come after me, he must deny himself and take up his cross daily and follow me. - Luke 9:23"
text[number++] = "I am the light of the world. Whoever follows me will never walk in darkness, but will have the light of life. - John 8:12"
text[number++] = "If you remain in me and my words remain in you, ask whatever you wish, and it will be given you. - John 15:7"
text[number++] = "This is my command: Love each other. - John 15:17"
text[number++] = "Now faith is being sure of what we hope for and certain of what we do not see. - Hebrews 11:1"
text[number++] = "While we were still sinners, Christ died for us. - Romans 5:8"
text[number++] = "Love the Lord your God with all your heart and with all your soul and with all your mind and with all your strength - Mark 12:30"
text[number++] = "Do not let your hearts be troubled. Trust in God; trust also in me. - John 14:1"
text[number++] = "Trust in the Lord with all your heart and lean not on your own understanding - Proverbs 3:5"
text[number++] = "Come to me, all you who are weary and burdened, and I will give you rest. - Matthew 11:28"
text[number++] = "Dear children, let us not love with words or tongue but with actions and in truth. - 1 John 3:18"
text[number++] = "Everyone who has this hope in him purifies himself, just as he is pure. - 1 John 3:3"
text[number++] = "If anyone is thirsty, let him come to me and drink. - John 7:37"
text[number++] = "I will extol the Lord at all times; his praise will always be on my lips. - Psalms 34:1"
text[number++] = "My soul will boast in the Lord; let the afflicted hear and rejoice. - Psalms 34:2"
text[number++] = "Glorify the Lord with me; let us exalt his name together. - Psalms 34:3"
text[number++] = "Why do you call me, Lord, Lord, and do not do what I say? - Luke 6:46"
text[number++] = "This is to my fathers glory, that you bear much fruit, showing yourselves to be my disciples. - John 15:8"
text[number++] = "It is God who works in you to will and to act according to his good purpose - Philippians 2:13"
text[number++] = "We love because he first loved us. - 1 John 4:19"
text[number++] = "The righteous cry out, and the Lord hears them; he delivers them from all their troubles. - Psalms 34:17"
text[number++] = "The fear of the Lord is the beginning of knowledge, but fools despise wisdom and discipline. - Proverbs 1:7"
text[number++] = "My son, if sinners entice you, do not give in to them. - Proverbs 1:7"
text[number++] = "For the Lord gives wisdom, and from his mouth come knowledge and understanding. - Proverbs 2:6"
text[number++] = "Discretion will protect you, and understanding will guard you. - Proverbs 2:11"
text[number++] = "Do not be wise in your own eyes; fear the Lord and shun evil. - Proverbs 3:7"
text[number++] = "Blessed is the man who finds wisdom, the man who gains understanding, - Proverbs 3:13"
text[number++] = "For a man's ways are in full view of the Lord, and he examines all his paths. - Proverbs 3:13"
text[number++] = "The evil deeds of a wicked man ensnare him; the cords of his sin hold him fast. - Proverbs 5:22"
text[number++] = "To the Lord I cry aloud, and he answers me from his holy hill. - Psalms 3:4"
text[number++] = "From the Lord comes deliverance. May your blessing be on your people. - Psalms 3:8"
// keep adding items here...

increment = Math.floor(Math.random() * number);

document.write(text[increment]);

