// JavaScript Document
var n_sb_count = 24;
var n_sb_rand = Math.floor(n_sb_count * Math.random());
var SB_VERSE;
var SB_REF;
switch(n_sb_rand) {
case 0:
  SB_VERSE = "All scripture is given by inspiration of God, and is profitable for doctrine, for reproof, for correction, for instruction in righteousness: that the man of God may be perfect, throughly furnished unto all good works.";
  SB_REF = "2 Timothy 3:16,17";
  break;
case 1:
  SB_VERSE = "Thy words were found, and I did eat them; and thy word was unto me the joy and rejoicing of mine heart: for I am called by thy name, O LORD God of hosts.";
  SB_REF = "Jeremiah 15:16";
  break;
case 2:
  SB_VERSE = "Open thou mine eyes, that I may behold wondrous things out of thy law. Thy word is a lamp unto my feet, and a light unto my path.";
  SB_REF = "Psalm 119:18,105";
  break;
case 3:
  SB_VERSE = "The words that I speak unto you, they are spirit, and they are life.";
  SB_REF = "John 6:63";
  break;
case 4:
  SB_VERSE = "For the prophecy came not in old time by the will of man: but holy men of God spake as they were moved by the Holy Ghost.";
  SB_REF = "2 Peter 1:21";
  break;
case 5:
  SB_VERSE = "His divine power hath given unto us all things that pertain unto life and godliness, through the knowledge of him that hath called us to glory and virtue.";
  SB_REF = "2 Peter 1:3";
  break;
case 6:
  SB_VERSE = "Heaven and earth shall pass away: but my words shall not pass away. ";
  SB_REF = "Luke 21:33";
  break;
case 7:
  SB_VERSE = "Therefore whosoever heareth these sayings of mine, and doeth them, I will liken him unto a wise man, which built his house upon a rock.";
  SB_REF = "Matthew 7:24";
  break;
case 8:
  SB_VERSE = "For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life.";
  SB_REF = "John 3:16";
  break;
case 9:
  SB_VERSE = "Jesus answered and said unto him, Verily, verily, I say unto thee, Except a man be born again, he cannot see the kingdom of God.";
  SB_REF = "John 3:3";
  break;
case 10:
  SB_VERSE = "For there is one God, and one mediator between God and men, the man Christ Jesus; ";
  SB_REF = "1 Timothy 2:5";
  break;
case 11:
  SB_VERSE = "For by grace are ye saved through faith; and that not of yourselves: it is the gift of God: Not of works, lest any man should boast.";
  SB_REF = "Ephesians 2:8,9";
  break;
case 12:
  SB_VERSE = "For Christ also hath once suffered for sins, the just for the unjust, that he might bring us to God.";
  SB_REF = "1 Peter 3:18a";
  break;
case 13:
  SB_VERSE = "Not by works of righteousness which we have done, but according to his mercy he saved us.";
  SB_REF = "Titus 3:5a";
  break;
case 14:
  SB_VERSE = "Whether therefore ye eat, or drink, or whatsoever ye do, do all to the glory of God. ";
  SB_REF = "1 Corinthians 10:31";
  break;
case 15:
  SB_VERSE = "Thou art worthy, O Lord, to receive glory and honour and power: for thou hast created all things, and for thy pleasure they are and were created.";
  SB_REF = "Revelation 4:11";
  break;
case 16:
  SB_VERSE = "In the beginning was the Word, and the Word was with God, and the Word was God. And the Word was made flesh, and dwelt among us.";
  SB_REF = "John 1:1,14";
  break;
case 17:
  SB_VERSE = "In the beginning God created the heaven and the earth. ";
  SB_REF = "Genesis 1:1";
  break;
case 18:
  SB_VERSE = "But Yahweh is the true God, he is the living God, and an everlasting king.";
  SB_REF = "Jeremiah 10:10";
  break;
case 19:
  SB_VERSE = "But the goal of our instruction is love from a pure heart and a good conscience and a sincere faith.";
  SB_REF = "1 Timothy 1:5";
  break;
case 20:
  SB_VERSE = "Then saith he unto his disciples, The harvest truly is plenteous, but the labourers are few; Pray ye therefore the Lord of the harvest, that he will send forth labourers into his harvest.";
  SB_REF = "Matthew 9:37,38";
  break;
case 21:
  SB_VERSE = "Warning every man, and teaching every man in all wisdom; that we may present every man perfect in Christ Jesus.";
  SB_REF = "Colossians 1:28";
  break;
case 22:
  SB_VERSE = "Trust in the LORD with all thine heart; and lean not unto thine own understanding. In all thy ways acknowledge him, and he shall direct thy paths.";
  SB_REF = "Proverbs 3:5,6";
  break;
case 23:
  SB_VERSE = "Jesus came and spake unto them, saying, All power is given unto me in heaven and in earth. Go ye therefore, and teach all nations.";
  SB_REF = "Matthew 28:18,19";
}
