// ==============================================
// Copyright 2004 by CodeLifter.com
// Free for all; but please leave in this header.
// ==============================================

var Quotation=new Array() // do not change this!

var footer=new Array()

var title=new Array()
// Set up the quotations to be shown, below.
// To add more quotations, continue with the
// pattern, adding to the array.  Remember
// to increment the Quotation[x] index!


Quotation[0] = "If you were arrested today for being a Christian would there be enough evidence to convict you?!";
Quotation[1] = "Life without Christ: HOPELESS end;<br>Life with Christ: endless HOPE!";
Quotation[2] = "When the pressures of the world bring you down to your knees... you're in a perfect position to pray.";
Quotation[3] = "The shortest distance between a problem and a solution is the distance between your knees and the floor.";
Quotation[4] = "Then ten commandments are not multiple choice alternatives!";
Quotation[5] = "Christ loves us MOST when we deserve it LEAST because that's when we need it the MOST";
Quotation[6] = "Anyone can count the number of seeds in an apple. Only Christ counts the number of apples in a seed!";
Quotation[7] = "I believe in the BIG BANG theory - God spoke and Bang! There it was!!";
Quotation[8] = "An amazing equation: 3nails + 1cross = 4given!";
Quotation[9] = "Satan trembles when he sees the weakest saint of God on his knees";
Quotation[10] = "LIVE for Christ. Remember - He DIED for you";
Quotation[11] = "We as sinful people don't WANT God, but we actually NEED Him! God in all His power does not NEED us, but He still WANTS us!";
Quotation[12] = "God is not looking for your ABILITY; He's looking for your AVAILABLITY!";
Quotation[13] = "True happiness is not in belongings; it's in belonging... to God!";
Quotation[14] = "Coincidence is when God performs a miracle... and remains anonymous!";
Quotation[15] = "Christ's love is like the entire Amazon river flowing in to water one daisy!";
Quotation[16] = "Jesus is the answer. Any questions?!";
Quotation[17] = "Be an Organ Donor. Give your heart to God today!";
Quotation[18] = "God does not love you because of who you are but because of who He is.";
Quotation[19] = "Preach the Gospel at all times. If necessary use words.";
Quotation[20] = "Prayer should be our first response, not our last resort";
Quotation[22] = "God not only orders our STEPS, but also orders our STOPS.";
Quotation[23] = "God loves us just the way we are... but loves us too much to leave us that way!";
Quotation[24] = "Safety is not the absence of danger. It's the presence of God!";
Quotation[25] = "Living for jesus ain't a part-time job!";
Quotation[26] = "Safety is not the absence of danger. It's the presence of God!";
Quotation[27] = "Anything GOOD - GOD = 0.";
Quotation[28] = "The beginning of faith is the end of fear. The beginning of fear is the end of faith.";
Quotation[29] = "God writes the gospel not in the Bible alone, but on trees and flowers and clouds and stars. - Martin Luther";
Quotation[30] = "Nothing under God's control is ever out of control. - Charles Swindoll";
Quotation[31] = "No credit? No problem...Jesus paid it all.l";
Quotation[32] = "God doesn’t always call the equipped, but he will always equip the called.";
Quotation[33] = "Anxiety does not empty tomorrow of its sorrows, but only empties today of its strength. - Spurgeon";
Quotation[34] = "If God were not willing to forgive sin, heaven would be empty.";
Quotation[35] = "Feed your Faith and your Doubt will Starve.";
Quotation[36] = "E.G.O:  Edging God out";
Quotation[37] = "Courage is fear that has said its prayers..";
Quotation[38] = "The greatest use of life is to spend it for something that will outlast it.";
Quotation[39] = "I am not what I ought to be. I am not what I want to be. I am not what I hope to be. But still, I am not what I used to be. And by the grace of God, I am what I am. - John Newton.";
Quotation[40] = "No one is worth your tears, and the One who is won't make you cry.";
Quotation[41] = "Prayer is translation. A man translates himself into a child asking for all there is in a language he has barely mastered. Leonard Cohen";
Quotation[42] = "I can get more out of God by believing Him for one minute than I can by shouting at Him all night. - Smith Wigglesworth";
Quotation[43] = "Some people complain because God puts thorns on roses, while others praise Him for putting roses among thorns!";
Quotation[44] = "Death is not a period but a comma in the story of life. - Amos J. Farver";
Quotation[45] = "Long standing problem? Try kneeling.";
Quotation[46] = "Sin adds to your trouble, subtracts from your energy, multiplies your difficulties, and divides you from God.";
Quotation[47] = "Jesus loves you the way you are, but he loves you too much to keep you that way.";
Quotation[48] = "You may never know that JESUS is all you need, until JESUS is all you have - Corrie TenBoom (1940'S Nazi concentration camp victim).";
Quotation[49] = "Don't ask God for a easy life, ask him to make you a stronger person.";
Quotation[50] = "Don't tell God how big your problems are, tell your problems how big your God is.";
Quotation[50] = "Long standing problem? Try kneeling.";
Quotation[51] = "True faith produces a life full of actions, not a head full of facts.";
Quotation[52] = "Morality may keep you out of jail, but it takes the blood of  Jesus Christ to keep you out of hell. - Charles H. Spurgeon";



footer[0] = "<br><i><a target=_blank href=http://www.addicted2jesus.com/a2jverse.html>Powered by addicted2jesus</a> &lt;&lt;<a target=_blank href=http://www.addicted2jesus.com/a2jverse.html>get code</a>: <a target=_self href=\"javascript:history.go(0)\">load new verse</a>&gt;&gt;</i>";
title[0] = "<u><b>Quote of the Moment</b></u><br>";
// ======================================
// Do not change anything below this line
// ======================================
function showtitle(){document.write(title);}
showtitle();

var Q = Quotation.length;
var whichQuotation=Math.round(Math.random()*(Q-1));
function showQuotation(){document.write(Quotation[whichQuotation]);}
showQuotation();

function showfooter(){document.write(footer);}
showfooter();