var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'bio',
    bIsWebPath:true,
    sUrl:'meetmarian.html'
},
{   sTitle:'books',
    bIsWebPath:true,
    sUrl:'marianlthomasbooks.html'
},
{   sTitle:'connect',
    bIsWebPath:true,
    sUrl:'mediacontact.html'
},
{   sTitle:'gallery',
    bIsWebPath:true,
    sUrl:'booksigninggallery.html'
}]
});
