LIVE
    `; } function createNewsItem(item, isBanner = false) { const li = document.createElement("li"); const link = document.createElement("a"); link.href = item.externalurl; link.textContent = item.title; link.target = "_blank"; if (isBanner) { li.classList.add("banner"); const img = document.createElement("img"); img.src = item.posterurl || "fallback.jpg"; img.alt = "Banner Image"; li.appendChild(img); } li.appendChild(link); return li; } function parseDate(dateString) { return dateString ? new Date(dateString).getTime() : 0; } function renderNews(bannerItem, headlines) { newsList.innerHTML = ""; if (bannerItem) { newsList.appendChild(createNewsItem(bannerItem, true)); } const headlinesWrapper = document.createElement("div"); const headlinesUl = document.createElement("ul"); headlinesUl.classList.add("headlines"); headlines.forEach(item => { if (item.title && item.externalurl) { headlinesUl.appendChild(createNewsItem(item)); } }); headlinesWrapper.appendChild(headlinesUl); const buttonWrapper = document.createElement("div"); buttonWrapper.innerHTML = ` `; headlinesWrapper.appendChild(buttonWrapper); newsList.appendChild(headlinesWrapper); } async function fetchBanner() { try { const response = await fetch("https://api-v2.lindelltv.com/api/articles/lindell-report/category=lindelltv//?filterexpired=false&draw=1"); const data = await response.json(); let items = data.items || data; if (!Array.isArray(items)) items = Object.values(items); items.sort((a, b) => parseDate(b.postdate) - parseDate(a.postdate)); return items.find(item => item.featured) || items[0]; } catch (error) { console.error("❌ Error fetching banner:", error); return null; } } async function fetchCategory(category) { try { const response = await fetch(category.api); const data = await response.json(); let items = data.items || data; if (!Array.isArray(items)) items = Object.values(items); items.sort((a, b) => parseDate(b.postdate) - parseDate(a.postdate)); // Skip first article if category is Lindell report (used in banner) if (category.name === "Lindell report") items = items.slice(1); return items.slice(0, 2); } catch (error) { console.error(`❌ Error fetching ${category.name}:`, error); return []; } } async function fetchHeadlines() { const results = await Promise.all(categories.map(fetchCategory)); let combined = results.flat(); // Randomize headlines for (let i = combined.length - 1; i > 0; i--) { const j = Math.floor(Math.random() * (i + 1)); [combined[i], combined[j]] = [combined[j], combined[i]]; } // Limit total headlines to 10 return combined.slice(0, 10); } async function loadNews() { const cachedData = localStorage.getItem(CACHE_KEY); const cachedTime = localStorage.getItem(CACHE_TIME_KEY); const now = Date.now(); if (cachedData && cachedTime && (now - cachedTime { console.log("🔄 Background refresh at", new Date().toLocaleTimeString()); const [bannerItem, headlines] = await Promise.all([fetchBanner(), fetchHeadlines()]); if (bannerItem && headlines.length) { localStorage.setItem(CACHE_KEY, JSON.stringify({ bannerItem, headlines })); localStorage.setItem(CACHE_TIME_KEY, Date.now()); renderNews(bannerItem, headlines); } nextFetchTime = Date.now() + FETCH_INTERVAL; }, FETCH_INTERVAL); // ⏳ Console countdown setInterval(() => { const secondsLeft = Math.max(0, Math.round((nextFetchTime - Date.now()) / 1000)); const mm = String(Math.floor(secondsLeft / 60)).padStart(2, "0"); const ss = String(secondsLeft % 60).padStart(2, "0"); console.log(`⏳ Next fetch in: ${mm}:${ss}`); }, 1000); });

    FEATURED

    LATEST Videos

    lindelltv_wpvidsync_images->18162

    DC DISPATCH – DHS SHAKE-UP: CAN WE TRUST MARKWAYNE MULLIN?

    Global Financial Markets: Alternative Investment Trends

    In the wake of President Trump's tariff announcements that have sent ripples through international markets, investors are increasingly looking beyond traditional investment vehicles. This shift mirrors broader global trends where regulatory frameworks vary significantly across borders.

    While U.S. markets continue to adjust to new trade policies, European financial markets are experiencing their own regulatory evolutions. The Netherlands, for example, has developed a unique regulatory approach to online entertainment platforms, with some Dutch citizens seeking options through casino zonder cruks nederland as alternatives to more restrictive government-controlled systems.

    These parallel developments highlight how regulatory variations across different nations create diverse market environments. Just as tariffs reshape manufacturing and trade, different regulatory approaches to digital entertainment and financial services create distinct market conditions across borders.

    As financial experts appearing on shows like "Scriptures and Wallstreet" have noted, understanding international regulatory frameworks is becoming increasingly important for investors navigating today's complex global economy. While gold prices continue to surge above $3,400, alternative investment channels across various international markets present both opportunities and risks requiring careful analysis.

    CONFIRMED - Mike Lindell is Running For Governor: Watch His Full Announcement Speech Here

    Technology

    Justice and Legal

    Politics

    Health

    Faith and Culture

    Economy

    Get The Lindell Report delivered to your email

    Shows

    LindellTV News Lineup

    8AM - 9AM ET

    9AM - 10AM ET

    10AM - 12PM ET

    12PM – 1PM ET

    1PM - 2PM ET

    2PM - 3PM ET

    3PM - 4PM ET

    4PM – 5PM ET

    5PM - 7PM ET

    7PM - 8PM ET

    8PM - 9PM ET

    9PM - 10PM ET (M,W,F)

    9PM - 10PM ET (T)

    9PM - 10PM ET (TH)

    10PM - 11PM ET