// Adds dimensions UUID, Author and Topic into GA4
Wednesday, December 17, 2025
26 C
Singapore

Citicab reverses into parked car at high speed and makes a run for it

In a hit-and-run accident caught on video, a citicab is seen making a quick run after hitting a parked car while reversing at high speed. The time-stamp in the video is marked 26 March 2016.

See also  NUS study: Extreme hot weather affects Singapore men's fertility and birth outcomes
- Advertisement -

Hot this week

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });
// //