$(document).ready(function() {

/*
$('.person').click(function() {
  $(this).children($('#person_data')).toggle('slow', function() {
    // Animation complete.
  });
});

*/

});
