var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About me',
    bIsWebPath:true,
    sUrl:'aboutme.html'
},
{   sTitle:'Links and things',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'Blogs',
    bIsWebPath:true,
    sUrl:'blogs.html'
}]
});
