Friday, June 27, 2025
32.9 C
Singapore

Chiobu policewoman arrest prominent busker in Orchard Road

According to Facebook user Eric Fong, a prominent busker at Orchard Road was arrested in full view of the public yesterday (11 March) at about 9.50pm. The busker was performing in front of a large audience outside Takashimaya when the incident happened.

Street performer at orchard road got arrested in public by 2 Tanglin Division police in front of a large crowd of…

Posted by Eric Fong on Saturday, 11 March 2017

Eric’s post drew mixed comments. Some lambasted the police for handcuffing the performer in full view of the public, while others wondered if he was really arrested for busking or some other offence.

Several commenters though could not help but notice how pretty one of the arresting officers was.

See also  Sexologist Dr Martha Tara Lee Explains Why Men May Not Want Sex

Hot this week

SIA CEO’s annual pay fell 13.5% to S$7m despite record profit

SINGAPORE: Singapore Airlines (SIA) chief executive officer Goh Choon...

Singapore is 6th most peaceful country on the 2025 Global Peace Index

SINGAPORE: In the 19th edition of the Global Peace...

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); } });