var customNavTree2 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Competition Hints and FAQs',
    bIsWebPath:true,
    sUrl:'competition-2010-details.html',
    sTarget:'_self'
},
{   sTitle:'Competition Entry Form',
    bIsWebPath:true,
    sUrl:'competition-2010-entry-form.html',
    sTarget:'_self'
},
{   sTitle:'Where are they today?',
    bIsWebPath:true,
    sUrl:'summer-comp-where-are-they-now.html',
    sTarget:'_self'
},
{   sTitle:'Read their latest blogs',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Archie\'s Blog',
        bIsWebPath:true,
        sUrl:'follow-archie-on-his-adventures.html',
        sTarget:'_self'
    },
    {   sTitle:'Betty\'s Blog',
        bIsWebPath:true,
        sUrl:'Betty\'s-travels.html',
        sTarget:'_self'
    },
    {   sTitle:'Billy\'s Blog',
        bIsWebPath:true,
        sUrl:'Billy\'s-travels.html',
        sTarget:'_self'
    },
    {   sTitle:'Kiri\'s Blog',
        bIsWebPath:true,
        sUrl:'Kiri\'s travels.html',
        sTarget:'_self'
    },
    {   sTitle:'Pete\'s Blog',
        bIsWebPath:true,
        sUrl:'Pete\'s-travels.html',
        sTarget:'_self'
    },
    {   sTitle:'Sophie\'s Blog',
        bIsWebPath:true,
        sUrl:'Sophie\'s-travels.html',
        sTarget:'_self'
    }]
}]
});
