
function getSitemap() {
var s = new sb_sitemapObj();
s.a(new sb_siteAreaObj("altre"));
s.n[0].a(new sb_n("Manuali Merck", "/altre/index.html",0));
s.n[0].a(new sb_n("Manuale Merck", "/altre/manuale/index.html",1));
s.n[0].a(new sb_n("Manuale Geriatria", "/altre/geriatria/index.html",1));
s.a(new sb_siteAreaObj("products"));
s.n[1].a(new sb_n("Prodotti", "#",0));
s.n[1].a(new sb_n("Per il Medico", "/content/hcp/products/index.html",1));
s.n[1].a(new sb_n("Per il Farmacista", "http://farmacista.univadis.it/",1));
s.n[1].a(new sb_n("Per il Giornalista", "/content/journalist/products/index.html",1));
s.a(new sb_siteAreaObj("about"));
s.n[2].a(new sb_n("MSD Italia", "/content/corporate/about/index.html",0));
s.n[2].a(new sb_n("Gli investimenti", "/content/corporate/about/investimenti.html",1));
s.n[2].a(new sb_n("L&#39;impegno", "/content/corporate/about/impegno.html",1));
s.n[2].a(new sb_n("Programmi di compliance", "/content/corporate/about/compliance.html",1));
s.n[2].a(new sb_n("La giornata europea dei diritti del paziente", "/content/corporate/about/europeanday.html",1));
s.a(new sb_siteAreaObj("policy"));
s.n[3].a(new sb_n("Privacy", "/content/policy/privacy/index.html",0));
s.n[3].a(new sb_n("Informativa", "/content/policy/privacy/informativa.html",1));
s.n[3].a(new sb_n("FAQ", "/content/policy/privacy/faq.html",1));
s.n[3].a(new sb_n("Disclaimer - Limitazione di responsabilita&#39;", "/content/policy/privacy/disclaimer.html",1));
s.n[3].a(new sb_n("Scrivi al Privacy Office", "/content/policy/privacy/contact.html",1));
return s;
}