  $(document).ready(function(){
    
    $("a.bullet3",this).click(function () {
      $('#cont').toggle("slow");
    });    

  });
