<!-- Begin
theDate= new Date();
var day = theDate.getDate();
var textdate = (theDate.getMonth() + 1) + '/' + theDate.getDate() + '/' + theDate.getYear();

var numquotes = 31;
quotes = new Array(numquotes+1);
author = new Array(numquotes+1);
quotes[1] = "The angel of the Lord encampeth round about those who fear him, and delivereth them."
author[1] = "Psalms 34:7"
quotes[2] = "Let us therefore come boldly unto the throne of grace, that we may obtain mercy, and find grace to help in time of need."
author[2] = "Hebrews 4:16"
quotes[3] = "But as it is written, Eye hath not seen, nor ear heard, neither have entered into the heart of man, the things which God hath prepared for them that love him."
author[3] = "I Corinthians 2:9"
quotes[4] = "Cast thy burden upon the Lord, and he shall sustain thee; he shall never suffer the righteous to be moved."
author[4] = "Psalms 55:23"
quotes[5] = "For the Lord giveth wisdom; out of his mouth cometh knowledge and understanding."
author[5] = "Proverbs 2:6"
quotes[6] = "God is our refuge and strength, a very present help in trouble."
author[6] = "Psalms 46:1"
quotes[7] = "Therefore if any man be in Christ, he is a new creature: old things are passed away; behold, all things are become new."
author[7] = "II Corinthians 5:17"
quotes[8] = "I am the vine, ye are the branches.  He that abideth in me, and I in him, the same bringeth forth much fruit; for without me ye can do nothing."
author[8] = "John 15:5"
quotes[9] = "Study to shew thyself approved unto God, a workman that needeth not to be ashamed, rightly dividing the word of truth."
author[9] = "II Timothy 2:15"
quotes[10] = "And God shall wipe away all tears from their eyes; and there shall be no more death, neither sorrow, nor crying, neither shall there be any more pain: for the former things are passed away."
author[10] = "Revelation 21:4"
quotes[11] = "For he hath made him to be sin for us, who knew no sin; that we might be made the righteousness of God in him."
author[11] = "II Corinthians 5:21"
quotes[12] = "How then shall they call on him in whom they have not believed? and how shall they believe in him of whom they have not heard? and how shall they hear without a preacher?"
author[12] = "Romans 10:14"
quotes[13] = "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."
author[13] = "John 3:16"
quotes[14] = "Ask, and it shall be given you, seek, and ye shall find; knock, and it shall be opened unto you;"
author[14] = "Matthew 7:7"
quotes[15] = "But my God shall supply all your need according to his riches in glory by Christ Jesus."
author[15] = "Philippians 4:19"
quotes[16] = "Through faith we understand that the worlds were framed by the word of God, so that things which are seen were not made of things which do appear."
author[16] = "Hebrews 11:3"
quotes[17] = "Now faith is the substance of things hoped for, the evidence of things not seen."
author[17] = "Hebrews 11:1"
quotes[18] = "Jesus Christ the same yesterday, and to day, and for ever."
author[18] = "Hebrews 13:8"
quotes[19] = "For God hath not given us the spirit of fear; but of power, and of love, and of a sound mind."
author[19] = "II Timothy 1:7"
quotes[20] = "For the work of God is quick, and powerful, and sharper than any two-edged sword, piercing even to the dividing asunder of soul and spirit, and of the joints and marrow, and is a discerner of the thoughts and intents of the heart."
author[20] = "Hebrews 4:12"
quotes[21] = "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."
author[21] = "II Timothy 3:16-17"
quotes[22] = "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."
author[22] = "Proverbs 3:5-6"
quotes[23] = "For the Lord knoweth the way of the righteous; but the way of the ungodly shall perish."
author[23] = "Psalms 1:6"
quotes[24] = "I will lift up mine eyes unto the hills.  From whence cometh my help?  My help cometh from the Lord, who made heaven and earth."
author[24] = "Psalms 121:1-2"
quotes[25] = "And we know that all things work together for good to them that love God, to them who are the called according to his purpose."
author[25] = "Romans 8:28"
quotes[26] = "Come unto me, all ye that labor and are heavy laden, and I will give you rest."
author[26] = "Matthew 11:28"
quotes[27] = "But they that wait upon the Lord shall renew their strength; they shall mount up with wings like eagles; they shall run, and not be weary; and they shall walk, and not faint."
author[27] = "Isaiah 40:31"
quotes[28] = "For in the time of trouble he shall hide me in his pavilion; in the secret of his tabernacle shall he hide me; he shall set me up upon a rock."
author[28] = "Psalms 27:5"
quotes[29] = "For if ye forgive men their trespasses, your heavenly Father will also forgive you;  But if ye forgive not men their trespasses, neither will your Father forgive your trespasses."
author[29] = "Matthew 6:14-15"
quotes[30] = "The Lord is my rock, and my fortress, and my deliverer; my God, my strength, in whom I will trust; my buckler, and the horn of my salvation, and my high tower."
author[30] = "Psalms 18:2"
quotes[31] = "Behold, I stand at the door, and knock; if any man hear my voice, and open the door, I will come in to him, and will sup with him, and he with me."
author[31] = "Revelation 3:20"

// end -->