var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'HOME',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   bSeparatorAfter:true,
    sTitle:'CONTACT US',
    bIsWebPath:true,
    sUrl:'contactus.html'
},
{   sTitle:'EDITORIAL',
    bIsWebPath:true,
    sUrl:'editorial.html',"childArray" : [
    {   sTitle:'OPINIONS',
        bIsWebPath:true,
        sUrl:'opinions.html'
    },
    {   sTitle:'INSIDE_OUT',
        bIsWebPath:true,
        sUrl:'inside_out.html'
    }]
},
{   sTitle:'NEWS',
    bIsWebPath:true,
    sUrl:'news.html',"childArray" : [
    {   sTitle:'LOCAL COLUMNISTS',
        bIsWebPath:true,
        sUrl:'localcolumnists.html'
    },
    {   sDescription:'Mr. Boggs and others',
        sTitle:'GUESTS',
        bIsWebPath:true,
        sUrl:'guests.html'
    },
    {   sTitle:'SPORTS',
        bIsWebPath:true,
        sUrl:'sports.html'
    }]
},
{   sTitle:'OBITS',
    bIsWebPath:true,
    sUrl:'obits.html',"childArray" : [
    {   sTitle:'Classified',
        bIsWebPath:true,
        sUrl:'classified.html'
    },
    {   sTitle:'AREA BRIEFS',
        bIsWebPath:true,
        sUrl:'areabriefs.html'
    }]
},
{   sTitle:'CALENDAR',
    bIsWebPath:true,
    sUrl:'calendar.html',"childArray" : [
    {   sTitle:'FORUM',
        bIsWebPath:true,
        sUrl:'forum.html'
    },
    {   sTitle:'LOCAL BLOG',
        bIsWebPath:true,
        sUrl:'localblog.html'
    },
    {   sTitle:'GILMER GOINGS ON',
        bIsWebPath:true,
        sUrl:'gilmergoingson.html'
    }]
}]
});