<!--
//store the quotations in arrays
Date.prototype.getJulian = function()
{
return Math.floor((this / 86400000));
}
var today = new Date();
quotes = new Array(6);
authors = new Array(6);
quotes[0] = "Some wish to live within the sound of a chapel bell; I wish to run a rescue mission within a yard of hell.";
authors[0] = "[C.T. Studd]";
quotes[1] = "If sinners be dammed, at least let them leap to Hell over our bodies. If they will perish, let them perish with our arms about their knees. Let no one go there <b>unwarned</b> and <b>unprayed</b> for.";
authors[1] = "[Charles H. Spurgeon]";
quotes[2] = "People who don't believe in missions have not read the New Testament. Right from the beginning Jesus said the field is the world. The early church took Him at His word and went East, West, North and South.";
authors[2] = "[J. Howard Edington]";
quotes[3] = "I have but one passion: It is He, it is He alone. The world is the field and the field is the world; and henceforth that country shall be my home where I can be most used in winning souls for Christ.";
authors[3] = "[Count Zinzendorf]";
quotes[4] = "The Church exists for nothing else but to draw men into Christ, to make them little Christs. If they are not doing that, all the cathedrals, clergy, missions, sermons, even the Bible itself, are simply a waste of time. God became Man for no other purpose.";
authors[4] = "[C. S. Lewis]";
quotes[5] = "The Great Commission is not an option to be considered; it is a command to be obeyed.";
authors[5] = "[Hudson Taylor]";
quotes[6] = "It is the duty of every Christian to be Christ to his neighbor.";
authors[6] = "Martin Luther";
quotes[7] = "If your Gospel isn't touching others, it hasn't touched you!";
authors[7] = "Curry R. Blake";
quotes[8] = "I have but one candle of life to burn, and I would rather burn it out in a land filled with darkness than in a land flooded with light";
authors[8] = "John Keith Falconer";
quotes[9] = "We talk of the Second Coming; half the world has never heard of the first.";
authors[9] = "Oswald J. Smith";
quotes[10] = "As long as there are millions destitute of the Word of God and knowledge of Jesus Christ, it will be impossible for me to devote time and energy to those who have both.";
authors[10] = "J. L. Ewen";
quotes[11] = "The spirit of Christ is the spirit of missions. The nearer we get to Him, the more intensely missionary we become.";
authors[11] = "Henry Martyn";
quotes[12] = "...we are so smug to the lostness of men. We've been 'living in Laodicea', lax, loose, lustful, and lazy. Why is there this criminal indifference to the lostness of men? Our condemnation is that we know how to live better than we are living.";
authors[12] = "Leonard Ravenhill";
quotes[13] = "Evangelism is not a professional job for a few trained men, but is instead the unrelenting responsibility of every person who belongs to the company of Jesus.";
authors[13] = "Elton Trueblood";
quotes[14] = "I care not where I go, or how I live, or what I endure so that I may save souls. When I sleep I dream of them; when I awake they are first in my thoughts…no amount of scholastic attainment, of able and profound exposition of brilliant and stirring eloquence can atone for the absence of a deep impassioned sympathetic love for human souls.";
authors[14] = "David Brainerd";
quotes[15] = "We shall have all eternity in which to celebrate our victories, but we have only one swift hour before the sunset in which to win them.";
authors[15] = "Robert Moffatt";
quotes[16] = "You have nothing to do but to save souls. Therefore spend and be spent in this work. And go not only to those that need you, but to those that need you most…It is not your business to preach so many times, and to take care of this or that society; but to save as many souls as you can; to bring as many sinners as you possibly can to repentance.";
authors[16] = "John Wesley";
quotes[17] = "Perhaps if there were more of that intense distress for souls that leads to tears, we should more frequently see the results we desire. Sometimes it may be that while we are complaining of the hardness of the hearts of those we are seeking to benefit, the hardness of our own hearts and our feeble apprehension of the solemn reality of eternal things may be the true cause of our want of success.";
authors[17] = "Hudson Taylor";
quotes[18] = "Give me one hundred preachers who fear nothing but sin and desire nothing but God, and I care not whether they be clergymen or laymen, they alone will shake the gates of Hell and set up the kingdom of Heaven upon Earth.";
authors[18] = "John Wesley";
quotes[19] = "I'd rather have people hate me with the knowledge that I tried to save them.";
authors[19] = "Keith Green";
quotes[20] = "No sort of defense is needed for preaching outdoors, but it would take a very strong argument to prove that a man who has never preached beyond the walls of his meetinghouse has done his duty. A defense is required for services within buildings rather than for worship outside of them.";
authors[20] = "William Booth";
quotes[21] = "It is no marvel that the devil does not love field preaching! Neither do I; I love a commodious room, a soft cushion, a handsome pulpit. But where is my zeal if I do not trample all these underfoot in order to save one more soul?";
authors[21] = "John Wesley";
quotes[22] = "Preach abroad….It is the cooping yourselves up in rooms that has dampened the work of God, which never was and never will be carried out to any purpose without going into the highways and hedges and compelling men and women to come in.";
authors[22] = "Jonathan Edwards";
quotes[23] = "I believe I never was more acceptable to my Master than when I was standing to teach those hearers in the open fieldS...I now preach to ten times more people than I would if I had been confined to the churches.";
authors[23] = "George Whitfield";
quotes[24] = "Lord, make me a crisis man. Let me not be a mile-post on a single road, but make me a fork that men must turn one way or another in facing Christ in me.";
authors[24] = "Jim Elliot";
quotes[25] = "Those were great days, and great victories were won. We always managed a riot or a revival. Sometimes a riot and no revival, but never a revival without a riot.";
authors[25] = "William Nicholson";
quotes[26] = "Could a mariner sit idle if he heard the drowning cry? Could a doctor sit in comfort and just let his patients die? Could a fireman sit idle, let men burn and give no hand? Can you sit at ease in Zion with the world around you <b>damned</b>?";
authors[26] = "Leonard Ravenhill";
quotes[27] = "While women weep, as they do now, I'll fight; while children go hungry, as they do now, I'll fight; while men go to prison, in and out, in and out, as they do now, I'll fight; while there is a drunkard left, while there is a poor lost girl upon the streets, while there remains one dark soul without the light of God, I'll fight-I'll fight to the very end!";
authors[27] = "William Booth";
quotes[28] = "Isn't it staggering when you think that one sermon on the day of Pentecost produced 3000 people? And we had some cities yesterday where 3000 sermons were preached and nobody was saved. And it doesn't even faze us.";
authors[28] = "Leonard Ravenhill";
quotes[29] = "Can we go too fast in saving souls? If anyone still wants a reply, let him ask the lost souls in Hell.";
authors[29] = "William Booth";
quotes[30] = "If Jesus had preached the same message that ministers preach today, He would never have been crucified.";
authors[30] = "Leonard Ravenhill";
quotes[31] = "Let us not glide through this world and then slip quietly into heaven, without having blown the trumpet loud and long for our Redeemer, Jesus Christ. Let us see to it that the devil will hold a thanksgiving service in hell, when he gets the news of our departure from the field of battle.";
authors[31] = "C. T. Studd";
quotes[32] = "The attitude of the average Christian today is relax and be raptured. But He is coming... and when God gets angry you’ve no idea what it is. Like a thousand volcanoes exploding. He has appointed a day in which He is going to judge the world and the poor blind world doesn’t know much about it and the poor blind church doesn’t think much about it now.";
authors[32] = "Leonard Ravenhill";
quotes[33] = "It is not our business to make the message acceptable, but to make it available. We are not to see that they like it, but that they get it.";
authors[33] = "Dr. Vance Havner";
quotes[34] = "We are not called to proclaim philosophy and metaphysics, but the simple gospel. Man's fall, his need of a new birth, forgiveness through atonement, and salvation as the result of faith, these are our battle-ax and weapons of war.";
authors[34] = "C.H. Spurgeon";
quotes[35] = "Do all the good you can by all the means you can in all the places you can at all the times you can to all the people you can as long as ever you can.";
authors[35] = "John Wesley";
quotes[36] = "All roads lead to the judgment seat of Christ.";
authors[36] = "Keith Green";
quotes[37] = "The man whose little sermon is 'repent' sets himself against his age, and will for the time being be battered mercilessly by the age whose moral tone he challenges. There is but one end for such a man - 'off with his head!' You had better not try to preach repentance until you have pledged your head to heaven.";
authors[37] = "Joseph Parker";
quotes[38] = "How shall I feel at the judgement, if multitudes of missed opportunities pass before me in full review, and all my excuses prove to be disguises of my cowardice and pride.";
authors[38] = "Dr. W. E. Sangster";
quotes[39] = "Whenever, in any century, whether in a single heart or in a company of believers, there has been a fresh effusion of the Spirit, there has followed inevitably a fresh endeavor in the work of evangelizing the world.";
authors[39] = "A. J. Gordon";
quotes[40] = "The invasion of the Church by the world is a menace to the extension of Christ's Kingdom. In all ages conformity to the world by Christians has resulted in lack of spiritual life and a consequent lack of spiritual vision and enterprise. A secularized or self-centered Church can never evangelize the world.";
authors[40] = "John R. Mott";
quotes[41] = "Oh, to realize that souls, precious, never dying souls, are perishing all around us, going out into the blackness of darkness and despair, eternally lost, and yet to feel no anguish, shed no tears, know no travail! How little we know of the compassion of Jesus!";
authors[41] = "Oswald J. Smith";
quotes[42] = "Many do not recognize the fact as they ought, that Satan has got men fast asleep in sin and that it is his great device to keep them so. He does not care what we do if he can do that. We may sing songs about the sweet by and by, preach sermons and say prayers until doomsday, and he will never concern himself about us, if we don't wake anybody up. But if we awake the sleeping sinner he will gnash on us with his teeth. This is our work - to wake people up";
authors[42] = "Catherine Booth";
quotes[43] = "Brethren, do something; do something, do something! While societies and unions make constitutions, let us win souls. I pray you, be men of action all of you. Get to work and quit yourselves like men. Old Suvarov's idea of war is mine: `Forward and strike! No theory! Attack! Form a column! Charge bayonets! Plunge into the center of the enemy! Our one aim is to win souls; and this we are not to talk about, but do in the power of God!'";
authors[43] = "Charles Spurgeon";
quotes[44] = "God save us from living in comfort while sinners are sinking into hell!";
authors[44] = "Charles Spurgeon";
quotes[45] = "Oh my friends, we are loaded with countless church activities, while the real work of the church, that of evangelizing and winning the lost is almost entirely neglected.";
authors[45] = "Oswald J. Smith";

// JMrkers' function
function RndQuote(id) {
var r = Math.floor(Math.random()*quotes.length);
document.getElementById(id).innerHTML = "<p>" + quotes[r] + "</p>" + "<p style=\"text-align: right;\"><span style=\"color: rgb(32, 96, 160);\">" + authors[r] + "</span><br></p>";
} 

//calculate a random index - new quote every time page is refreshed
//index = Math.floor(Math.random() * quotes.length);

//Julian day makes a random quote appear daily
//index = today.getJulian() %quotes.length;


// test mode index = #of quote you want to see
//index = 5;


//display the quotation
//document.write("<p>\"" + quotes[index] + "\"</p>");
//document.write("<p style=\"text-align: right;\"><span style=\"color: rgb(32, 96, 160);\">" + authors[index] + "</span><br></p>" + "\n");

//done
-->