var customnavtree2 = WpNavBar.readTree({
"childArray" : [
{   bSeparatorBefore:true,
    bSeparatorAfter:true,
    sTitle:'Prayer Board',
    bIsWebPath:true,
    sUrl:'prayer.html',
    sTarget:'_self'
},
{   bSeparatorBefore:true,
    bSeparatorAfter:true,
    sTitle:'Request Form',
    bIsWebPath:true,
    sUrl:'prayer2.html',
    sTarget:'_self'
}]
});