InternationalAsiaSingapore News Less than 1 min.Read Article Retracted By Anna Maria Romero August 18, 2020 FacebookTwitterWhatsAppLinkedinTelegram We have retracted this article and apologise to the parties concerned. - Advertisement - Follow Google News Join us on WhatsApp Follow us on Telegram TagsPhilippinesPresident Rodrigo DuterteSeletar Airport Hot this week Jobs ‘What’s the point of maximising my salary?’ American considers US$70k pay cut to move to Singapore The American says he misses being able to walk, use public transport and feel safe late at night when he returns to the US. Jobs Singapore employee questions S$15 fine after SME boss penalises him for being 13 minutes late A 13-minute delay came with a S$15 price tag. The employee is now asking whether that price is legal. Popular Categories Singapore NewsFeatured NewsSG EconomySingapore PoliticsLifestyleCelebrityIn the Hood 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); } });