﻿      $(document).ready(function(){
    
         $("#dive").click(function () {
            $(this).hide("puff", {}, 1000);
         });
      });