
footerOutput = '<div id ="footer">\n';

footerOutput += '<a href="http://www.robinsoncrew.com">Home</a> |' + "\n";
footerOutput += '<a href="http://www.robinsoncrew.com/crew_info/about.html"> About Crew</a> |' + "\n";
footerOutput += '<a href="http://www.robinsoncrew.com/contact_info/coaches.html">Coaches</a> | ' + "\n";
footerOutput += '<a href="http://www.robinsoncrew.com/contact_info/board.html">Crew Boosters</a> | ' + "\n";
footerOutput += '<a href="http://www.robinsoncrew.com/Team/Fundraising/fundraising.html">Scrip & Fundraising</a> | ' + "\n";
footerOutput += '<a href="http://www.robinsoncrew.com/Team/Points/points.html">Points</a> | ' + "\n";
footerOutput += '<a href="http://www.robinsoncrew.com/Team/calendar.html">Calendar</a> | ' + "\n";
footerOutput += '<a href="http://www.robinsoncrew.com/sitemap.html#regatta_info">Regattas</a> |' + "\n";
footerOutput += '<a href="http://www.robinsoncrew.com/sitemap.html#off_season">Off Season</a>' + "\n";


footerOutput += '<br /><br />'+"\n";

document.writeln(footerOutput);

