Leaderboard Banner
Menu
EXCLUSIVE
profile #'Have I just outed Chelsea?' - Confession Cam profile #Trump and Infantino - too close for comfort? profile #'Gifted Australia a wicket' - Brook caught by Smith after poor shot profile #Energy grid investment of £28bn to push up household bills profile #What's on Nancy's Celtic to-do list? Himself Boxing’s GOAT! #boxing #boxer #fightprep #ufc profile LAKERS at HORNETS | FULL GAME HIGHLIGHTS

Latest News

Fresh headlines from all categories.

Trump and Infantino - too close for comfort?
Trump and Infantino - too close for comfort?

globex.news • Sports • 04 Dec, 14:27

Friday’s World Cup draw in Washington DC will be the latest illustration of the ever-closer relationship between US President Donald Trump and Fifa president...

04 Dec 2025
What's on Nancy's Celtic to-do list?
What's on Nancy's Celtic to-do list?

globex.news • Sports • 04 Dec, 13:56

Wilfried Nancy has completed his long-waited move from Columbus Crew to Celtic, but what will be the new manager's priorities in Glasgow?

04 Dec 2025
document.addEventListener("DOMContentLoaded", function() { // Fade-in animation document.body.style.opacity = 0; document.body.style.transition = "opacity 0.6s ease"; setTimeout(() => document.body.style.opacity = 1, 50); // Scroll to top visibility const btn = document.getElementById("scrollTopBtn"); window.addEventListener("scroll", () => { btn.style.display = window.scrollY > 300 ? "block" : "none"; }); btn.addEventListener("click", () => window.scrollTo({ top: 0, behavior: "smooth" })); // Lazy load images const lazyImgs = document.querySelectorAll("img[data-src]"); const observer = new IntersectionObserver((entries, obs) => { entries.forEach(entry => { if (entry.isIntersecting) { const img = entry.target; img.src = img.getAttribute("data-src"); img.removeAttribute("data-src"); obs.unobserve(img); } }); }); lazyImgs.forEach(img => observer.observe(img)); }); function toggleMobileMenu() { const menu = document.querySelector('.mobile-menu-overlay'); const backdrop = document.querySelector('.mobile-menu-backdrop'); const hamburger = document.querySelector('.hamburger-menu'); menu.classList.toggle('active'); backdrop.classList.toggle('active'); hamburger.classList.toggle('active'); // Prevent body scroll when menu is open if (menu.classList.contains('active')) { document.body.style.overflow = 'hidden'; } else { document.body.style.overflow = ''; } } function handleMenuClick(section) { console.log('Navigating to:', section); location.href='/'+section; toggleMobileMenu(); // Add your navigation logic here } // Close menu on window resize if switching to desktop window.addEventListener('resize', () => { if (window.innerWidth > 1024) { const menu = document.querySelector('.mobile-menu-overlay'); const backdrop = document.querySelector('.mobile-menu-backdrop'); const hamburger = document.querySelector('.hamburger-menu'); menu.classList.remove('active'); backdrop.classList.remove('active'); hamburger.classList.remove('active'); document.body.style.overflow = ''; }else{ } });