var customNavTree5 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'What\'s on',
    bIsWebPath:true,
    sUrl:'whats-on.html',
    sTarget:'_self'
},
{   sTitle:'Places to eat',
    bIsWebPath:true,
    sUrl:'places-to-eat.html',
    sTarget:'_self'
},
{   sTitle:'Places to stay',
    bIsWebPath:true,
    sUrl:'places-to-stay.html',
    sTarget:'_self'
},
{   sTitle:'Places to visit',
    bIsWebPath:true,
    sUrl:'places-to-visit.html',
    sTarget:'_self'
}]
});
