$.getScript("/datajs/jquery.bgswitcher.js", function(){
$('.backloop').bgSwitcher({
images: ['https://www.science-home.net/dataimge/1526445383.jpg'],
interval: 4000,
loop: true,
shuffle: false,
effect: "fade",
duration: 1000,
easing: "linear",
});
});