var customnavtree4 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Availability',
    bIsWebPath:true,
    sUrl:'availability.html'
},
{   sTitle:'Party Deals',
    bIsWebPath:true,
    sUrl:'partydeal.html'
},
{   sTitle:'About Gary Good',
    bIsWebPath:true,
    sUrl:'aboutgarygood.html'
},
{   sTitle:'Contact Gary Good',
    bIsWebPath:true,
    sUrl:'contactgarygood1.html'
}]
});