How Italians Test Bullet Proof Vests (VIDEO)

The fact that this is even an option for these folks is a little scary.  I suppose there is just some data that needs to be collected that requires this sort of test.  Needless to say, don’t try this one at home.

Source: AhmedHan via Youtube

jQuery(document).ready(function($) { function fixSlickAria() { $('.slick-slide').each(function() { if ($(this).attr('aria-hidden') === 'true') { $(this).attr('tabindex', '-1'); } else { $(this).attr('tabindex', '0'); } }); } fixSlickAria(); $('.uael-grid-gallery').on('afterChange', function(event, slick, currentSlide){ fixSlickAria(); }); });