var global_navtree = WpNavBar.readTree({
"childArray" : [
{   bSeparatorAfter:true,
    sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.htm'
},
{   sTitle:'Tutoring',
    bIsWebPath:true,
    sUrl:'tutoring.htm',
    sTarget:'_self'
},
{   sTitle:'advocacy',
    bIsWebPath:true,
    sUrl:'advocacy.htm',
    sTarget:'_self'
},
{   sTitle:'Academic Coaching',
    bIsWebPath:true,
    sUrl:'coaching.htm',
    sTarget:'_self'
},
{   sTitle:'About Me',
    bIsWebPath:true,
    sUrl:'about.htm',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.htm',
    sTarget:'_self'
}]
});