//store the quotations in arrays
quotes = new Array(18);
authors = new Array(18);
quotes[0] = "And we know that God causes all things to work together for good to those who love God, to those who are called according to His purpose.";
authors[0] = "Romans 8:28";
quotes[1] = "Do all things without grumbling or disputing;";
authors[1] = "Philippians 2:14";
quotes[2] = "But godliness actually is a means of great gain, when accompanied by contentment.";
authors[2] = "1 Timothy 6:6";
quotes[3] = "Thou wilt make known to me the path of life; In Thy presence is fulness of joy; In Thy right hand there are pleasures forever.";
authors[3] = "Psalm 16:11";
quotes[4] = "For God so loved the world, that He gave his only begotten Son, that whoever believes in Him should not perish, but have eternal life.";
authors[4] = "John 3:16";
quotes[5] = "Finally, brethren, whatever is true, whatever is honorable, whatever is right, whatever is pure, whatever is lovely, whatever is of good repute, if there is any excellence and if anything worthy of praise, let your mind dwell on these things.";
authors[5] = "Philippians 4:8";
quotes[6] = "Be still and know that I am God.";
authors[6] = "Psalm 46:10";
quotes[7] = "Be diligent to present yourself approved to God as a workman who does not need to be ashamed, handling accurately that word of truth,";
authors[7] = "2 Timothy 2:15";
quotes[8] = "Let us therefore draw near with confidence to the throne of grace, that we may receive mercy and may find grace to help in time of need.";
authors[8] = "Hebrews 4:16";
quotes[9] = "When you pass through the waters, I will be with you; And through the rivers, they will not overflow you, When you walk through the fire, you will not be scorched, Nor will the flame burn you.";
authors[9] = "Isaiah 43:2";
quotes[10] = "I have been crucified with Christ; and it is no longer I who live, but Christ lives in me; and the life which I now live in the flesh I live by faith in the Son of God, who loved me, and delivered Himself up for me.";
authors[10] = "Galatians 2:20";
quotes[11] = "Do nothing from selfishness or empty conceit, but with humility of mind let each of you regard one another as more important that himself;";
authors[11] = "Philippians 2:3";
quotes[12] = "And my God shall supply all your needs according to His riches in glory in Christ Jesus.";
authors[12] = "Philippians 4:19";
quotes[13] = "Wait for the Lord; Be strong, and let your heart take courage; Yes, wait for the Lord.";
authors[13] = "Psalm 27:14";
quotes[14] = "Know that the Lord Himself is God, It is He who has made us, and not we ourselves; We are His people and the sheep of His pasture.";
authors[14] = "Psalm 100:3";
quotes[15] = "Do not fear, for I am with you; Do not anxiously look about you, for I am your God, I will strengthen you, surely I will help you, Surely I will uphold you with My righteous right hand.";
authors[15] = "Isaiah 41:10";
quotes[16] = "But seek fist His kingdom and His righteousness; and all these things shall be added to you.";
authors[16] = "Matthew 6:33";
quotes[17] = "I can do all things through Him who strengthens me.";
authors[17] = "Philipians 4:13";

