var customnavtree3 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Race Schedule',
    bIsWebPath:true,
    sUrl:'race_schedule.html',
    sTarget:'_self'
},
{   sTitle:'2010 Race Results',
    bIsWebPath:true,
    sUrl:'2010_results.html',
    sTarget:'_self'
},
{   sTitle:'Men\'s Standings',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Total Races Ran',
        sUrl:'http://www.anna.k12.oh.us/shelbycounty5ktour/mens_total_races_2009.htm',
        sTarget:'_blank'
    },
    {   sTitle:'Age Group Standings',
        sUrl:'http://www.anna.k12.oh.us/shelbycounty5ktour/mens_age_group_standings_2009.htm',
        sTarget:'_blank'
    },
    {   sTitle:'All Races (sorted by names)',
        sUrl:'http://www.anna.k12.oh.us/shelbycounty5ktour/all_races_2009_men.htm',
        sTarget:'_blank'
    },
    {   sTitle:'All Races (sorted by races)',
        sUrl:'http://www.anna.k12.oh.us/shelbycounty5ktour/mens_by_races_2009.htm',
        sTarget:'_blank'
    }]
},
{   sTitle:'Women\'s Standings',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Total Races Ran',
        sUrl:'http://www.anna.k12.oh.us/shelbycounty5ktour/womens_total_races_2009.htm',
        sTarget:'_blank'
    },
    {   sTitle:'Age Group Standings',
        sUrl:'http://www.anna.k12.oh.us/shelbycounty5ktour/womens_age_group_standings_2009.htm',
        sTarget:'_blank'
    },
    {   sTitle:'All Races (sorted by name)',
        sUrl:'http://www.anna.k12.oh.us/shelbycounty5ktour/all_races_2009_women.htm',
        sTarget:'_blank'
    },
    {   sTitle:'All Races (sorted by races)',
        sUrl:'http://www.anna.k12.oh.us/shelbycounty5ktour/womens_by_races_2009.htm',
        sTarget:'_blank'
    }]
},
{   sTitle:'Newsletter',
    bIsWebPath:true,
    sUrl:'newsletter.html',
    sTarget:'_self'
},
{   sTitle:'2010 Tour Brochure',
    sUrl:'http://www.anna.k12.oh.us/shelbycounty5ktour/brochure_tour.pdf',
    sTarget:'_blank'
},
{   sTitle:'Past Results',
    bIsWebPath:true,
    sUrl:'past_results.html',
    sTarget:'_self'
},
{   sTitle:'Running Links',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'zap fitness',
        sUrl:'http://www.zapfitness.com/',
        sTarget:'_blank'
    },
    {   sTitle:'buckeye outdoors',
        sUrl:'http://www.buckeyeoutdoors.com/cgi-bin/login',
        sTarget:'_blank'
    },
    {   sTitle:'steve runner',
        sUrl:'http://www.steverunner.com/',
        sTarget:'_blank'
    },
    {   sTitle:'rail to trails',
        sUrl:'http://www.railstotrails.org/index.html',
        sTarget:'_blank'
    },
    {   sTitle:'runners world',
        sUrl:'http://www.runnersworld.com/',
        sTarget:'_blank'
    },
    {   sTitle:'george sheehan',
        sUrl:'http://www.georgesheehan.com/',
        sTarget:'_blank'
    },
    {   sTitle:'eat the right fats',
        sUrl:'http://www.anna.k12.oh.us/shelbycounty5ktour/Eat_the_Right_Fats.pdf',
        sTarget:'_blank'
    }]
}]
});