 jQuery(document).ready(function() {
    
$('#closepopupbtn').click(function() {
     $('#popup').slideUp();
});
  
});
