// JavaScript Document

if(!path_root) {
     var path_root = "";
}


document.write('<br>');
var link = path_root + "index.htm";
document.write('<a href="' + link + '">Race Info</a>');

document.write('<br>');
var link = path_root + "registration.htm";
document.write('<a href="' + link + '">Registration</a>');

document.write('<br>');
var link = path_root + "accommodations.htm";
document.write('<a href="' + link + '">Accommodations</a>');

document.write('<br>');
var link = path_root + "directions.htm";
document.write('<a href="' + link + '">Directions</a>');

document.write('<br>');
var link = path_root + "faq.htm";
document.write('<a href="' + link + '">FAQ</a>');

/*
document.write('<br>');
var link = path_root + "sponsors.htm";
document.write('<a href="' + link + '">Sponsors</a>');
*/

document.write('<br>');
var link = path_root + "contact.htm";
document.write('<a href="' + link + '">Contact</a>');

document.write('<br>');
document.write('<br>');
var link = path_root + "news.htm";
document.write('<a href="' + link + '">Latest News/<br>Confirmed Entries</a>');

/*
document.write('<br>');
document.write('<br>');
var link = path_root + "news.htm";
document.write('<a href="' + link + '">Latest News/<br>Confirmed Entries</a>');

document.write('<br>');
document.write('<br>');
var link = path_root + "results.htm";
document.write('<a href="' + link + '">Race Results</a>');
*/

document.write('<br>');
document.write('<br>');
var link = path_root + "../index.html";
document.write('<a href="' + link + '">Stanford Team</a>');
document.write('<br>');
var link = path_root + "../treeathlon2005/index.htm";
document.write('<a href="' + link + '">2005 Treeathlon</a>');

document.write('<br>');
document.write('<br>');
document.write('<br>');
document.write('<br>');
document.write('<img src="images/tree_logo_small.jpg" border="0" height="79" width="100">');
/*
document.write('<br>');
document.write('<br>');
document.write('<img src="images/clifbar_small.gif" border="0" height="36" width="100">');
document.write('<br>');
document.write('<br>');
document.write('<img src="images/hobees_small.gif" border="0" height="29" width="100">');
document.write('<br>');
document.write('<br>');
document.write('<img src="images/mikesbikes_small.gif" border="0" height="76" width="100">');
document.write('<br>');
document.write('<br>');
document.write('<img src="images/onyourmark_small.gif" border="0" height="37" width="100">');
document.write('<br>');
document.write('<br>');
document.write('<img src="images/stanfordbookstore_small.gif" border="0" height="36" width="100">');
document.write('<br>');
document.write('<br>');
document.write('<img src="images/wholefoods_small.gif" border="0" height="67" width="100">');
document.write('<br>');
document.write('<br>');
document.write('<img src="images/traderjoes_small.gif" border="0" height="12" width="100">');
document.write('<br>');
document.write('<br>');
*/

