  $(document).ready(function() {
       // hides the slickbox on clicking the noted link
        $('a#slick-hide').click(function() {
          $('#messagebox').hide('fast');
          return false;
        });

      });

