

<!-- Begin
theDate= new Date();
var day = theDate.getDate() ;
var year = theDate.getYear();
var hr = theDate.getHours() 
year = (year < 2000) ? year + 1900 : year;
var textdate = (theDate.getMonth() + 1) + '/' + theDate.getDate() + '/' + year;

var numverses = 24;
verses = new Array(numverses+1);
verses[1] = " If any of you lack wisdom, let him ask of God,<BR> that giveth to all men liberally, and upbraideth not;<BR> and it shall be given him.<BR> James 1:5";
verses[2] = "And this is the confidence that we have in him, that,<BR> if we ask any thing according to his will, he heareth us: <BR>1 John 5:14.";
verses[3] = "Now faith is the substance of things hoped for, <BR>the evidence of things not seen.<BR> Hebrews 11:1";
verses[4] = "For God hath not appointed us to wrath,<BR> but to obtain salvation by our Lord Jesus Christ, <BR> 1 Thessalonians 5:9";
verses[5] = " I can do all things through Christ which strengtheneth me.<BR> Philippians 4:13";
verses[6] = "Therefore, my beloved brethren, be ye stedfast, unmoveable,<BR> always abounding in the work of the Lord,<BR> forasmuch as ye know that your<BR> labour is not in vain in the Lord.<BR> 1 Corinthians 15:58";
verses[7] = " He that believeth on the Son hath everlasting life:<BR> and he that believeth not the Son shall not see life;<BR> but the wrath of God abideth on him. <BR>John 3:36";
verses[8] = "And the Lord make you to increase and abound in love <BR>one toward another, and toward all men, <BR>even as we do toward you:<BR> 1 Thessalonians 3:12";
verses[9] = "Be careful for nothing; but in every thing by prayer<BR> and supplication with thanksgiving let your requests<BR> be made known unto God.<BR> Philippians 4:6";
verses[10] = "These were more noble than those in Thessalonica,<BR> in that they received the word with all readiness of mind, <BR>and searched the scriptures daily, whether those things were so. <BR>Acts 17:16";
verses[11] = " My little children, let us not love in word, <BR>neither in tongue; but in deed and in truth.<BR> 1 John 3:18";
verses[12] = "Being confident of this very thing, that he which hath begun a good work in you will perform it until the day of Jesus Christ: Philippians 1:6";
verses[13] = " For by grace are ye saved through faith; <BR>and that not of yourselves:<BR> it is the gift of God:<BR> Ephesians 2:8";
verses[14] = " For God hath not given us the spirit of fear; <BR>but of power, and of love, <BR>and of a sound mind. <BR>2 Timothy 1:7";
verses[15] = " But my God shall supply all your need according <BR>to his riches in glory by Christ Jesus. <BR>Philippians 4:19";
verses[16] = "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. John 3:16";
verses[17] = "That he would grant you, according to the riches of his glory,<BR> to be strengthened with might by his Spirit in the inner man; Ephesians 3:16";
verses[18] = " Beloved, let us love one another: for love is of God;<BR> and every one that loveth is born of God, and knoweth God. <BR>1 John 4:7";
verses[19] = "And we know that all things work together <br>for good to them that love God, to them who are the<br> called according to his purpose.<BR> Romans 8:28";
verses[20] = " Surely goodness and mercy shall follow me all the days of my life: <BR>and I will dwell in the house of the LORD for ever. <BR>Psalms 23:6";
verses[21] = " Fear thou not; for I am with thee: <BR>be not dismayed; for I am thy God: <BR>I will strengthen thee; yea,<BR> I will help thee; yea, I will uphold thee <BR>with the right hand of my righteousness. <BR>Isaiah 41:10 ";
verses[22] = " And he hath on his vesture and on<BR> his thigh a name written, <BR>KING OF KINGS, AND<BR> LORD OF LORDS. <BR>Revelation 19:16";
verses[23] = "But his delight is in the law of the LORD; <BR>and in his law doth he meditate day and night. <BR>Psalms 1:2";
verses[24] = "There is therefore now no condemnation to them<BR> which are in Christ Jesus, who walk not after the flesh,<BR> but after the Spirit.<BR> Romans 8:1";

document.write ('<B><CENTER>Verse for this Hour</B><br>');
document.write ('<font color=#FF0000 size=4><B><i>' + verses[hr] + '</i></B></font></CENTER><br>');
document.write ('<LEFT><font size=2><a href="http://rfhadley.com/dailyverse.htm">Get Verse for this Hour<BR> for Your Website</A></font></LEFT><BR>');
document.write ('<P align=RIGHT><font size=2><a href="http://rfhadley.com">Powered By<BR>RFHadley.com<BR></A></font></P>');

//  End -->
          
