var nav_430tree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Articles',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'articles.html'
},
{   'sTitle':'Locations',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'locations.html',
    'sTarget':'_self'
},
{   'sTitle':'Testimonies',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'testimonies.html'
},
{   'sTitle':'Links',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'resources.html'
},
{   'sTitle':'Contact Us',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'contactus.html'
}]
});
