$(function(){
/*
  $('.flist dt').bind('click',function(){
    $(this).next('dd').slideDown(200).siblings('dd').slideUp(200);
  });
*/
});

