var customNavTree8 = WpNavBar.readTree({
"childArray" : [{   sTitle:'Home',
    sUrl:'/index.php',
    sTarget:'_self'},{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'about/index.html'},{   sTitle:'2010',
    bIsWebPath:true,
    sUrl:'runningorder/index.php'},{   sTitle:'Bands',
    bIsWebPath:true,
    sUrl:'bands/index.php'},{   sTitle:'Tickets',
    bIsWebPath:true,
    sUrl:'tickets/index.html'},{   sTitle:'Credits',
    bIsWebPath:true,
    sUrl:'credits/index.html'},{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links/index.html',
    sTarget:'_self'}]
});