var customNavTree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Shop',
    bIsWebPath:true,
    sUrl:'shop.html'
},
{   sTitle:'Blog',
    bIsWebPath:true,
    sUrl:'blog.html'
},
{   sTitle:'Press',
    bIsWebPath:true,
    sUrl:'press.html'
},
{   sTitle:'Celebs',
    bIsWebPath:true,
    sUrl:'CELEBS.html'
},
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'Friends',
    sUrl:''
},
{   sTitle:'Locations',
    bIsWebPath:true,
    sUrl:'CalendarLocations.html',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
}]
});
