  $(document).ready(function(){

/*side Contact */

/*$(".contactInfo").animate({ 
        opacity: 0.75,
 }, 0 ); */






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

  });


