var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'prayer',
    bIsWebPath:true,
    sUrl:'prayer.html'
},
{   sTitle:'confess',
    bIsWebPath:true,
    sUrl:'confess.html'
},
{   sTitle:'donate',
    bIsWebPath:true,
    sUrl:'donate.html'
},
{   sTitle:'contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
