jQuery(document).ready(function(e){e(".cq-newsblock").each(function(a){var t,n=e(this),o="yes"==n.data("isloop"),c="yes"==n.data("hoverdisable"),i=parseInt(n.data("autodelay"),10);t=i>0&&{delay:1e3*i,disableOnInteraction:c};new Swiper(n,{direction:"vertical",loop:o,autoHeight:!0,spaceBetween:80,autoplay:t,navigation:{nextEl:e(".cq-newsblock-btnnext",n),prevEl:e(".cq-newsblock-btnprev",n)}})})});