﻿var quotes = new Array()

//change the quotes if desired. Add/ delete additional quotes as desired.

quotes[0] = '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.<br> <b><i>-PHILIPPIANS 1:6 </i></b>'

quotes[1] = '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.<br> <b><i>-ROMANS 8:28  </i></b>'

quotes[2] = '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.<br> <b><i>-JEREMIAH 29:11  </i></b>'

quotes[3] = 'And such as do wickedly against the covenant shall be corrupt by flatteries: but the people that do know their God shall be strong, and do exploits.<br> <b><i>-DANIEL 11:32  </i></b>'

quotes[4] = 'I have been young, and now am old; yet have I not seen the righteous forsaken, nor his seed begging bread. <br> <b><i>-PSALM 37:25  </i></b>'

quotes[5] = 'But the God of all grace, who hath called us unto his eternal glory by Christ Jesus, after that ye have suffered a while, make you perfect, stablish, strengthen, settle you.<br> <b><i>-I PETER 5:10 </i></b>'

quotes[6] = 'I can do all things through Christ which strengtheneth me. <br> <b><i>-PHILIPPIANS 4:13 </i></b>'

quotes[7] = 'And let us not be weary in well doing: for in due season we shall reap, if we faint not. <br> <b><i>-GALATIANS 6: 9 </i></b>'

quotes[8] = 'For his anger endureth but a moment; in his favor is life: weeping may endure for a night, but joy cometh in the morning.<br> <b><i>-PSALM 30:5 </i></b>'

quotes[9] = 'What shall we then say to these things? If God be for us, who can be against us? <br> <b><i>-ROMANS 8:31 </i></b>'

quotes[10] = 'For I reckon that the sufferings of this present time are not worthy to be compared with the glory which shall be revealed in us.<i>(kjv)</i> .<br> <b><i>-ROMANS 8:18 </i></b>'

quotes[11] = 'For our light affliction, which is but for a moment, worketh for us a far more exceeding and eternal weight of glory; <br> <b><i>-2 COR 4:17 </i></b>'

quotes[12] = 'While we look not at the things which are seen, but at the things which are not seen: for the things which are seen are temporal; but the things which are not seen are eternal.<br> <b><i>-2 COR 4:18 </i></b>'


var whichquote = Math.floor(Math.random() * (quotes.length))
document.write(quotes[whichquote])

