function TeamMembers()
{
	document.write('<a href="team_ackerman.html">Richard Ackerman</a>\n');
	document.write('<img src="images/arrow.gif" border="0"><br><br>\n');
	document.write('<a href="team_wittman.html">Lori Wittman</a>\n');
	document.write('<img src="images/arrow.gif" border="0"><br><br>\n');
	document.write('<a href="team_kim.html">Bennett Kim</a>\n');
	document.write('<img src="images/arrow.gif" border="0"><br><br>\n');	
	document.write('<a href="team_gold.html">Robert Gold</a>\n');
	document.write('<img src="images/arrow.gif" border="0"><br><br>\n');	
	document.write('<a href="team_murray.html">Robert Murray</a>\n');
	document.write('<img src="images/arrow.gif" border="0"><br><br>\n');
	document.write('<a href="team_kellogg.html">Charles Kellogg</a>\n');
	document.write('<img src="images/arrow.gif" border="0"><br><br>\n');
	document.write('<a href="team_duncan.html">Steve Duncan</a>\n');
	document.write('<img src="images/arrow.gif" border="0"><br><br>\n');

}




