×

Notice of our upcoming travel plans

Community Bible Fellowship <!-- ===== Vacation Ticker Bar ===== --> <div id="vacation-ticker" style=" position:relative; overflow:hidden; height:30px; line-height:30px; cursor:pointer; "> <div id="ticker-content" style=" display:inline-block; white-space:nowrap; color:white; text-shadow: 1px 1px 2px rgba(0,0,0,0.7); font-weight:bold; font-size:16px; "></div> <span id="ticker-countdown" style=" margin-left:20px; font-weight:bold; color:white; text-shadow: 1px 1px 2px rgba(0,0,0,0.7); "></span> </div> <script> window.addEventListener('load', function() { const SHOW_TICKER = true; // toggle ticker on/off if(!SHOW_TICKER) return; const RETURN_DATE = "2025-12-20"; // YYYY-MM-DD const MESSAGE = "Notice for church members: We are on vacation. Click for details. "; const FULL_MSG = "Dear church members, we will be on vacation until Dec 20. All services and activities will resume on our return."; const ticker = document.getElementById('vacation-ticker'); const content = document.getElementById('ticker-content'); const countdownEl = document.getElementById('ticker-countdown'); // Insert repeated text to ensure scrolling content.textContent = MESSAGE.repeat(30); // Countdown timer function updateCountdown() { const now = new Date(); const endDate = new Date(RETURN_DATE + "T00:00:00"); const diff = endDate - now; if(diff <= 0){ countdownEl.textContent = " — Today we resume!"; } else { const days = Math.ceil(diff / (1000*60*60*24)); countdownEl.textContent = ` — Returning in ${days} day${days!==1 ? "s" : ""}`; } } updateCountdown(); setInterval(updateCountdown, 60000); // Smooth infinite scroll let pos = ticker.offsetWidth; function scrollTicker() { pos--; if(pos < -content.offsetWidth) pos = ticker.offsetWidth; content.style.transform = `translateX(${pos}px)`; requestAnimationFrame(scrollTicker); } scrollTicker(); // Click to show full message ticker.addEventListener('click', () => alert(FULL_MSG)); }); </script> Bible Fellowship - index

Back to top

NerjaBible logo

Header

Psalm 119:105

Home

About

Believe

Find

Messages

 

 

 

mobile

Access Messages

 

Hover over the video, and then click this icon Full screen at the bottom of the video, to view the video in full screen.

 

To download this video to your computer, right click here Download , then scroll down the list and choose save link as, then when the folder list appears choose your folder and click save.

 

 

 

 

Copyright Web Design by ©Tree Frog Productions

botlog