var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Videos',
    'bIsWebPath':true,
    'sUrl':'youtubevideos.html'
},
{   'sTitle':'Politics',
    'bIsWebPath':true,
    'sUrl':'politics.html',"childArray" : [
    {   'sTitle':'Constitution',
        'bIsWebPath':true,
        'sUrl':'constitution.html'
    }]
},
{   'sTitle':'News',
    'bIsWebPath':true,
    'sUrl':'news.html',"childArray" : [
    {   'sTitle':'Commentary',
        'bIsWebPath':true,
        'sUrl':'commentary.html'
    }]
},
{   'sTitle':'Thoughts',
    'bIsWebPath':true,
    'sUrl':'thoughts.html',"childArray" : [
    {   'sTitle':'CPAC',
        'bIsWebPath':true,
        'sUrl':'cpac.html'
    },
    {   'sTitle':'Global Warming',
        'bIsWebPath':true,
        'sUrl':'globalwarming.html'
    },
    {   'sTitle':'Energy',
        'bIsWebPath':true,
        'sUrl':'energy.html'
    },
    {   'sTitle':'Economics',
        'bIsWebPath':true,
        'sUrl':'economics.html'
    },
    {   'sTitle':'Definitions',
        'bIsWebPath':true,
        'sUrl':'definitions.html'
    }]
},
{   'sTitle':'Humor',
    'bIsWebPath':true,
    'sUrl':'humor.html',"childArray" : [
    {   'sTitle':'Cartoons',
        'bIsWebPath':true,
        'sUrl':'cartoons.html'
    }]
},
{   'sTitle':'Ramblings',
    'bIsWebPath':true,
    'sUrl':'ramblings.html'
},
{   'sTitle':'Forum',
    'bIsWebPath':true,
    'sUrl':'forum.html'
}]
});
