var customNavTree4 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'news.html',
    sTarget:'_self'
},
{   sTitle:'Press releases',
    bIsWebPath:true,
    sUrl:'press-releases.html',
    sTarget:'_self'
},
{   sTitle:'Twitter news feeds',
    bIsWebPath:true,
    sUrl:'twitter-news-feeds.html',
    sTarget:'_self'
},
{   sTitle:'Local media links',
    bIsWebPath:true,
    sUrl:'local-media.html',
    sTarget:'_self'
},
{   sTitle:'Banburyshire Info Forum',
    bIsWebPath:true,
    sUrl:'forum-n.html',
    sTarget:'_self'
}]
});
