var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Schedule/Scores',
    'bIsWebPath':true,
    'sUrl':'schedule.html'
},
{   'bSeparatorBefore':true,
    'sTitle':'League Standings',
    'bIsWebPath':true,
    'sUrl':'standings.html'
},
{   'sTitle':'Tickets',
    'bIsWebPath':true,
    'sUrl':'tickets.html'
},
{   'sTitle':'Roster',
    'bIsWebPath':true,
    'sUrl':'roster.html'
},
{   'sTitle':'Sponsors',
    'bIsWebPath':true,
    'sUrl':'sponsor.html'
},
{   'sTitle':'Staff',
    'bIsWebPath':true,
    'sUrl':'staff.html'
},
{   'sTitle':'Photos',
    'bIsExternal':true,
    'sUrl':'http://photos.midmooutlaws.com',
    'sTarget':'_blank'
},
{   'sTitle':'Videos',
    'bIsWebPath':true,
    'sUrl':'videos.html'
},
{   'sTitle':'Fan Page',
    'bIsWebPath':true,
    'sUrl':'fan.html'
}]
});
