var customNavTree6 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Guidance',
    bIsAnchor:true,
    bIsWebPath:true,
    sUrl:'index.html#top',
    sTarget:'_self'
},
{   sTitle:'Search Results',
    bIsWebPath:true,
    sUrl:'search.html'
}]
});
