<!-- Begin
theDate= new Date();
var day = theDate.getDate();
var year = theDate.getYear();
year = (year < 2000) ? year + 1900 : year;
var textdate = (theDate.getMonth() + 1) + '/' + theDate.getDate() + '/' + year;

var numquotes = 31;
quotes = new Array(numquotes+1);


quotes[1] = "Verily I say unto you, Whosoever shall not receive the kingdom of God as a little child shall in no wise enter therein.<br> (Luke 18:17)";
quotes[2] = "For the Son of man is come to seek and to save that which is lost.<br> (Luke 19:10)";
quotes[3] = "He is not a God of the dead but of the living, for all live unto Him.<br> (Luke 20:38)";
quotes[4] = "The fear of the Lord is the beginning of knowledge, but fools despise wisdom and instruction.<br> (Proverbs 1:7)";
quotes[5] = "Wealth gotten by vanity shall be diminished, but he that gathereth by labour shall increase. <br>(Proverbs 13:11)";
quotes[6] = "Where no wood is, there the fire goeth out, so where there is no talebearer, the strife ceaseth.<br>(Proverbs 26:20)";
quotes[7] = "Iron sharpeneth iron, so a man sharpeneth the countenance of his friend. (Proverbs 27:17)";
quotes[8] = "Love not sleep lest thy come to poverty. Open thine eyes and thou shalt be satisfied with bread.<br>(Proverbs 20:13)";
quotes[9] = "He shall be great, and shall be called the Son of the Highest, and the Lord God shall give unto him the throne of his father David. <br>(Luke 1:32)";
quotes[10] = "He who is of a merry heart has a continual feast. <br>(Proverbs 15:15b)";
quotes[11] = "He answered and saith unto them, He that hath two coats, let him impart to him that hath none; and he that hath meat, let him do likewise. <br>(Luke 3:11) ";
quotes[12] = "Man shall not live by bread alone, but by every word of God. <br>(Luke 4:4)";
quotes[13] = "Jesus answering said unto them, They that are whole need not a physician; but they that are sick. <br>(Luke 5:31)";
quotes[14] = "But as for me, I will come into thy house in the multitude of thy mercy, and in thy fear will I worship toward thy holy temple.<br>(Psalm 5:7)";
quotes[15] = "The Lord hath heard my supplication, the Lord will receive my prayer. <br>(Psalm 6:9)";
quotes[16] = "For a good tree bringeth not forth currupt fruit, neither doth a currupt tree bring forth good fruit. <br>(Luke 6:43)";
quotes[17] = "He will yet fill your mouth with laughing, and your lips with rejoicing. <br>(Job 8:21)";
quotes[18] = "But that on the good ground are they, which in an honest and good heart, having heard the word, keep it, and bring forth fruit with patience. <br>(Luke 8:15)";
quotes[19] = "For whosoever will save his life shall lose it, but whosoever will lose his life for my sake, the same shall save it. <br>(Luke 9:24)";
quotes[20] = "In that hour Jesus rejoiced in spirit, and said, I thank thee, O Father, Lord of heaven and earth, that thou hast hid these things from the wise and prudent, and hast revealed them unto babes. Even so, Father, for so it seemed good in thy sight. <br>(Luke 10:21)";
quotes[21] = "The righteous shall be glad in the Lord, and shall trust in him, and all the upright in heart shall glory. <br>(Psalm 64:10)";
quotes[22] = "Blessed is the man whom thou choosest, and causest to approach unto thee, that he may dwell in thy courts. <br>(Psalm 65:4a)";
quotes[23] = "Ask and it shall be given you, seek and ye shall find, knock and it shall be opened unto you. <br>(Luke 11:9)";
quotes[24] = "But even the very hairs of your head are all numbered. Fear not therefore, ye are of more value than many sparrows.<br>(Luke 12:7)";
quotes[25] = "Better is little with the fear of the Lord, than great treasure and trouble therewith. (Proverbs 15:16)";
quotes[26] = "For whosoever exalteth himself shall be abased, and he that humbleth himself shall be exalted. <br>(Luke 14:11)";
quotes[27] = "Joy shall be in heaven over one sinner that repenteth, more than over ninety and nine just persons, which need no repentance. <br>(Luke 15:7)";
quotes[28] = "Correct thy son and he shall give thee rest, yea, he shall give delight unto thy soul. <br>(Proverbs 29:17)";
quotes[29] = "Bring my soul out of prison, that I may praise thy name, the righteous shall compass me about, for thou shalt deal bountifully with me. <br>(Psalm 142:7)";
quotes[30] = "Man is like to vanity, his days are as a shadow that passeth away. <br>(Psalm 144:4)";
quotes[31] = "And he said unto him, Arise, go thy way, thy faith hath made thee whole. <br>(Luke 17:19) ";







document.write('<center><font size="2" face="Verdana" color="#000000">Daily Snippets' + '</font><br><center>');
document.write('<center><font size="2" face="Verdana" color="#000000">from the Word' + '</font><br><br><center>');


document.write('<i><font face="times" color="#000000" size="3">' + quotes[day] + '</i><br><br>');




// End -->