var customNavTree2 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'blog',
    bIsWebPath:true,
    sUrl:'your-views-and-comment-on-spend-spend-spend .html',
    sTarget:'_self'
},
{   sTitle:'Contact Me',
    bIsWebPath:true,
    sUrl:'contact-viv-nicholson-and-have-a-chat .html',
    sTarget:'_self'
},
{   sTitle:'My Way',
    bIsWebPath:true,
    sUrl:'i-did-it-my-way.html',
    sTarget:'_self'
},
{   sTitle:'Best Musical ',
    bIsWebPath:true,
    sUrl:'viv-wins-best-musical-awards .html',
    sTarget:'_self'
},
{   sTitle:'Money',
    bIsWebPath:true,
    sUrl:'Money Tips.html',
    sTarget:'_self'
},
{   sTitle:'Links ',
    bIsWebPath:true,
    sUrl:'viv-favorite-links  .html',
    sTarget:'_self'
},
{   sDescription:'Viv Nicholson Photos of the pools win ',
    sTitle:'Photos',
    bIsWebPath:true,
    sUrl:'photos-of-viv-nicholson.html',
    sTarget:'_self'
}]
});
