
function getSitemap() {
var s = new sb_sitemapObj();
s.a(new sb_siteAreaObj("aboutus", ""));
s.n[0].a(new sb_n("About Us", "/aboutus/",0,0));
s.n[0].a(new sb_n("Values and Vision", "/aboutus/values.html",1,0));
s.n[0].a(new sb_n("Our People", "/aboutus/people.html",1,0));
s.n[0].a(new sb_n("Publications and Key Presentations", "/aboutus/publications.html",1,0));
s.n[0].a(new sb_n("Directions", "/contact/index.html",1,0));
s.a(new sb_siteAreaObj("careers", ""));
s.n[1].a(new sb_n("Careers", "/careers/index.html",0,0));
s.n[1].a(new sb_n("Culture and Benefits", "/careers/culture.html",1,0));
s.n[1].a(new sb_n("Why Boston?", "/careers/whyboston.html",1,0));
s.n[1].a(new sb_n("Diversity", "/careers/diversity.html",1,0));
s.n[1].a(new sb_n("Continuous Learning", "/careers/continuouslearning.html",1,0));
s.n[1].a(new sb_n("Job Postings", "/careers/jobpostings.html",1,0));
s.a(new sb_siteAreaObj("partnerships", ""));
s.n[2].a(new sb_n("Partnerships", "/partnerships/",0,0));
s.n[2].a(new sb_n("Licensing", "http://www.merck.com/licensing",1,0));
return s;
}