var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'home',
    'bIsWebPath':true,
    'sUrl':'home.html'
},
{   'sDescription':'project listing',
    'sTitle':'projects',
    'bIsWebPath':true,
    'sUrl':'projects.html'
},
{   'sTitle':'photos',
    'bIsWebPath':true,
    'sUrl':'photos.html'
},
{   'sTitle':'contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
},
{   'sTitle':'blog',
    'bIsExternal':true,
    'sUrl':'http://urbanscape.bravejournal.com/index.php'
}]
});
