Saturday, June 28, 2025
30.9 C
Singapore

Hindu devotees on the way to firewalking ceremony save collapsed Chinese man

A group of Hindu devotees on their way to the firewalking ceremony in Sri Mariamman Temple, saved a Chinese man who was collapsed by the side of the road. While a member of the group did CPR on the man, the others sheltered him until the ambulance arrived.

Facebook user Rajoo Casket Loga in sharing several pictures of the incident said that the Chinese man was fortunate that the devotees kept pumping him until the ambulance came with the CPR machine. It was only then that he started breathing. Rajoo credited the pictures to his friends Kumar Quacker and GK Simon.

The incident happened yesterday (23 Oct) afternoon near a petrol kiosk in Serangoon Road, which is beside Sri Srinivasa Perumal Temple, and near Block 685 Race Course Road.

Facebook user Saravanan Rana who commented on Rajoo’s post, shared a picture of the group which helped the man in need.
4Firewalking or ‘Theemithi’ (as it is called in Tamil), is a Hindu religious vow in which the devotee promises to walk on fire in exchange for a wish or blessing granted by the goddess Draupadi. Theemithi is an international Hindu festival which originated in South India and is practised wherever there are South Indians.

See also  LiHo customer stealthily swipes smartphone accidentally left at payment counter by previous customer

The vow is observed in Sri Mariamman Temple in South Bridge Road since 1840. The firewalking itself is a culmination of a four-kilometre walk that begins at Sri Srinivasa Perumal Temple on Serangoon Road.

- Advertisement -

The video below shows how the ceremony was celebrated in the year 1913 – complete with the beheading of a goat. Mariamman Temple is referred to as Maman Temple in the video.

Video credit: Michael Rogge (https://youtu.be/7h3RfcuzpH8)

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