<!DOCTYPE html><html lang=en><script>const savedTheme=localStorage.getItem('theme-v2')
const sysPrefIsDark=window.matchMedia('(prefers-color-scheme: dark)').matches
if(savedTheme=="dark"){document.documentElement.classList.add('dark')}else if(savedTheme===null&&sysPrefIsDark){document.documentElement.classList.add('dark')}</script><head><link rel=preload href="/dist/home.css?v=enWV5D_qOhDufwoybnfaOfaQkPzmLYU_n56tSoQiXuY" as=style onload="this.onload=null;this.rel='stylesheet'" fetchpriority=high><script fetchpriority=high defer src=https://securepubads.g.doubleclick.net/tag/js/gpt.js></script><script fetchpriority=high defer src=https://media.swncdn.com/js/prebid/script.js></script><script fetchpriority=high defer src=https://media.swncdn.com/salemads/oneplace/advscript.js></script><script fetchpriority=high defer src=//b-code.liadm.com/a-06uz.min.js charset=utf-8></script><meta charset=utf-8><meta name=viewport content="width=device-width, initial-scale=1.0"><title>Listen to Back to the Bible Sermons - Win the Day: Five Minutes with Pastor Nat Crawford Radio | Oneplace.com</title><meta name=description content="Oneplace.com is your trusted source for Christian radio ministry broadcasts, programs, and sermons from pastors including John MacArthur, Adrian Rogers, David Jeremiah, and more. Grow closer to God with audio Bible teaching ministries."><meta property=fb:admins content=696121494><meta property=fb:app_id content=178251615543460><meta property=fb:pages content=92524602964><link rel=canonical href="https://www.oneplace.com/ministries/back-to-the-bible/"><link rel=apple-touch-icon sizes=57x57 href=/img/favicon/apple-touch-icon-57x57.png><link rel=apple-touch-icon sizes=60x60 href=/img/favicon/apple-touch-icon-60x60.png><link rel=apple-touch-icon sizes=72x72 href=/img/favicon/img/apple-touch-icon-72x72.png><link rel=apple-touch-icon sizes=76x76 href=/img/favicon/apple-touch-icon-76x76.png><link rel=apple-touch-icon sizes=114x114 href=/img/favicon/apple-touch-icon-114x114.png><link rel=apple-touch-icon sizes=120x120 href=/img/favicon/apple-touch-icon-120x120.png><link rel=apple-touch-icon sizes=144x144 href=/img/favicon/apple-touch-icon-144x144.png><link rel=apple-touch-icon sizes=152x152 href=/img/favicon/apple-touch-icon-152x152.png><link rel=apple-touch-icon sizes=180x180 href=/img/favicon/apple-touch-icon-180x180.png><link rel=icon type=image/png href=/img/favicon/favicon-32x32.png sizes=32x32><link rel=icon type=image/png href=/img/favicon/android-chrome-192x192.png sizes=192x192><link rel=icon type=image/png href=/img/favicon/favicon-96x96.png sizes=96x96><link rel=icon type=image/png href=/img/favicon/favicon-16x16.png sizes=16x16><link rel="shortcut icon" href=/img/favicon/favicon.ico><meta name=msapplication-TileColor content=#da532c><meta name=msapplication-TileImage content=~/img/favicon/mstile-144x144.png><meta name=msapplication-config content=~/img/favicon/browserconfig.xml><meta name=robots content=max-image-preview:large><script type=module src="/dist/not-home2.js?v=4JxopVJ8JL4ydJsBHeikVhipBuXP6T1SglvKroYVveI"></script><script fetchpriority=high src="/js/zeta/index-v2.js?v=cXeUKRr4GOlsWG1Tml95lQJQWIURaAuALtCcSwjzEes"></script><script>window.userLocalstorageKey='user3'
window.isUserAuthenticated=localStorage.getItem(window.userLocalstorageKey)!=null
window.isSignedIn=window.isUserAuthenticated</script></head><body><script>(function(){if(!location.search.includes('d3bu6'))return;(function(){var lastReload=sessionStorage.getItem('auto_reload_attempt');if(lastReload&&(Date.now()-parseInt(lastReload)<10000)){console.error('Reload loop detected. Stopping auto-reload for not-home2.js');return;}
window.addEventListener('error',function(e){if(e.target&&(e.target.tagName==='SCRIPT'||e.target.tagName==='LINK')){var src=e.target.src||e.target.href||'';if(src.includes('not-home2')){console.log('Detected stale not-home2.js. Reloading to get fresh version...');sessionStorage.setItem('auto_reload_attempt',Date.now());window.location.reload(true);}}},true);window.addEventListener('unhandledrejection',function(e){var reason=e.reason instanceof Error?e.reason.message:String(e.reason);if(reason.includes('not-home2')){console.log('Detected stale import for not-home2.js. Reloading...');sessionStorage.setItem('auto_reload_attempt',Date.now());window.location.reload(true);}});})();var logDiv=document.createElement('div');logDiv.style.cssText='position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999999;background:rgba(5,5,5,0.95);color:#0f0;font-family:Consolas, monospace;font-size:10px;padding:8px;overflow-y:auto;pointer-events:none;white-space:pre-wrap;word-break:break-all;display:block;';logDiv.style.pointerEvents='auto';logDiv.id='debug-console';var header=document.createElement('div');header.innerHTML='<span style="color:#fff;font-weight:bold">FULL DIAGNOSTIC V3</span> <button id="min-btn" style="float:right;background:#333;color:#fff;border:1px solid #777;padding:4px 10px;">MINIMIZE</button>';header.style.cssText="border-bottom:1px solid #333;padding-bottom:5px;margin-bottom:5px;position:sticky;top:0;background:rgba(5,5,5,0.95);";logDiv.appendChild(header);document.documentElement.appendChild(logDiv);document.getElementById('min-btn').onclick=function(){if(logDiv.style.height==='30px'){logDiv.style.height='100%';this.innerText="MINIMIZE";}else{logDiv.style.height='30px';this.innerText="EXPAND";}};function appendLog(type,msg,color){var el=document.createElement('div');el.style.borderBottom='1px solid #222';el.style.padding='2px 0';el.innerHTML=`<span style="color:#555">[${new Date().toISOString().split('T')[1].slice(0,-1)}]</span> <strong style="color:${color}">${type}</strong>: ${msg}`;logDiv.appendChild(el);if(logDiv.scrollHeight-logDiv.scrollTop<1000){logDiv.scrollTop=logDiv.scrollHeight;}}
function wrapConsole(method,color){var original=console[method];console[method]=function(){var args=Array.from(arguments).map(a=>{try{return typeof a==='object'?JSON.stringify(a,null,2):String(a);}catch(e){return'[Circular/Unserializable]';}}).join(' ');appendLog(method.toUpperCase(),args,color);if(original)original.apply(console,arguments);};}
wrapConsole('log','#f5f6fa');wrapConsole('warn','#fbc531');wrapConsole('error','#e84118');wrapConsole('info','#00a8ff');function diagnoseUrl(url){if(!url)return;if(window._probedUrls&&window._probedUrls[url])return;window._probedUrls=window._probedUrls||{};window._probedUrls[url]=true;appendLog('DIAGNOSIS',`Starting Deep Probe for: ${url}`,'#00d2d3');fetch(url,{method:'GET',mode:'cors'}).then(res=>{if(res.ok){appendLog('DIAG-NET',`SUCCESS: File reachable. Status: ${res.status}. Type: ${res.headers.get('content-type')}`,'#4cd137');appendLog('HINT',`Network is fine. Error is likely Syntax or CSP Blocking execution.`,'#ffa502');}else{appendLog('DIAG-NET',`FAIL: Server returned ${res.status} ${res.statusText}`,'#ff4757');if(res.status===404)appendLog('HINT','404 = Wrong path. Check vite.config base/outDir.','#ff4757');}}).catch(err=>{var errStr=err.toString();appendLog('DIAG-NET',`BLOCK: Connection Refused. Reason: ${errStr}`,'#ff4757');if(location.protocol==='https:'&&url.startsWith('http:')){appendLog('HINT',`MIXED CONTENT BLOCK DETECTED.`,'#ff0000');}});}
window.onerror=function(msg,src,line,col,error){var stack=error&&error.stack?error.stack:'';appendLog('EXCEPTION',`${msg}\nLocation: ${src}:${line}:${col}\n${stack}`,'#ff0000');return false;};window.addEventListener('error',function(e){if(e.target&&(e.target.src||e.target.href)){var src=e.target.src||e.target.href;var tag=e.target.tagName;appendLog('NETWORK',`Failed to load <${tag}>: ${src}`,'#ff4757');diagnoseUrl(src);}},true);window.addEventListener('unhandledrejection',function(e){var reason=e.reason instanceof Error?e.reason.message:String(e.reason);appendLog('PROMISE',`Uncaught Rejection: ${reason}`,'#ff00ff');var match=reason.match(/https?:\/\/[^\s'"]+/);if(match)diagnoseUrl(match[0]);});document.addEventListener("securitypolicyviolation",(e)=>{appendLog('CSP',`Policy Blocked: ${e.blockedURI}\nDirective: ${e.violatedDirective}`,'#ff9f43');});appendLog('ENV',`UA: ${navigator.userAgent}\nBase: ${document.baseURI}\nScreen: ${window.innerWidth}x${window.innerHeight}`,'#00a8ff');window.addEventListener('load',()=>{setTimeout(()=>{appendLog('PERF','Checking for stalled scripts...','#00a8ff');var resources=performance.getEntriesByType("resource");resources.forEach(r=>{if((r.initiatorType==='script'||r.initiatorType==='link')&&(r.duration>1000||r.encodedBodySize===0)){appendLog('PERF-WARN',`Slow/Empty Load: ${r.name.split('/').pop()} (${r.duration.toFixed(0)}ms, ${r.encodedBodySize} bytes)`,'#ffa502');}});},2500);});})();</script><div class="border-solid border-border border-b-[1px]"><div class=container><header class="mx-5 md:m-0 flex items-center md:grid md:grid-cols-[1fr_460px_1fr] pb-5 md:p-0"><menu-mobile class="grid md:hidden"> <svg class="menu mr-[15px]" xmlns=http://www.w3.org/2000/svg width=40 height=40 viewBox="0 0 24 24"><path class=fill-[--default-text-color] d="M4 17.27v-1h16v1zm0-4.77v-1h16v1zm0-4.77v-1h16v1z" /></svg> </menu-mobile> <a href="/" aria-label=Oneplace.com class="mr-auto inline-block dark:brightness-0 dark:invert"><img src=/img/logo.svg alt=Oneplace.com class="float-left max-md:w-[93px] max-md:h-[34px]" width=141 height=50></a> <search-box><div class="relative hidden md:block"><svg class="fill-default top-[11px] left-[16px] absolute" xmlns=http://www.w3.org/2000/svg width=20 height=20 viewBox="0 0 28 28"><path d="M5 11.5a6.5 6.5 0 1 1 13 0a6.5 6.5 0 0 1-13 0M11.5 3a8.5 8.5 0 1 0 5.262 15.176l6.53 6.531a1 1 0 0 0 1.415-1.414l-6.531-6.531A8.5 8.5 0 0 0 11.5 3"></path></svg><form autocomplete=off><input placeholder="Search 100s of Christian radio programs" class="placeholder-default outline-none p-[11px_11px_11px_60px] rounded-[25px] border-none bg-[--searchbar-bg-color] text-[--searchbar-color] w-full text-[16px] leading-none font-['Arial']"></form></div></search-box><div class="ml-auto flex items-center gap-3"><login-button id=login-button> </login-button><script>if(!window.isSignedIn){document.getElementById('login-button').innerHTML=`
                        <div class='pill'>Sign In</div>
                        `}</script><div data-search-box-trigger class="block md:hidden searchBoxTrigger bg-default h-[24px] w-[24px]" style="mask:url('/img/icon-search-thin.svg') no-repeat center"></div><theme-switcher> <a href=# aria-label="Toggle light and dark mode" class="rounded-full w-[38px] h-[38px] grid place-items-center border-border border-[1px] border-solid"> <svg style=max-width:22px class="w-[20px] md:w-[22px] fill-blue dark:fill-default" viewBox="0 0 24 24" xml:space=preserve><path d="M20.48806,8.48806V3.51194h-4.97613L12,0L8.48806,3.51194H3.51194v4.97613L0,12l3.51194,3.51194v4.97613h4.97613L12,24
                             l3.51194-3.51194h4.97613v-4.97613L24,12L20.48806,8.48806z M12,18.36605c-0.9443,0-1.84615-0.2122-2.65252-0.58356
                             c2.18568-1.00796,3.71353-3.21485,3.71353-5.78249s-1.52785-4.77454-3.71353-5.78249C10.15385,5.84615,11.0557,5.63395,12,5.63395
                             c3.51194,0,6.36605,2.85411,6.36605,6.36605S15.51194,18.36605,12,18.36605z" /></svg> </a> </theme-switcher></div></header><nav class="hidden md:flex mt-[20px] pb-[20px] pb-[20px] gap-[25px] dark:[&amp;>a]:text-white [&amp;>a]:font-semibold max-[1180px]:ml-[20px]"> <a href="/ministries/">All Ministries</a> <a href="/bible/verse-of-the-day/">Verse of the Day</a> <a href="/christian-radio/">Live Radio</a> <a href=/kids>Kids' Shows</a> <a href=/tv>Oneplace TV</a> <a id=siteMoreDropdown href=javascript: onclick="return false">More...</a> <z-dropdown class=hidden trigger-id=siteMoreDropdown alignment=left> <a href="/devotionals/">Devotionals</a> <a href=/mobile-app>Apps</a> <a href="http://www.elsitiocristiano.com/">Español</a> </z-dropdown> </nav></div></div><div class="main md:p-[0_0_32px_0] bg-secondary"><div class=container><div class=ad728><div id=desktop-728x90-1 class=md:h-[90px]></div></div><h1 class="font-semibold text-lg md:text-2xl bg-main p-5 md:mb-5">This ministry is no longer available.</h1><div class="bg-main p-5 md:border-none border-t-[1px] border-border"><p>We're sorry that the ministry you were looking for is no longer available on Oneplace.com. However, below are some great ministries that offer related content. Enjoy the inspiration, encouragement, and Biblical challenge from these Oneplace.com ministry partners!</p><div class="grid grid-cols-2 md:grid-cols-4 gap-5 mt-5"><a class="flex flex-col" href="https://www.oneplace.com/ministries/light-on-the-hill/"> <img class="w-full h-auto" src="https://content.swncdn.com/zcast/oneplace/host-images/light-on-the-hill/260x195.jpg?v=220512-217" alt="Light on the Hill with James Kaddis"><div class="flex bg-secondary flex-col grow gap-1 p-3 border-border border-[1px]"><div class=font-semibold>Light on the Hill</div><div class=text-desc>James Kaddis</div></div></a> <a class="flex flex-col" href="https://www.oneplace.com/ministries/insight-for-living/"> <img class="w-full h-auto" src="https://content.swncdn.com/zcast/oneplace/host-images/insight-for-living/260x195.jpg?v=240207-353" alt="Insight for Living with Pastor Chuck Swindoll"><div class="flex bg-secondary flex-col grow gap-1 p-3 border-border border-[1px]"><div class=font-semibold>Insight for Living</div><div class=text-desc>Pastor Chuck Swindoll</div></div></a> <a class="flex flex-col" href="https://www.oneplace.com/ministries/daily-hope/"> <img class="w-full h-auto" src="https://content.swncdn.com/zcast/oneplace/host-images/daily-hope/260x195.jpg?v=010101-000" alt="Pastor Rick's Daily Hope with Pastor Rick Warren"><div class="flex bg-secondary flex-col grow gap-1 p-3 border-border border-[1px]"><div class=font-semibold>Pastor Rick&#x27;s Daily Hope</div><div class=text-desc>Pastor Rick Warren</div></div></a> <a class="flex flex-col" href="https://www.oneplace.com/ministries/joni-and-friends/"> <img class="w-full h-auto" src="https://content.swncdn.com/zcast/oneplace/host-images/joni-and-friends/260x195.jpg?v=220430-030" alt="Joni Eareckson Tada: Sharing Hope with Joni Eareckson Tada"><div class="flex bg-secondary flex-col grow gap-1 p-3 border-border border-[1px]"><div class=font-semibold>Joni Eareckson Tada: Sharing Hope</div><div class=text-desc>Joni Eareckson Tada</div></div></a> <a class="flex flex-col" href="https://www.oneplace.com/ministries/hopelives365/"> <img class="w-full h-auto" src="https://content.swncdn.com/zcast/oneplace/host-images/hopelives365/260x195.jpg?v=230921-170" alt="HopeLives365 with Mark Finley"><div class="flex bg-secondary flex-col grow gap-1 p-3 border-border border-[1px]"><div class=font-semibold>HopeLives365</div><div class=text-desc>Mark Finley</div></div></a> <a class="flex flex-col" href="https://www.oneplace.com/ministries/turning-point/"> <img class="w-full h-auto" src="https://content.swncdn.com/zcast/oneplace/host-images/turning-point/260x195.jpg?v=010101-000" alt="Turning Point with Dr. David Jeremiah"><div class="flex bg-secondary flex-col grow gap-1 p-3 border-border border-[1px]"><div class=font-semibold>Turning Point</div><div class=text-desc>Dr. David Jeremiah</div></div></a> <a class="flex flex-col" href="https://www.oneplace.com/ministries/truth-for-life/"> <img class="w-full h-auto" src="https://content.swncdn.com/zcast/oneplace/host-images/truth-for-life/OnePlaceImages_260x195_ListenPageOnly.jpg?v=241206-140" alt="Truth For Life with Alistair Begg"><div class="flex bg-secondary flex-col grow gap-1 p-3 border-border border-[1px]"><div class=font-semibold>Truth For Life</div><div class=text-desc>Alistair Begg</div></div></a> <a class="flex flex-col" href="https://www.oneplace.com/ministries/family-talk/"> <img class="w-full h-auto" src="https://content.swncdn.com/zcast/oneplace/host-images/family-talk/260x195.jpg?v=211208-670" alt="Family Talk with Dr. James Dobson"><div class="flex bg-secondary flex-col grow gap-1 p-3 border-border border-[1px]"><div class=font-semibold>Family Talk</div><div class=text-desc>Dr. James Dobson</div></div></a></div></div></div></div><footer class="bg-secondary pb-8"><div class="flex justify-center h-auto md:h-[130px]"><div id=desktop-728x90-2></div><div class="flex my-8 justify-center md:hidden"><div id=mobile-300x250-3></div></div></div><div class="p-[20px] md:p-[32px_0_0_0] mb-4"><div class="font-bold text-[21px] text-center dark:text-white">More Ways to Listen to Oneplace</div><div class="justify-center flex gap-5 mt-5"><a href=https://cutt.ly/BVO1nTx target=_blank rel=noopener> <img loading=lazy src=/img/badge-app-store.svg class="enlarge-on-hover drop-shadow-2xl rounded-[20px]" alt="Apple App Store" loading=lazy width=106 height=106> </a> <a href=https://cutt.ly/QVO1Rth target=_blank rel=noopener> <img loading=lazy src=/img/badge-google-play.svg class="enlarge-on-hover drop-shadow-2xl rounded-[20px]" alt="Google Play" loading=lazy width=106 height=106> </a> <a href=https://cutt.ly/alexa-app-footer-op target=_blank rel=noopener> <img loading=lazy src=/img/badge-alexa.svg class="enlarge-on-hover drop-shadow-2xl rounded-[20px]" alt=Alexa loading=lazy width=106 height=106> </a> <a href=https://channelstore.roku.com/details/855e5f8c16cf9521784cec7d7b23bebf:d6d2b673438d3c09aebd23a9f988845a/oneplace target=_blank rel=noopener> <img loading=lazy src=/img/badge-roku.svg class="enlarge-on-hover drop-shadow-2xl rounded-[20px]" alt=Roku loading=lazy width=106 height=106> </a></div></div><div class="mb-9 md:my-6 px-5 md:px-0"><div class="mx-auto max-w-fit rounded-[10px] border border-[#d9dde3] bg-white px-5 py-3 dark:border-gray-600 dark:bg-gray-800"><div class="flex items-center gap-4"><img src=/img/google-g-logo.webp alt=Google width=26 height=26 class=shrink-0><div class=min-w-0><div class="text-[17px] leading-[1.3] text-black dark:text-white">Grow closer to Jesus with trusted Bible teaching.</div><a href="https://www.google.com/preferences/source?q=oneplace.com" target=_blank rel=noopener class="mt-1 inline-block text-[17px] leading-[1.3] text-blue underline underline-offset-2 dark:text-[#93c5fd] dark:underline dark:decoration-[#93c5fd]"> Click here to add Oneplace.com as your preferred source in Google </a></div></div></div></div><div class="flex justify-center gap-4 [&amp;>a]:items-center [&amp;>a]:w-[50px] [&amp;>a]:h-[50px]"><a target=_blank aria-label=Facebook href=http://www.facebook.com/oneplacecom rel=noopener> <svg xmlns=http://www.w3.org/2000/svg width=50 height=50 viewBox="0 0 24 24"><g fill=none><g clip-path=url(#akarIconsFacebookFill0)><path class=fill-default fill-rule=evenodd d="M0 12.067C0 18.034 4.333 22.994 10 24v-8.667H7V12h3V9.333c0-3 1.933-4.666 4.667-4.666c.866 0 1.8.133 2.666.266V8H15.8c-1.467 0-1.8.733-1.8 1.667V12h3.2l-.533 3.333H14V24c5.667-1.006 10-5.966 10-11.933C24 5.43 18.6 0 12 0S0 5.43 0 12.067" clip-rule=evenodd /></g><defs><clipPath id=akarIconsFacebookFill0><path class=fill-default d="M0 0h24v24H0z" /></clipPath></defs></g></svg> </a> <a target=_blank aria-label=Pinterest href="https://www.pinterest.com/oneplacecom/" rel=noopener> <svg xmlns=http://www.w3.org/2000/svg width=50 height=50 viewBox="0 0 16 16"><path class=fill-default d="M8 0a8 8 0 0 0-2.915 15.452c-.07-.633-.134-1.606.027-2.297c.146-.625.938-3.977.938-3.977s-.239-.479-.239-1.187c0-1.113.645-1.943 1.448-1.943c.682 0 1.012.512 1.012 1.127c0 .686-.437 1.712-.663 2.663c-.188.796.4 1.446 1.185 1.446c1.422 0 2.515-1.5 2.515-3.664c0-1.915-1.377-3.254-3.342-3.254c-2.276 0-3.612 1.707-3.612 3.471c0 .688.265 1.425.595 1.826a.24.24 0 0 1 .056.23c-.061.252-.196.796-.222.907c-.035.146-.116.177-.268.107c-1-.465-1.624-1.926-1.624-3.1c0-2.523 1.834-4.84 5.286-4.84c2.775 0 4.932 1.977 4.932 4.62c0 2.757-1.739 4.976-4.151 4.976c-.811 0-1.573-.421-1.834-.919l-.498 1.902c-.181.695-.669 1.566-.995 2.097A8 8 0 1 0 8 0" /></svg> </a> <a target=_blank aria-label=Instagram href=https://cutt.ly/Instagram-OP-Footer rel=noopener> <svg xmlns=http://www.w3.org/2000/svg width=50 height=50 viewBox="0 0 24 24"><path class=fill-default d="M7.03.084c-1.277.06-2.149.264-2.91.563a5.9 5.9 0 0 0-2.124 1.388a5.9 5.9 0 0 0-1.38 2.127C.321 4.926.12 5.8.064 7.076s-.069 1.688-.063 4.947s.021 3.667.083 4.947c.061 1.277.264 2.149.563 2.911c.308.789.72 1.457 1.388 2.123a5.9 5.9 0 0 0 2.129 1.38c.763.295 1.636.496 2.913.552c1.278.056 1.689.069 4.947.063s3.668-.021 4.947-.082c1.28-.06 2.147-.265 2.91-.563a5.9 5.9 0 0 0 2.123-1.388a5.9 5.9 0 0 0 1.38-2.129c.295-.763.496-1.636.551-2.912c.056-1.28.07-1.69.063-4.948c-.006-3.258-.02-3.667-.081-4.947c-.06-1.28-.264-2.148-.564-2.911a5.9 5.9 0 0 0-1.387-2.123a5.9 5.9 0 0 0-2.128-1.38c-.764-.294-1.636-.496-2.914-.55C15.647.009 15.236-.006 11.977 0S8.31.021 7.03.084m.14 21.693c-1.17-.05-1.805-.245-2.228-.408a3.7 3.7 0 0 1-1.382-.895a3.7 3.7 0 0 1-.9-1.378c-.165-.423-.363-1.058-.417-2.228c-.06-1.264-.072-1.644-.08-4.848c-.006-3.204.006-3.583.061-4.848c.05-1.169.246-1.805.408-2.228c.216-.561.477-.96.895-1.382a3.7 3.7 0 0 1 1.379-.9c.423-.165 1.057-.361 2.227-.417c1.265-.06 1.644-.072 4.848-.08c3.203-.006 3.583.006 4.85.062c1.168.05 1.804.244 2.227.408c.56.216.96.475 1.382.895s.681.817.9 1.378c.165.422.362 1.056.417 2.227c.06 1.265.074 1.645.08 4.848c.005 3.203-.006 3.583-.061 4.848c-.051 1.17-.245 1.805-.408 2.23c-.216.56-.477.96-.896 1.38a3.7 3.7 0 0 1-1.378.9c-.422.165-1.058.362-2.226.418c-1.266.06-1.645.072-4.85.079s-3.582-.006-4.848-.06m9.783-16.192a1.44 1.44 0 1 0 1.437-1.442a1.44 1.44 0 0 0-1.437 1.442M5.839 12.012a6.161 6.161 0 1 0 12.323-.024a6.162 6.162 0 0 0-12.323.024M8 12.008A4 4 0 1 1 12.008 16A4 4 0 0 1 8 12.008" /></svg> </a></div><div class="flex-wrap dark:[&amp;>a]:text-white flex gap-4 mt-8 p-5 md:p-0 justify-center text-blue"><a href=/mobile-app>Get the App</a> <a href=/about-us>About Us</a> <a href="https://salemmedia.com/salem-web-network-privacy-policy/">Privacy Policy</a> <a href="http://www.salemwebnetwork.com/our-brands/terms-of-use/">Terms of Use</a> <a href=/contact-us.html>Contact Oneplace.com</a> <a href="https://salemmedia.com/salem-web-network-ccpa-privacy-notice-for-california-residents/">California - CCPA Notice</a></div><div id=us-nat-optout data-google-interstitial=false class="text-white mt-3 text-center dark:[&amp;>a]:text-white text-blue"></div><div class="mt-3 text-sm text-desc text-center">Copyright © 2026, Oneplace.com. All Rights Reserved. Article Images Copyright © 2021 Jupiter Images Corporation.</div></footer><script>window.baseUrl=`/`</script><script>window.zetaBrand='op'</script><script>window.salemMeta=window.salemMeta||{}
window.devIsInQueryStr=false;window.salemMeta.routeData={"action":"Details","controller":"Show","showSlug":"back-to-the-bible"};</script><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-NTM9RHM');</script><script defer src=//cf.journity.com/collector/oneplace.com.js></script><link defer href=//cf.journity.com/personalizer/oneplace.com.css rel=stylesheet><script defer src=//cf.journity.com/personalizer/oneplace.com.min.js></script><script>!(function(E,_name,d,h,L){L=function(){(L.q=L.q||[]).push(arguments)},E[_name=d(d(_name))]=E[_name]||L,E[_name].v=E[_name].v||3,E[_name].s="3"})(window,'%2561%64%25%36D%25%36%39%25%372al',decodeURI);!(function(E,d,h,L,l,v,F,M,U){v=function(r,s){return r<2&&s};try{d[h]=d[h]||function(E){E?F[E]=!0:v()},F=d[h]}catch(S){return void v()}!(function O(d,h,w,k){function Z(){try{if(F[w&&w.src||h]||F[M])return}catch(S){return void v()}w&&(w.remove(),w=null),clearTimeout(U),!d&&h&&(h+=(-1===h.indexOf("?")?"?":"&")+"r=1"),(h=v(++d,h))&&O(d,h)}w=E.createElement(L),k=E.getElementsByTagName(L)[0],w.async=1,w.src=h,d>0&&(w.fetchPriority="high"),U=setTimeout(Z,6e3+2e3*d),w[l]("error",Z),w[l]("load",Z),k.parentNode.insertBefore(w,k)})(0,M="https://cubchannel.com/files/p2bpl6/wa2e3d8wagv")})(document,window,"QS01QkQ4OUUyRTZEREYxQTBCQjA3MzM2RUUtMTg","script","addEventListener",{});;!(function(E,d,h,L,l,v,F,M,U,S,O,_name,w,k,Z,A,D,H,z,m,B,p){_name=(O=function(E){return d(d(E))})('a%25%36%34%256%44i%25%372%2561%256%43'),w=E.localStorage,k=E.sessionStorage,Z=O('_%61%64%256%44%257%32%256C%25%36%33%25%36Bv%70'),D=E.location;try{0===document.referrer.indexOf(D.origin)?(A=new URLSearchParams(D.search)).get(O('%25%35F%61c%25%372%69'))?((H=A.get(O('_%61%25%363%74')))===O('%256%35%25%378%25%37%34%65%256%45%64')?z=[["\u0061dm\u0069\u0072\u0061\u006c-\u0065\u0078t\u0065nd\u0065\u0064","true"||_name]]:H===O('%257%33h%61%25%370%25%365')&&(z=[["\u0061\u0064\u006dir\u0061\u006c-\u0073h\u0061pe\u0064","true"||_name]]),z&&(k[Z]=JSON.stringify(z))):z=JSON.parse(k[Z]||"[]"):delete k[Z]}catch(W){z=[]}function j(d,h){try{d=JSON.parse(w["_aQS01QkQ4OUUyRTZEREYxQTBCQjA3MzM2RUUtMTg"]||"{}").lgk||[]}catch(W){d=[]}z&&(d=d.concat(z)),d&&d.length&&(h=E[m].pubads())&&d.forEach((function(E){E&&E[0]&&h.setTargeting(E[0],E[1]||"")}))}m=O('%2567%25%36F%256F%67%6C%65t%61%256%37');try{p=(B=E[m]=E[m]||{}).cmd=B.cmd||[],typeof B.pubads===h?j():typeof p.unshift===h?p.unshift(j):p.push(j)}catch(W){}})(window,decodeURI,"function");;;;;;!(function(E,d,h,L,l,v,F,M,U,S,O){function w(){for(var E=[],d=arguments.length,h=0;h<d;h++)E.push(arguments[h]);var L,l=E[1],v=typeof l===F,M=E[2],w={gppVersion:"1.1",cmpStatus:"stub",cmpDisplayStatus:"hidden",signalStatus:"not ready",supportedAPIs:["7:usnat"].reduce((function(E,d){return d&&E.push(d),E}),[]),cmpId:9,sectionList:[],applicableSections:[0],gppString:"",parsedSections:{}};function k(E){v&&l(E,!0)}switch(E[0]){case"ping":return k(w);case"queue":return U;case"events":return S;case"addEventListener":return v&&(L=++O,S.push({id:L,callback:l,parameter:M})),k({eventName:"listenerRegistered",listenerId:L,data:!0,pingData:w});case"removeEventListener":for(L=!1,h=0;h<S.length;h++)if(S[h].id===M){S.splice(h,1),L=!0;break}return k(L);case"hasSection":case"getSection":case"getField":return k(null);default:return void U.push(E)}}w.v=2,typeof d[h]!==F&&(d[h]=d[h]||w,d[M]&&d[M]("message",(function(E,L){var F="string"==typeof E.data;(L=F?((function(E){try{return JSON.parse(E)}catch(d){}})(E.data)||{})[l]:(E.data||{})[l])&&d[h](L.command,(function(d,h){var l={__gppReturn:{returnValue:d,success:h,callId:L.callId}};E.source.postMessage(F?JSON.stringify(l):l,"*")}),v in L?L[v]:null,L.version||1)}),!1),(function k(){if(!d.frames[L]){var h=E.body;if(h){var l=E.createElement("iframe");l.style.display="none",l.name=L,h.appendChild(l)}else d.setTimeout(k,5)}})())})(document,window,"__gpp","__gppLocator","__gppCall","parameter","function","addEventListener",[],[],0);</script><script>const currentUrl=document.URL
const startingUrlForThirdPartySignIn=`https://localhost:7200`
if(currentUrl.includes("localhost")&&!currentUrl.includes(startingUrlForThirdPartySignIn)){alert(`You must be on ${startingUrlForThirdPartySignIn} for third party sign in to work.`)}</script></body></html>