var customNavTree4 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'The cyclecamp forum',
    bIsWebPath:true,
    sUrl:'forum.html'
},
{   sTitle:'Find a cyclecamp campsite',
    bIsWebPath:true,
    sUrl:'findacampsite.html',
    sTarget:'_self'
},
{   sTitle:'The cyclecamp resource pages',
    bIsWebPath:true,
    sUrl:'portalresourcepages.html'
},
{   sTitle:'The cyclecamp shop',
    bIsWebPath:true,
    sUrl:'shop2.html',
    sTarget:'_self'
}]
});
