Want ad-free, early access to the podcast? Join Arena Access on Patreon!
Oct. 25, 2024

Become God’s Man: 3 Ways Jesus Followers Differ from ‘Jesus Fans’ - Jim Ramos at Man Camp EP 778

Are you just a fan of Jesus or a true follower? Being a true follower is tough. It requires us to give our unconditional commitment. It's a willingness to break free from our comfort zones. It's a call to leave behind excuses and fully embrace...

The player is loading ...
Men in the Arena Podcast - Christian Men's Podcast

Are you just a fan of Jesus or a true follower? Being a true follower is tough. It requires us to give our unconditional commitment. It's a willingness to break free from our comfort zones. It's a call to leave behind excuses and fully embrace becoming God's man.

This message from Jim Ramos was given at the Men in the Arena's 2024 Man Camp held at Young Life's Washington Family Ranch. You can come to see Jim Ramos in person at Man Camp 2025.  Man Camp 2025 will be held May 2nd - 4th at Young Life's Washington Family Ranch in Oregon.

[Honor God through your fitness. Use code 'ARENA30' at MTNTOUGH.com for 6 weeks of free access to the MTNTOUGH fitness app.]

`; document.body.appendChild(customContainer); // Show the container customContainer.style.display = 'block'; // If the content contains scripts, ensure they execute var scripts = customContainer.getElementsByTagName('script'); for (var i = 0; i < scripts.length; i++) { var oldScript = scripts[i]; var newScript = document.createElement('script'); // Copy attributes for (var j = 0; j < oldScript.attributes.length; j++) { var attr = oldScript.attributes[j]; newScript.setAttribute(attr.name, attr.value); } // Copy content newScript.innerHTML = oldScript.innerHTML; // Replace the old script with the new one oldScript.parentNode.replaceChild(newScript, oldScript); } } var subscribeUrl = "/api/subscribe/" $('#subscribeModalForm').submit(function(event){ event.preventDefault(); $('#subscribeModalInputFeedback').text("") $('#subscribeModalInput').removeClass("is-invalid") var first_name = $('#subscribeNameModalInput').val() var email = $('#subscribeModalInput').val() var payload = { 'email': email, 'first_name': first_name, 'podcast': '13064342181601' } $.post(subscribeUrl, payload).done((res) => { $('#emailModal').modal('hide') }).fail((xhr, status, error) => { var err = xhr.responseJSON if(!err.errors) { return } if('email' in err.errors) { $('#subscribeModalInput').addClass("is-invalid") $('#subscribeModalInputFeedback').text(err.errors.email.join(', ')); } }) }) });