var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'US News',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sDescription:'U.S. weather',
    sTitle:'Weather',
    bIsWebPath:true,
    sUrl:'weather.html',
    sTarget:'_self'
},
{   sDescription:'world news, international news, video news',
    sTitle:'World',
    bIsWebPath:true,
    sUrl:'world.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Africa',
        bIsWebPath:true,
        sUrl:'africa.html',
        sTarget:'_self'
    },
    {   sTitle:'Europe',
        bIsWebPath:true,
        sUrl:'europe.html',
        sTarget:'_self'
    },
    {   sTitle:'Americas',
        bIsWebPath:true,
        sUrl:'americas.html',
        sTarget:'_self'
    },
    {   sTitle:'Middle East',
        bIsWebPath:true,
        sUrl:'middleeast.html',
        sTarget:'_self'
    },
    {   sTitle:'Asia-Pacific',
        bIsWebPath:true,
        sUrl:'asiapacific.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Business',
    bIsWebPath:true,
    sUrl:'business.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Corporate News',
        bIsWebPath:true,
        sUrl:'corporate.html',
        sTarget:'_self'
    },
    {   sTitle:'Markets',
        bIsWebPath:true,
        sUrl:'markets.html',
        sTarget:'_self'
    },
    {   sTitle:'Regulatory Compliance',
        bIsWebPath:true,
        sUrl:'regulatory.html',
        sTarget:'_self'
    },
    {   sTitle:'Economy',
        bIsWebPath:true,
        sUrl:'economy.html',
        sTarget:'_self'
    },
    {   sTitle:'Personal Finance',
        bIsWebPath:true,
        sUrl:'pers_finance.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Politics',
    bIsWebPath:true,
    sUrl:'politics.html',
    sTarget:'_self'
},
{   sTitle:'Health',
    bIsWebPath:true,
    sUrl:'health.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Discoveries',
        bIsWebPath:true,
        sUrl:'discoveries.html',
        sTarget:'_self'
    },
    {   sTitle:'Healthcare',
        bIsWebPath:true,
        sUrl:'healthcare.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Sci-Tech',
    bIsWebPath:true,
    sUrl:'sci_tech.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Environment',
        bIsWebPath:true,
        sUrl:'environment.html',
        sTarget:'_self'
    },
    {   sTitle:'Space',
        bIsWebPath:true,
        sUrl:'space.html',
        sTarget:'_self'
    },
    {   sTitle:'Science',
        bIsWebPath:true,
        sUrl:'science.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Entertainment',
    bIsWebPath:true,
    sUrl:'entertainment.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Anime',
        bIsWebPath:true,
        sUrl:'anime.html',
        sTarget:'_self'
    },
    {   sTitle:'Music',
        bIsWebPath:true,
        sUrl:'music.html',
        sTarget:'_self'
    },
    {   sTitle:'Movies',
        bIsWebPath:true,
        sUrl:'movies.html',
        sTarget:'_self'
    },
    {   sTitle:'TV',
        bIsWebPath:true,
        sUrl:'tv.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Sports',
    bIsWebPath:true,
    sUrl:'sports.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Basketball',
        bIsWebPath:true,
        sUrl:'basketball.html',
        sTarget:'_self'
    },
    {   sTitle:'Baseball',
        bIsWebPath:true,
        sUrl:'baseball.html',
        sTarget:'_self'
    },
    {   sTitle:'Hockey',
        bIsWebPath:true,
        sUrl:'hockey.html',
        sTarget:'_self'
    },
    {   sTitle:'Soccer',
        bIsWebPath:true,
        sUrl:'soccer.html',
        sTarget:'_self'
    },
    {   sTitle:'Football',
        bIsWebPath:true,
        sUrl:'football.html',
        sTarget:'_self'
    },
    {   sTitle:'Tennis',
        bIsWebPath:true,
        sUrl:'tennis.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Life',
    bIsWebPath:true,
    sUrl:'life.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Travel',
        bIsWebPath:true,
        sUrl:'travel.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Humor',
    bIsWebPath:true,
    sUrl:'humor.html',
    sTarget:'_self'
},
{   sTitle:'Press Releases',
    bIsWebPath:true,
    sUrl:'press.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Business',
        bIsWebPath:true,
        sUrl:'business_pr.html',
        sTarget:'_self'
    },
    {   sTitle:'Science',
        bIsWebPath:true,
        sUrl:'science_pr.html',
        sTarget:'_self'
    },
    {   sTitle:'Health',
        bIsWebPath:true,
        sUrl:'health_pr.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Learning',
    bIsWebPath:true,
    sUrl:'learning.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Business',
        bIsWebPath:true,
        sUrl:'bus_learn.html',
        sTarget:'_self'
    },
    {   sTitle:'Gardening',
        bIsWebPath:true,
        sUrl:'gardening.html',
        sTarget:'_self'
    }]
},
{   sDescription:'Contact iTunein.com',
    sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
}]
});