var customNavTree2 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   bSeparatorAfter:true,
    sTitle:'Buy Online',
    bIsWebPath:true,
    sUrl:'buyonline.html',
    sTarget:'_self'
},
{   sTitle:'Where To Buy',
    bIsWebPath:true,
    sUrl:'where.html',
    sTarget:'_self'
},
{   sTitle:'About Foodswild',
    bIsWebPath:true,
    sUrl:'about.html',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
}]
});