
function getSitemap() {
var s = new sb_sitemapObj();
s.a(new sb_siteAreaObj("about", ""));
s.n[0].a(new sb_n("About The Labs", "/about/index.html",0,0));
s.n[0].a(new sb_n("Operating Model", "/about/operating_model.html",1,0));
s.n[0].a(new sb_n("Frequently Asked Questions", "/about/faq.html",1,0));
s.n[0].a(new sb_n("About Dr. Hilleman", "/about/hilleman.html",1,0));
return s;
}