// JavaScript Document
function swap(cell) {
<!-- Race info tab for Fairhaven -->
if (cell.id == "raceinfo"){
document.getElementById('results').className='';
document.getElementById('raceinfo').className='cur';
document.getElementById('faq').className='';
document.getElementById('volunteer').className='';
document.getElementById("main").innerHTML = "<img src='../images/race_through_fairhaven.gif' width='375' height='21' /><img src='../images/race_images/fair15k_racephoto.jpg' height='232' width='258' hspace='2' vspace='6' border='1' align='right' /><br />Whether you're looking for a PR or one of the community's best events, the Fairhaven Runners Waterfront 15K will be a time you'll remember.<br /><br />This flat USATF-certified course winds along beautiful Bellingham Bay and features chip timing, fully staffed aid stations, awards, post-race food and entertainment, and great local support. The first 400 registrants will receive free Mizuno technical shirts.<br /><br />Registration will be capped at 1,000, so register now!";
}
<!-- Results tab for Fairhaven -->
if (cell.id == "results"){
document.getElementById('results').className='cur';
document.getElementById('raceinfo').className='';
document.getElementById('faq').className='';
document.getElementById('volunteer').className='';
document.getElementById("main").innerHTML = "<img src='../images/past_results.gif' width='212' height='21' /><img src='../images/race_images/fair15k_racephoto.jpg' height='232' width='258' hspace='2' vspace='6' border='1' align='right' /><br /><br />&bull; <a href='../../pages/Race_Results/2005-fairhaven-15k.pdf'>2005 (PDF)</a><br /><br />&bull; <a href='../../pages/Race_Results/2006-fairhaven-15k.txt'>2006 (TXT)</a><br /><br />&bull; <a href='../../pages/Race_Results/2007-fair15k-overall.pdf'>2007 Overall (PDF)</a><br /><br />&bull; <a href='../../pages/Race_Results/2007-fair15k-agegroup.pdf'>2007 Age Group (PDF)</a><br /><br />&bull; <a href='../../pages/Race_Results/2008-fair15k-overall.pdf'>2008 Overall (PDF)</a><br /><br />&bull; <a href='../../pages/Race_Results/2010-fair15k-overall.pdf'>2010 Overall (PDF)</a><br /><br />&bull; <a href='../../pages/Race_Results/2011-fair15k-overall.pdf'>2011 Overall (PDF)</a>";
}
<!-- FAQ tab for Fairhaven -->
if (cell.id == "faq"){
document.getElementById('results').className='';
document.getElementById('raceinfo').className='';
document.getElementById('faq').className='cur';
document.getElementById('volunteer').className='';
document.getElementById("main").innerHTML = "<img src='../images/faq.gif' width='212' height='21' /><img src='../images/race_images/fair15k_racephoto.jpg' height='232' width='258' hspace='2' vspace='6' border='1' align='right' /><br /><a href='http://www.brunkphoto.com' target='_blank'>Photography by Jon Brunk Photography</a>";
}
<!-- Volunteer tab for Fairhaven -->
if (cell.id == "volunteer"){
document.getElementById('results').className='';
document.getElementById('raceinfo').className='';
document.getElementById('faq').className='';
document.getElementById('volunteer').className='cur';
document.getElementById("main").innerHTML = "<img src='../images/volunteer.gif' width='212' height='21' /><img src='../images/race_images/fair15k_racephoto.jpg' height='232' width='258' hspace='2' vspace='6' border='1' align='right' /><br />For general questions contact Lance Romo at <b>(360) 647-7665</b> or <a href='mailto:Lromo@cob.org'>Lromo@cob.org.</a>";
}
}
function setdiv(){
document.getElementById('raceinfo').className='cur';	
}
