
function getSitemap() {
var s = new sb_sitemapObj();
s.a(new sb_siteAreaObj("about"));
s.n[0].a(new sb_n("MSD Singapore", "/content/corporate/about/about_msd.html",0));
s.n[0].a(new sb_n("About Us", "/content/corporate/about/about_msd.html",1));
s.n[0].a(new sb_n("Our People", "/content/corporate/about/our_people.html",1));
s.n[0].a(new sb_n("Our Vision", "/content/corporate/about/our_vision.html",1));
s.n[0].a(new sb_n("Other Operations in Singapore", "/content/corporate/about/other_operations.html",1));
s.a(new sb_siteAreaObj("comm_relation"));
s.n[1].a(new sb_n("Community Relations", "/content/corporate/comm_relation/community_relations.html",0));
s.n[1].a(new sb_n("Disasters in Sichuan and Myanmar", "/content/corporate/comm_relation/community_relations.html",1));
s.n[1].a(new sb_n("Kidney Dialysis Foundation", "/content/corporate/comm_relation/kdf.html",1));
s.n[1].a(new sb_n("Canossaville Children&#39;s Home", "/content/corporate/comm_relation/cch.html",1));
s.n[1].a(new sb_n("Children&#39;s Cancer Foundation", "/content/corporate/comm_relation/ccf.html",1));
s.n[1].a(new sb_n("St John&#39;s Home", "/content/corporate/comm_relation/st_john.html",1));
s.n[1].a(new sb_n("Chen Su Lan Methodist Children's Home", "/content/corporate/comm_relation/chen_su_lan.html",1));
return s;
}