var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Testimony',
    'bIsWebPath':true,
    'sUrl':'testimony.html'
},
{   'sTitle':'Bio',
    'bIsWebPath':true,
    'sUrl':'bio.html'
},
{   'sTitle':'Booking',
    'bIsWebPath':true,
    'sUrl':'booking.html'
},
{   'sTitle':'Tour Dates',
    'bIsWebPath':true,
    'sUrl':'appearances.html'
}]
});
