jQuery(document).ready(function() {

 jQuery("#esci").click(function(){
     jQuery('.interstitial').remove();
  });

 var escInt = function() {

      jQuery('.interstitial').remove();
   };

    setTimeout(function() {
       jQuery('.interstitial').remove();
    }, 32910);


});

// timer per chiusura

