(function($){
$.qtSwipeboxFunction=function(){
$.qtSwipeboxEnable=true;
var linkstolink=$('.swipebox, .gallery a, a[href*=".jpg"], a[href*="youtube.com/watch"]:not(.qw_social), a[href*="youtu.be"]:not(.qw_social), a[href*="vimeo.com"]:not(.qw_social), a[href*="jpeg"], a[href*=".png"], a[href*=".gif"], a[href*=".webp"], .Collage a').not('.qt-popupwindow').not('.proradio-popupwindow').not("[data-elementor-open-lightbox='yes']").not('[data-elementor-open-lightbox]');
linkstolink.each(function(){
var thislink=$(this);
$(this).swipebox({
hideBarsDelay:30000,
loopAtEnd: true,
beforeOpen: function(){
$.swipeboxState=1;
}});
});
}
$(window).on('load',function(){
$.qtSwipeboxFunction();
return;
});
})(jQuery);