var customnavtree5 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'Musicians',
    bIsWebPath:true,
    sUrl:'musicianss.html',
    sTarget:'_self'
},
{   sTitle:'Authors',
    bIsWebPath:true,
    sUrl:'authors.html',
    sTarget:'_self'
},
{   sTitle:'Indiegrrl Merchandise & CDs',
    bIsWebPath:true,
    sUrl:'indiegrrl.html',
    sTarget:'_self'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Indiegrrl Main Site',
    sUrl:'http://www.indiegrrl.com',
    sTarget:'_blank'
}]
});