
var quotes = new Array;
quotes[0] = 'Do you have any idea where you\'re going? (God Speaks Billboard)';
quotes[1] = 'People may not remember exactly what you did or what you said, but they will always remember how you made them feel.';
quotes[2] = 'Christ paid a debt He did not owe to cancel a debt we could not pay. (Our Daily Bread)';
quotes[3] = 'Core values are of no value unless they reflect God\'s values. (Our Daily Bread)';
quotes[4] = 'Failure is never final for those who begin again with God. (Our Daily Bread)';
quotes[5] = 'God wants us to walk in the light of His Son, not stumble in the darkness of the world. (Our Daily Bread)';
quotes[6] = 'If you walk with Christ, you can\'t run with the world. (Our Daily Bread)';
quotes[7] = 'The Bible may be old, but it\'s truth is always new. (Our Daily Bread)';
quotes[8] = 'The church is a living body and must have working parts! (Our Daily Bread)';
quotes[9] = 'The symbol of our Christian faith is a cross, not an easy chair. (Our Daily Bread)';
quotes[10] = 'We have to face our sins before we can put them behind us. (Our Daily Bread)';
quotes[11] = 'We live in the world but we must not let the world live in us. (Our Daily Bread)';
quotes[12] = 'When we know we are identified with Christ, we will have no identity crisis. (Our Daily Bread)';
quotes[13] = 'After accepting Christ\'s invitation to come, we must obey His commission to go. (Our Daily Bread)';
quotes[14] = 'You cannot hold a torch to light another\'s path without brightening your own.';
quotes[15] = 'Everything is possible for him who believes. (Bible)';
quotes[16] = 'Do the things you know, and you shall learn the truth you need to know. (George Macdonald)';
quotes[17] = 'I have never heard anything about the resolutions of the apostles, but a good deal about their acts. (Horace Mann)';
quotes[18] = 'One may walk over the highest mountain one step at a time. (John Wanamaker)';
quotes[19] = 'There are always two choices. Two paths to take. One is easy. And its only reward is that it\'s easy. (Source Unknown)';
quotes[20] = 'If you are to benefit by your mistakes, you have to be willing to go out and make some. (Oliver Wendall Holmes)';
quotes[21] = 'The main thing is to keep the MAIN THING the main thing. (Pastor)';
quotes[22] = 'Do your best. God will do the rest. (Pastor)';
quotes[23] = 'I asked Jesus, "How much do you love me?" Jesus answered, "This much....." He spread his arms and died for me. (Pastor)';
quotes[24] = 'Lord, Make me an Instrument of Your peace! (St Francis)';
quotes[25] = 'Let there be peace on earth and let it begin with me!';
quotes[26] = 'This is the day which the Lord hath made. We will rejoice and be glad in it! (Psalm 118)';
quotes[27] = 'Need directions? (God Speaks Billboard)';
quotes[28] = 'Have you read my #1 best seller? There will be a test. (God Speaks Billboard)';
quotes[29] = 'Let\'s meet at my house Sunday before the game! (God Speaks Billboard)';
quotes[30] = 'C\'mon over and bring the kids! (God Speaks Billboard)';
quotes[31] = 'What part of "Thou Shalt Not..." didn\'t you understand? (God Speaks Billboard)';
quotes[32] = 'We need to talk. (God Speaks Billboard)';
quotes[33] = 'Loved the wedding, invite me to the marriage. (God Speaks Billboard)';
quotes[34] = 'That "Love Thy Neighbor" thing...I meant it. (God Speaks Billboard)';
quotes[35] = 'Will the road you\'re on get you to my place? (God Speaks Billboard)';
quotes[36] = 'Big bang theory?...you\'ve got to be kidding. (God Speaks Billboard)';
quotes[37] = 'My way is the highway. (God Speaks Billboard)';


var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])
