var customNavTree3 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'YOUR CLUB',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Unsanitary & Unsafe Conditions',
        bIsWebPath:true,
        sUrl:'unsafe-club.html',
        sTarget:'_self'
    },
    {   sTitle:'Illegal Activities - Drugs & Sex',
        bIsWebPath:true,
        sUrl:'illegal-club-behavoir.html',
        sTarget:'_self'
    }]
}]
});
