
Quotes = new Array(
//Exodus
"<span class='g'>Honor thy father and thy mother.</span>--<a href='../ex/20.html#12'>Exodus 20:12</a>",
"<span class='g'>Thou shalt not kill.</span> -- <a href='../ex/20.html#13'>Exodus 20:13</a>",
"<span class='g'>Thou shalt not bear false witness against thy neighbour.</span> -- <a href='../ex/20.html#16'>Exodus 20:16</a>",
"<span class='g'>Thou shalt not follow a multitude to do evil.</span> -- <a href='../ex/23.html#2'>Exodus 23:2</a>",

//Leviticus
"<span class='g'>Ye shall not steal, neither deal falsely, neither lie one to another.</span> -- <a href='../lev/19.html#11'>Leviticus 19:11</a>",
"<span class='g'>Thou shalt not defraud your neighbor, neither rob him.</span> -- <a href='../lev/19.html#13'>Levicicus 19:13</a>",
"<span class='g'>Thou shalt not hate thy brother in thine heart.</span> -- <a href='../lev/19.html#17'>Leviticus 19:17</a>",
"<span class='g'>Love thy neighbor as thyself.</span>--<a href='../lev/19.html#18'>Leviticus 19:18</a>",

//Deuteronomy
"<span class='g'>Honour thy father and thy mother.</span> -- <a href='../dt/5.html#16'>Dt.5:16</a>",
"<span class='g'>Thou shalt not kill.</span> -- <a href='../dt/5.html#17'>Dt.5:17</a>",
"<span class='g'>If there be among you a poor man ... thou shalt not harden thine heart, nor shut thine hand from thy poor brother: But thou shalt open thine hand wide unto him, and shalt surely lend him sufficient for his need, in that which he wanteth.</span> -- <a href='../dt/15.html#7'>Dt.15:7-8</a>",

//Psalms
"<span class='g'>Blessed is he that considereth the poor.</span> -- <a href='../ps/4.html#1'>Psalms 4:1</a>",

//Proverbs
"<span class='g'>Let not mercy and truth forsake thee: bind them about thy neck; write them upon the table of thine heart.</span> -- <a href='../pr/3.html#3'>Proverbs 3:3</a>",
"<span class='g'>Happy is the man that findeth wisdom, and the man that getteth understanding.</span> -- <a href='../pr/3.html#13'>Proverbs 3:13</a>",
"<span class='g'>Withhold not good from them to whom it is due, when it is in the power of thine hand to do it.</span> -- <a href='../pr/3.html#27'>Proverbs 3:27</a>",
"<span class='g'>Strive not with a man without cause, if he have done thee no harm.</span> -- <a href='../pr/3.html#30'>Proverbs 3:30</a>",
"<span class='g'>Envy thou not the oppressor, and choose none of his ways.</span> -- <a href='../pr/3.html#31'>Proverbs 3:31</a>",
"<span class='g'>Wisdom is the principal thing; therefore get wisdom: and with all thy getting get understanding.</span> -- <a href='../pr/4.html#7'>Proverbs 4:7</a>",
"<span class='g'>Hatred stirreth up strifes: but love covereth all sins.</span> -- <a href='../pr/10.html#20'>Proverbs 10:20</a>",
"<span class='g'>When pride cometh, then cometh shame.</span> -- <a href='../pr/11.html#2'>Proverbs 11:2</a>",
"<span class='g'>The merciful man doeth good to his own soul: but he that is cruel troubleth his own flesh.</span> -- <a href='../pr/11.html#17'>Proverb 11:17</a>",
"<span class='g'>He that troubleth his own house shall inherit the wind.</span> -- <a href='../pr/11.html#29'>Proverbs 11:29</a>",
"<span class='g'>The simple believeth every word.</span> -- <a href='../pr/14.html#15'>Proverbs 14:15</a>",
"<span class='g'>A soft answer turneth away wrath.</span> -- <a href='../pr/15.html#1'>Proverbs 15:1</a>",
"<span class='g'>The tongue of the wise useth knowledge aright: but the mouth of fools poureth out foolishness.</span> -- <a href='../pr/15.html#2'>Proverbs 15:2</a>",
"<span class='g'>Pride goeth before destruction, and an haughty spirit before a fall.</span> -- <a href='../pr/16.html#18'>Proverbs 16:18</a>",
"<span class='g'>He that answereth a matter before he heareth it, it is folly and shame unto him.</span> -- <a href='../pr/18.html#13'>Proverbs 18:13</a>",
"<span class='g'>Whoso keepeth his mouth and his tongue keepeth his soul from troubles.</span> -- <a href='../pr/21.html#23'>Proverbs 21:23</a>",
"<span class='g'>A good name is rather to be chosen than great riches.</span> -- <a href='../pr/22.html#1'>Proverbs 22:1</a>",
"<span class='g'>Train up a child in the way he should go: and when he is old, he will not depart from it.</span> -- <a href='../pr/22.html#6'>Proverbs 22:6</a>",
"<span class='g'>Speak not in the ears of a fool: for he will despise the wisdom of thy words.</span> -- <a href='../pr/23.html#9'>Proverbs 23:9</a>",
"<span class='g'>Apply thine heart unto instruction, and thine ears to the words of knowledge.</span> -- <a href='../pr/23.html#12'>Proverbs 23:12</a>",
"<span class='g'>Rejoice not when thine enemy falleth, and let not thine heart be glad when he stumbleth.</span> -- <a href='../pr/24.html#17'>Proverbs 24:17</a>",

//Luke
"<span class='g'>But a certain Samaritan, as he journeyed, came where he was: and when he saw him, he had compassion on him.... Then said Jesus unto him, Go, and do thou likewise.</span>--<a href='../lk/10.html#34'>Luke 10:34-37</a>",

//1 Thessalonians
"<span class='g'>Prove all things; hold fast that which is good.</span> -- <a href='../1th/5.html#21'>1 Th.5:21</a>"

);

var x = Math.floor (Quotes.length * Math.random());

document.write(Quotes[x]);