var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'matthew d. lyons',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   bSeparatorAfter:true,
    sTitle:'blog',
    bIsExternal:true,
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'my name is not matt',
        bIsExternal:true,
        sUrl:'http://www.mynameisnotmatt.com',
        sTarget:'_self'
    }]
},
{   sTitle:'social',
    bIsExternal:true,
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'twitter',
        bIsExternal:true,
        sUrl:'http://twitter.com/matthewdlyons',
        sTarget:'_blank'
    },
    {   sTitle:'facebook',
        bIsExternal:true,
        sUrl:'http://facebook.com/matthewdlyons',
        sTarget:'_blank'
    },
    {   sTitle:'google+',
        bIsExternal:true,
        sUrl:'https://plus.google.com/u/0/110335502145499106670/posts',
        sTarget:'_blank'
    },
    {   sTitle:'flickr',
        bIsExternal:true,
        sUrl:'http://www.flickr.com/people/matthewdlyons',
        sTarget:'_blank'
    }]
},
{   sTitle:'contact me',
    bIsExternal:true,
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'email',
        bIsWebPath:true,
        sUrl:'email.html'
    }]
}]
});
