var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'HOME',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'CHIROPRACTIC',
    bIsWebPath:true,
    sUrl:'san_diego_chiropractic.html'
},
{   sTitle:'THE FAMILY',
    bIsWebPath:true,
    sUrl:'san_diego_family_chiropractic.html'
},
{   sTitle:'SPORTS INJURIES',
    bIsWebPath:true,
    sUrl:'san_diego_sports_injuries.html'
},
{   sTitle:'DR JASON',
    bIsWebPath:true,
    sUrl:'dr_jason_shumard.html'
},
{   sTitle:'DR SEAN',
    bIsWebPath:true,
    sUrl:'dr_sean_miller.html'
},
{   sTitle:'CONTACT US',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
