var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Bio',
    bIsWebPath:true,
    sUrl:'bio.html'
},
{   sTitle:'Music',
    bIsExternal:true,
    sUrl:'http://www.laurenlight.bandcamp.com',
    sTarget:'_blank'
},
{   sTitle:'News',
    bIsExternal:true,
    sUrl:'http://lauren-light.tumblr.com',
    sTarget:'_blank'
},
{   sTitle:'Video',
    bIsWebPath:true,
    sUrl:'videos.html'
},
{   sTitle:'Photos',
    bIsWebPath:true,
    sUrl:'photos.html'
},
{   sTitle:'Shows',
    bIsWebPath:true,
    sUrl:'shows.html'
},
{   sTitle:'Booking',
    bIsWebPath:true,
    sUrl:'booking.html'
}]
});
