A Scary Prayer

Posted on March 20, 2008
Filed Under Prayers |

It is interesting how God speaks, at times, through other people.

Two days ago, I was reading a testimony of a pastor and how God was using him. What God was telling this pastor was that his vision was not big enough.

So, the pastor prayed and committed to the statement, “Here I am Lord, use me.

He went on to confess that when this prayer and commitment was first tested, he failed. This pastor and his church have since gone on to be used by God in mighty ways, training church leaders around the globe (many growing churches that are bigger than their own church).

A bible verse that was shared with this pastor’s testimony has also impacted me in where I am right now in my life. The verse is in 2 Chronicles 16:9.

“For the eyes of the Lord range throughout the earth to strengthen those whose hearts are fully committed to him.”

My prayer has also been, “Here I am Lord, use me.” The Lord is ready to use his people whose hearts are fully committed to him. A heart fully committed means forgetting about personal preferences and comforts. It means saying, “where ever you lead and doing what ever it takes, Lord.”

This is a scary and difficult prayer.

I don’t know where God is going to continue to use me, but my hope is that when tested that I can follow through with obedience and joy.

C.Harv

Comments

2 Responses to “A Scary Prayer”

  1. PopsNo Gravatar on March 20th, 2008 11:29 pm

    Son,
    Well said . . . .

    Love,

    Dad

  2. ScottNo Gravatar on March 23rd, 2008 5:45 am

    Thanks for the challenge!

Leave a Reply




google.load("language", "1"); var curstate = 0; var hasloaded = 0; function bnc_show_translated() { if (hasloaded == 0) { bnc_lang_callback(); hasloaded = 1; } for (i = 0; i < 0; i++) { var elem = $("bnc_original_" + i); if (elem) { if (curstate) { elem.show(); } else { elem.hide(); } } } for (i = 0; i < 0; i++) { var elem = $("bnc_trans_" + i); if (elem) { if (curstate) { elem.hide(); } else { elem.show(); } } } if (curstate) { $("bnc_trans_state1").show(); $("bnc_trans_state2").hide(); curstate = 0; } else { $("bnc_trans_state1").hide(); $("bnc_trans_state2").show(); curstate = 1; } } function bnc_detect_div(div_id) { var text = document.getElementById(div_id); if (text) { text = text.innerHTML; if (text.length > 0) { google.language.detect(text, function(result) { if (!result.error) { if (result.language != "en") { if (result.confidence > 0.25) { $("bnc_translating").show(); bnc_xlate_div(result.language, div_id, "en"); } } } } ); } } } function bnc_xlate_div(src_lang,div_id,o_lang) { var text = document.getElementById(div_id); if (text) { text = text.innerHTML; google.language.translate(text, src_lang, o_lang, function(result) { var translated = document.getElementById(div_id); if (result.translation) { translated.innerHTML = result.translation; } }); } } function bnc_lang_callback() { } function bnc_startup() { bnc_xlate_div("en", "bnc_translate_info", "en"); bnc_xlate_div("en", "bnc_translate_info2", "en"); } google.setOnLoadCallback(bnc_startup);