$('basket-flush').addEvent('click', function(event){
  if (!confirm('Opravdu si přejete vyprázdnit celý košík?')) {
    event.stop();
  }
});
