<?php
  /**
   *
   *
   *
   */

include("nav.php");
#include("index.php");

########################### main function #######################################

htmlHead("team");
teammembers();
footer('team.php');
################################### function definitions #########################################

function teammembers(){

   echo " <div id='content'>
	    <h3> <font color='black' size=+1> Team Members</font>: </h3>	
	      <div id=''>		
		<ul>
		   <li><a href='http://jaguar.biologie.hu-berlin.de/~schaber/'>J&ouml;rg Schaber</a></li> 
		   <li><a href='http://www2.hu-berlin.de/biologie/theorybp/index.php?goto=people'>Max Fl&ouml;ttmann</a></li>
		   <li><a href='http://www.zib.de/mitarbeiter/mit.pl?email=li&language=en'>Jian Li</a></li> 	
		</ul>
	      </div>
	      <p> If you have any question or suggestion, please don't hesitate to contact us by sending e-mail
	      to admin<img src='images/atsign.gif' width=15 align='top' alt='at'>modelmage.org.</p>	
	   </div>
	";
}




?>
