Quotes = new Array(

//1 Kings
"<span class='p'>Behold, <i>the LORD hath put a lying spirit in the mouth  of all these thy prophets</i>, and the LORD hath spoken evil concerning thee.</span>--<a href='../1kg/22.html#23' >1 Kg.22:23</a>",

//2 Chronicles
"<span class='p'> Now therefore, behold, <i>the LORD hath put a lying spirit in the mouth  of these thy prophets,</i> and the LORD hath spoken evil against thee.</span>--<a href='../2chr/18.html#22' >2 Chr.18:22</a>",

//Jeremiah
"<span class='p'>The prophets prophesy lies in my name.</span>--<a href='../jer/14.html#14' >Jer.14:14</a>",

//Ezekiel
"<span class='p'>And if the prophet be deceived when he hath spoken a thing, <i>I the  LORD have deceived that prophet, and I</i> will stretch out my hand upon him, and  <i>will destroy him</i>.</span>--<a href='../ezek/14.html#9' >Ezekiel 14:9</a>",

//Zechariah
"<span class='p'>And it shall come to pass, that when any shall yet prophesy, then his  father and his mother that begat him shall say unto him, Thou shalt not live;  for thou speakest lies in the name of the LORD: and <i>his father and his mother  that begat him shall thrust him through when he prophesieth.</i></span>--<a href='../zech/13.html#3' >Zech.13:3</a>",

//Matthew
"<span class='p'>Verily I say unto you, Ye shall not have gone over the cities of Israel, till  the Son of man be come.</span>--<a href='../mt/10.html#23' >Mt.10:23</a>",
"<span class='p'>Verily I say unto you, There be some standing here, which shall not  taste of death, till they see the Son of man coming in his kingdom.</span>--<a href='../mt/16.html#28' >Mt.16:28</a>",
"<span class='p'>Verily I say unto you, <i>This generation shall not pass, till all  these things be fulfilled.</i></span>--<a href='../mt/24.html#34' >Mt.24:34</a>",

//Mark
"<span class='p'>Verily I say unto you, That there be some  of them that stand here, which shall not taste of death, till they have seen  the kingdom of God come with power.</span>--<a href='../mk/9.html#1' >Mark 9:1</a>",
"<span class='p'>Verily I say unto you, that this generation shall not pass, till all  these things be done.</span>--<a href='../mk/13.html#30' >Mark 13:30</a>",

//Luke
"<span class='p'>But I tell you of a truth, there be some standing here, which shall  not taste of death, till they see the kingdom of God.</span>--<a href='../lk/9.html#27' >Luke 9:27</a>",
"<span class='p'>This generation shall not pass away, till all  be fulfilled.</span>--<a href='../lk/21.html#32' >Luke 21:32</a>",

//John
"<span class='p'>Jesus saith unto him, If I will that he tarry till I come, what is that to thee.</span>--<a href='../jn/21.html#22' >John 21:22</a>",

//1 Corinthians
"<span class='p'>But this I say, brethren, <I>the time is short</I>: it remaineth, that both they that have wives be as though they had none.</span>--<a href='../1cor/7.html#29' >1 Cor.7:29</a>",

//Philippians
"<span class='p'>The Lord is at hand.</span>--<a href='../phil/4.html#5' >Phil.4:5</a>",

// Hebrews
"<span class='p'>God ... hath <i>in these last days</i> spoken unto us by his Son.</span>--<a href='../heb/1.html#1-2' >Heb.:1-2</a>",
"<span class='p'><I>In the end of the world hath he appeared</I> to put away sin by the sacrifice of himself.</span>--<a href='../heb/9.html#26' >Heb.9:26</a>",
"<span class='p'>For yet a little while, and he that shall come will come, and will not tarry.</span>--<a href='../heb/10.html#37' >Heb.10:37</a>",

//James
"<span class='p'>The coming of the Lord draweth nigh.</span>--<a href='../jas/5.html#8' >James 5:8</a>",

//1 Peter
"<span class='p'>Who verily was foreordained before the foundation of the world, but was manifest <i>in these last times</i> for you.</span>--<a href='../1pet/1.html#20' >1 Peter 1:20</a>",
"<span class='p'>But the end of all things is at hand.</span>--<a href='../1pet/4.html#7' >1 Peter 4:7</a>",

// 1 John
"<span class='p'><I>It is the last time</I>: and as ye have heard that antichrist shall come, <I>even now are there many antichrists; whereby we know that it is the last time.</i></span>--<a href='../1jn/2.html#18' >1 John 2:18</a>",

//Revelation
"<span class='p'>The Revelation of Jesus Christ, which God gave unto him, to shew unto his servants <i>things which must shortly come to pass.</i></span>--<a href='../rev/1.html#1' >Rev.1:1</a>",
"<span class='p'>The time is at hand.</span>--<a href='../rev/1.html#3' >Rev.1:3</a>",

"<span class='p'>Behold, I come quickly.</span>--<a href='../rev/3.html#11' >Rev.3:11</a>",
"<span class='p'>Behold, I come quickly.</span>--<a href='../rev/22.html#7' >Rev.22:7</a>",
"<span class='p'>Behold, I come quickly.</span>--<a href='../rev/22.html#12' >Rev.22:12</a>",
"<span class='p'>Behold, I come quickly.</span>--<a href='../rev/22.html#20' >Rev.22:20</a>"

);

var x = Math.floor (Quotes.length * Math.random());

document.write(Quotes[x]);