$.getScript("/datajs/jquery.bgswitcher.js", function(){
$('.backloop').bgSwitcher({
images: ['https://www.ishiso.co.jp/dataimge/1695883697.jpg','https://www.ishiso.co.jp/dataimge/1695883702.jpg','https://www.ishiso.co.jp/dataimge/1695883707.jpg'],
interval: 4000,
loop: true,
shuffle: false,
effect: "fade",
duration: 3000,
easing: "linear",
});
});