var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'HOME',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'CALENDAR',
    bIsWebPath:true,
    sUrl:'calendar.html'
},
{   sTitle:'INTERLEAGUE',
    bIsWebPath:true,
    sUrl:'interleague.html'
},
{   sTitle:'COUNTY',
    bIsWebPath:true,
    sUrl:'county.html',
    sTarget:'_self'
},
{   sTitle:'RANKINGS',
    bIsWebPath:true,
    sUrl:'rankings.html',
    sTarget:'_self'
},
{   sTitle:'COMMITTEE',
    bIsWebPath:true,
    sUrl:'committee.html'
},
{   sTitle:'FORUM',
    bIsWebPath:true,
    sUrl:'forum.html',
    sTarget:'_self'
}]
});