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

Introducing ‘Dialed In: Reaching Your Full Capacity as a Man of God’ (recorded in South Africa) EP 754

In this series, recorded in South Africa on a safari, Jim Ramos will introduce you to the 20 qualities of a man of God laid out in his new book, ‘Dialed In: Reaching Your Full Capacity as a Man of God’ releasing September 3, 2024 with David C Cook...

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

In this series, recorded in South Africa on a safari, Jim Ramos will introduce you to the 20 qualities of a man of God laid out in his new book, ‘Dialed In: Reaching Your Full Capacity as a Man of God’ releasing September 3, 2024 with David C Cook publishing. Each upcoming episode will walk you through one quality.   You can pre-order your copy of the book on Amazon at ok or learn more at .  [Honor God through your fitness. Use code 'ARENA30' at mtntough.com for 6 weeks 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(', ')); } }) }) });