quotes = new Array(29);
authors = new Array(29);
quotes[0] = "And we know that in all things God works for the good of those who love him, who have been called according to his purpose.";
authors[0] = "Romans 8:28";
quotes[1] = "Do everything without complaining or arguing.";
authors[1] = "Philippians 2:14";
quotes[2] = "But godliness with contentment is great gain.";
authors[2] = "1 Timothy 6:6";
quotes[3] = "You have made known to me the path of life; you will fill me with joy in your presence, with eternal pleasures at your right hand.";
authors[3] = "Psalm 16:11";
quotes[4] = "For God so loved the world that he gave his one and only Son, that whoever believes in him shall not perish but have eternal life.";
authors[4] = "John 3:16";
quotes[5] = "Finally, brothers, whatever is true, whatever is noble, whatever is right, whatever is pure, whatever is lovely, whatever is admirable—if anything is excellent or praiseworthy—think about such things.";
authors[5] = "Philippians 4:8";
quotes[6] = "Be still, and know that I am God.";
authors[6] = "Psalm 46:10";
quotes[7] = "Do your best to present yourself to God as one approved, a workman who does not need to be ashamed and who correctly handles the word of truth.";
authors[7] = "2 Timothy 2:15";
quotes[8] = "Let us then approach the throne of grace with confidence, so that we may receive mercy and find grace to help us in our time of need.";
authors[8] = "Hebrews 4:16";
quotes[9] = "When you pass through the waters, I will be with you; and when you pass through the rivers, they will not sweep over you. When you walk through the fire, you will not be burned; the flames will not set you ablaze.";
authors[9] = "Isaiah 43:2";
quotes[10] = "I have been crucified with Christ and I no longer live, but Christ lives in me. The life I live in the body, I live by faith in the Son of God, who loved me and gave himself for me.";
authors[10] = "Galatians 2:20";
quotes[11] = "Do nothing out of selfish ambition or vain conceit, but in humility consider others better than yourselves.";
authors[11] = "Philippians 2:3";
quotes[12] = "And my God will meet all your needs according to his glorious riches in Christ Jesus.";
authors[12] = "Philippians 4:19";
quotes[13] = "Wait for the LORD; be strong and take heart and wait for the LORD.";
authors[13] = "Psalm 27:14";
quotes[14] = "Know that the LORD is God. It is he who made us, and we are his; we are his people, the sheep of his pasture.";
authors[14] = "Psalm 100:3";
quotes[15] = "So do not fear, for I am with you; do not be dismayed, for I am your God. I will strengthen you and help you; I will uphold you with my righteous right hand.";
authors[15] = "Isaiah 41:10";
quotes[16] = "Yet I tell you that not even Solomon in all his splendour was dressed like one of these.";
authors[16] = "Matthew 6:29";
quotes[17] = "The LORD is good, a refuge in times of trouble. He cares for those who trust in him.";
authors[17] = "Nahum 1:7";
quotes[18] = "Love the Lord your God with all your heart and with all your soul and with all your mind..";
authors[18] = "Matthew 22:37";
quotes[19] = "In the beginning was the Word, and the Word was with God, and the Word was God.";
authors[19] = "John 1:1";
quotes[20] = "Also hat Gott die Welt geliebt, daß er seinen eingeborenen Sohn gab, auf daß alle, die an ihn glauben, nicht verloren werden, sondern das ewige Leben haben.";
authors[20] = "Johannes 3:16";
quotes[21] = "Oui, Dieu a tant aimé le monde qu'il a donné son Fils, son unique, pour que tous ceux qui placent leur confiance en lui échappent à la perdition et qu'ils aient la vie éternelle.";
authors[21] = "Jean 3:16";
quotes[22] = "ουτως γαρ ηγαπησεν ο θεος τον κοσμον ωστε τον υιον τον μονογενη εδωκεν ινα πας ο πιστευων εις αυτον μη αποληται αλλ εχη ζωην αιωνιον";
authors[22] = "ΚΑΤΑ ΙΩΑΝΝΗΝ 3:16";
quotes[23] = "하나님이 세상을 이처럼 사랑하사 독생자를 주셨으니 이는 저를 믿는 자마다 멸망치 않고 영생을 얻게 하려 하심이니라";
authors[23] = "요한복음 3:16";
quotes[24] = "Deus amou tanto o mundo que deu o seu único Filho para que todo aquele que nele crê não se perca espiritualmente, mas tenha a vida eterna.";
authors[24] = "João 3:16";
quotes[25] = "Ибо так возлюбил Бог мир, что отдал Сына Своего Единородного, дабы всякий верующий в Него, не погиб, но имел жизнь вечную";
authors[25] = "От Иоанна 3:16";
quotes[26] = "Ito ay sapagkat sa ganitong paraan inibig ng Diyos ang sanlibutan kaya ipinagkaloob niya ang kaniyang bugtong na Anak upang ang sinumang sumampalataya sa kaniya ay hindi mapahamak kundi magkaroon ng buhay na walang hanggan.";
authors[26] = "Juan 3:16";
quotes[27] = "「 神 愛 世 人 ， 甚 至 將 他 的 獨 生 子 賜 給 他 們 ， 叫 一 切 信 他 的 ， 不 至 滅 亡 ， 反 得 永 生 。";
authors[27] = "約 翰 福 音 3:16";
quotes[28] = "لأَنَّهُ هكَذَا أَحَبَّ اللهُ الْعَالَمَ حَتَّى بَذَلَ ابْنَهُ الْوَحِيدَ، لِكَيْ لاَ يَهْلِكَ كُلُّ مَنْ يُؤْمِنُ بِهِ، بَلْ تَكُونُ لَهُ الْحَيَاةُ الأَبَدِيَّةُ";
authors[28] = "ﺎﻨﺣﻮﻳ 3:16";

index = Math.floor(Math.random() * quotes.length);
