var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Politics',
    bIsWebPath:true,
    sUrl:'politics.html',"childArray" : [
    {   sTitle:'Constitution',
        bIsWebPath:true,
        sUrl:'constitution.html'
    },
    {   sTitle:'Obama',
        bIsWebPath:true,
        sUrl:'obama.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:'Videos',
        bIsWebPath:true,
        sUrl:'videos.html',"childArray" : [
        {   sTitle:'Political Videos',
            bIsWebPath:true,
            sUrl:'political videos.html',"childArray" : [
            {   sTitle:'CPAC',
                bIsWebPath:true,
                sUrl:'cpac.html',"childArray" : [
                {   sTitle:'Rush Limbaugh',
                    bIsWebPath:true,
                    sUrl:'limbaugh.html'
                },
                {   sTitle:'Glenn Beck',
                    bIsWebPath:true,
                    sUrl:'beck.html'
                }]
            }]
        }]
    },
    {   sTitle:'Priceless',
        bIsWebPath:true,
        sUrl:'priceless.html'
    },
    {   sTitle:'Healthcare',
        bIsWebPath:true,
        sUrl:'healthcare.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:'ScaryThoughts',
        bIsWebPath:true,
        sUrl:'scarythoughts.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'
}]
});