w = Math.floor(Math.random() * 9)
n = ""
if (w == 0) 
n = "Jeremiah 29:13  And ye shall seek me, and find me, when ye shall search for me with all your heart."
if (w == 1)
n = "Proverbs 13:10  Only by pride cometh contention: but with the well advised is wisdom."
if (w == 2)
n = "John 15:13  Greater love hath no man than this, that a man lay down his life for his friends."
if (w == 3)
n = "John 13:35  By this shall all men know that ye are my disciples, if ye have love one to another."
if (w == 4)
n = "Ephesians 4:3  Endeavouring to keep the unity of the Spirit in the bond of peace."
if (w == 5)
n = "Matthew 7:20  Wherefore by their fruits ye shall know them."
if (w == 6)
n = "James 3:18  And the fruit of righteousness is sown in peace of them that make peace."
if (w == 7)
n = "Colossians 1:14  In whom we have redemption through his blood, even the forgiveness of sins:"
if (w == 8)
n = "Psalms 133:1 Behold, how good and how pleasant it is for brethren to dwell together in unity!"
document.write(n)