var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'aucklandweddingservices.html',"childArray" : [
    {   sTitle:'http://www.makingithappen.net.nz',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'aucklandweddingservices.html#AucklandWeddingPlanner'
    }]
},
{   sTitle:'Testimonials',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'Free Stuff',
    bIsWebPath:true,
    sUrl:'freeaucklandweddingadvice.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contactaucklandweddingplanners.html'
},
{   sTitle:'Articles',
    bIsWebPath:true,
    sUrl:'aucklandweddingplannertips.html'
}]
});
