var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Shows',
    'bIsWebPath':true,
    'sUrl':'page2.html',"childArray" : [
    {   'sTitle':'Podcasts',
        'bIsWebPath':true,
        'sUrl':'podcasts.html'
    },
    {   'sTitle':'Archives',
        'bIsWebPath':true,
        'sUrl':'archives.html'
    },
    {   'sTitle':'Listen Live',
        'bIsAnchor':true,
        'bIsWebPath':true,
        'sUrl':'page2.html#listen'
    }]
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'links.html'
}]
});
