var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'tutoring',
    bIsWebPath:true,
    sUrl:'tutoring.html'
},
{   sTitle:'coaching',
    bIsWebPath:true,
    sUrl:'coaching.html'
},
{   sTitle:'advocacy',
    bIsWebPath:true,
    sUrl:'advocacy.html'
},
{   bSeparatorAfter:true,
    sTitle:'about me',
    bIsWebPath:true,
    sUrl:'aboutme.html'
},
{   sTitle:'contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'resources',
    bIsWebPath:true,
    sUrl:'resources.html'
}]
});
