function getsidenavcommunity (pageName)
{	
	document.write('<ul><li id="ourcommunity"><a href="/about/community.html">Our Community</a></li><li id="marathon"><a href="/bostonmarathon/index.html">Boston Marathon</a></li><li id="partner"><a href="/about/partnerships.html">Our Partnerships</a></li><li id="outreach"><a href="/about/outreach/index.html">Our Outreach Programs</a></li></ul>');
	
	document.getElementById(pageName).className = "active"; 	
}

function getsidenavmarathon (pageName)
{	
	document.write('<ul class="divider"><li id="sponsor"><a href="sponsorship.html">&nbsp;&nbsp;Sponsorship History</a></li><li id="bib"><a href="bib_overview.html">&nbsp;&nbsp;Non-Profit Bib Program</a></li><li id="elite"><a href="eliteathletefield.html">&nbsp;&nbsp;Elite Athlete Field</a></li><li id="robert"><a href="robert.html">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Robert K. Cheruiyot</a></li><li id="kara"><a href="kara.html">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Kara Goucher</a></li><li id="lidiya"><a href="lidiya.html">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Lidiya Grigoryeva</a></li><li id="ryan"><a href="ryan.html">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Ryan Hall</a></li><li id="hoyt"><a href="hoyts.html">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Team Hoyt</a></li><li id="denise"><a href="denise.html">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Denise Robson</a></li><li id="dire"><a href="dire.html">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Dire Tune</a></li><li id="field"><a href="/resources/pdf/2009_complete_field.pdf" target="_blank">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>See complete field <span class="arrow">&raquo;</span></b></a></li></ul>');
	
	document.getElementById(pageName).className = "active"; 	
}
// lines below removed from getsidenavmarathon for missing content - to put back, stick in at end (between LI complete field and /ul 
//<li id="village"><a href="athletevillage.html">&nbsp;&nbsp;Elite Athlete Village</a><li id="events"><a href="events.html">&nbsp;&nbsp;Schedule of Events</a></li> 

function getsidestatsmarathon ()
{	
	document.write('<h3>Elite Field Facts</h3><br><ul class="divider"><li><h3>30</h3> athletes from 6 countries: Australia, Ethiopia, Kenya, Moldova, Russia, United States</li><li><h3>18</h3> men and 12 women</li><li><h3>4</h3> past champions: Robert Kipkoech Cheruiyot (2003, 2006-08), Dire Tune (2008), Lidiya Grigoryeva (2007), and Timothy Cherigat (2004)</li><li>Boston Marathon course-record holder: Robert Kipkoech Cheruiyot, 2:07:14 in 2006</li><li>World Marathon Majors Series 2006-2007 Mens Champion: Robert Kipkoech Cheruiyot</li><li>Winners of World Marathon Majors in the field: Robert Kipkoech Cheruiyot, Boston (2003, 2006-08) and Chicago (2006)  Lidiya Grigoryeva, Boston (2007) and Chicago (2008) Evans Cheruiyot, Chicago (2008)Timothy Cherigat, Boston (2004)</li><li>World Championship medal winners: Kara Goucher (bronze, 10,000m), Evans Cheruiyot (bronze, half marathon), Alice Timbilili (silver, cross country)</li><li><h3>9</h3> course record holders in the field: Boston, Frankfurt, Houston, Las Vegas, Los Angeles, Rome, San Sebastian, Tempe, U.S. Olympic Trials</li><li>Olympic Marathoners in the field: 2008 Beijing Olympic Marathon:  Men:  Deriba Merga, Gashaw Asfaw, Ryan Hall, Grigoriy Andreev, Brian Sell, Iaroslav Musinschi, Lee Troop, and Women: Salina Kosgei, Dire Tune  2004 Athens Olympic Marathon: Grigoriy Andreev </li><li>Russian womens national record holder: Galina Bogolomova, 2:20:47</li><li><h3>11</h3> men and 8 women ran their personal best marathon times in the past 2 years </li><li class="last"><h3>43</h3> champions of marathons in the following cities: Boston (7), Addis Ababa (2), Casablanca, Chicago (3), Dubai (2), Frankfurt, Hong Kong, Houston (3), Las Vegas, Los Angeles, Madrid, Milan (2), Mumbai, Novi Sad, Paris (3), Prague, Queensland, Reims, Rome, San Sebastian, Seoul, Shanghai, Singapore, Tempe (2), Toronto, U.S. Olympic Trials-New York City, Wurzburg</li>');
}


function getsiderelatedmarathon ()
{	
	document.write('<h3>Related Resources</h3><br><ul class="divider"><li><a href="/resources/pdf/2009_bib_assignments.pdf" target="_blank">  2009 Boston Marathon <br>Media Guide </a><br>(24KB PDF)</li><li class="last"><img src="/resources/images/pages/about/marathon/Bib.jpg" align="left" hspace="5"><a href="/resources/pdf/2009_bib_assignments.pdf" target="_blank"><br>BIB Assignments</a><br>(14KB PDF)</li>');
}

function getsidenavbibprogram (pageName)
{	
	document.write('<ul class="divider"><li id="sponsor"><a href="sponsorship.html">&nbsp;&nbsp;Sponsorship History</a></li><li id="bibprogram"><a href="bib_overview.html">&nbsp;&nbsp;Non-Profit Bib Program</a></li><li id="elite"><a href="eliteathletefield.html">&nbsp;&nbsp;Elite Athlete Profiles</a></li></ul>');
	
	document.getElementById(pageName).className = "active"; 	
}
