Speaking at Hebrew University where he received an honorary doctorate, Prime Minister Lee Hsien Loong said that “Israel’s story is one that resonates with Singaporeans and is a powerful inspiration to us”.
Comments by Facebook users who responded to TODAY’s sharing of the article show how Israel has divided Singaporeans.
There were some who agreed that Israel is an inspiration for Singapore.






Others vehemently disagreed that Israel was an inspiration.






—
Source: http://bit.ly/1VBu18h
Israel divides Singaporeans
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);
}
});
