  $(document).ready(function(){

	$("#memberList a").click(function() {$(this).next().toggle("slow");}).next().hide();

  });




