(function(window, document) {"use strict"; /* Wrap code in an IIFE */var jQuery, $; function loadScript(url, callback) { /* Load script from url and calls callback once it's loaded */ var scriptTag = document.createElement('script'); scriptTag.setAttribute("type", "text/javascript"); scriptTag.setAttribute("src", url); if (typeof callback !== "undefined") { if (scriptTag.readyState) { /* For old versions of IE */ scriptTag.onreadystatechange = function () { if (this.readyState === 'complete' || this.readyState === 'loaded') { callback(); } }; } else { scriptTag.onload = callback; } } (document.getElementsByTagName("head")[0] || document.documentElement).appendChild(scriptTag);}function main() { /* The main logic of our widget */ var spin = $("#na360img"); spin.spritespin({ source: [ 'https://na-shop.de/media/360/43058/1.png', 'https://na-shop.de/media/360/43058/2.png', 'https://na-shop.de/media/360/43058/3.png', 'https://na-shop.de/media/360/43058/4.png', 'https://na-shop.de/media/360/43058/5.png', 'https://na-shop.de/media/360/43058/6.png', 'https://na-shop.de/media/360/43058/7.png', 'https://na-shop.de/media/360/43058/8.png', 'https://na-shop.de/media/360/43058/9.png', 'https://na-shop.de/media/360/43058/10.png', 'https://na-shop.de/media/360/43058/11.png', 'https://na-shop.de/media/360/43058/12.png', 'https://na-shop.de/media/360/43058/13.png', 'https://na-shop.de/media/360/43058/14.png', 'https://na-shop.de/media/360/43058/15.png', 'https://na-shop.de/media/360/43058/16.png', 'https://na-shop.de/media/360/43058/17.png', 'https://na-shop.de/media/360/43058/18.png', 'https://na-shop.de/media/360/43058/19.png', 'https://na-shop.de/media/360/43058/20.png', 'https://na-shop.de/media/360/43058/21.png', 'https://na-shop.de/media/360/43058/22.png', 'https://na-shop.de/media/360/43058/23.png', 'https://na-shop.de/media/360/43058/24.png', 'https://na-shop.de/media/360/43058/25.png', 'https://na-shop.de/media/360/43058/26.png', 'https://na-shop.de/media/360/43058/27.png', 'https://na-shop.de/media/360/43058/28.png', 'https://na-shop.de/media/360/43058/29.png', 'https://na-shop.de/media/360/43058/30.png', 'https://na-shop.de/media/360/43058/31.png', 'https://na-shop.de/media/360/43058/32.png', 'https://na-shop.de/media/360/43058/33.png', 'https://na-shop.de/media/360/43058/34.png', 'https://na-shop.de/media/360/43058/35.png', 'https://na-shop.de/media/360/43058/36.png', 'https://na-shop.de/media/360/43058/37.png', 'https://na-shop.de/media/360/43058/38.png', 'https://na-shop.de/media/360/43058/39.png', 'https://na-shop.de/media/360/43058/40.png', 'https://na-shop.de/media/360/43058/41.png', 'https://na-shop.de/media/360/43058/42.png', 'https://na-shop.de/media/360/43058/43.png', 'https://na-shop.de/media/360/43058/44.png', 'https://na-shop.de/media/360/43058/45.png', 'https://na-shop.de/media/360/43058/46.png', 'https://na-shop.de/media/360/43058/47.png', 'https://na-shop.de/media/360/43058/48.png', 'https://na-shop.de/media/360/43058/49.png', 'https://na-shop.de/media/360/43058/50.png', 'https://na-shop.de/media/360/43058/51.png', 'https://na-shop.de/media/360/43058/52.png', 'https://na-shop.de/media/360/43058/53.png', 'https://na-shop.de/media/360/43058/54.png', 'https://na-shop.de/media/360/43058/55.png', 'https://na-shop.de/media/360/43058/56.png', 'https://na-shop.de/media/360/43058/57.png', 'https://na-shop.de/media/360/43058/58.png', 'https://na-shop.de/media/360/43058/59.png', 'https://na-shop.de/media/360/43058/60.png', 'https://na-shop.de/media/360/43058/61.png', 'https://na-shop.de/media/360/43058/62.png', 'https://na-shop.de/media/360/43058/63.png', 'https://na-shop.de/media/360/43058/64.png', 'https://na-shop.de/media/360/43058/65.png', 'https://na-shop.de/media/360/43058/66.png', 'https://na-shop.de/media/360/43058/67.png', 'https://na-shop.de/media/360/43058/68.png', 'https://na-shop.de/media/360/43058/69.png', 'https://na-shop.de/media/360/43058/70.png', 'https://na-shop.de/media/360/43058/71.png', 'https://na-shop.de/media/360/43058/72.png' ], frameTime : 120, loop : true, width : 380, height : 380, }); var api = spin.spritespin("api"); function spinchecker_loop(){ if( !api.isPlaying() ) api.startAnimation(); setTimeout(spinchecker_loop, 3000); } jQuery(document).ready(function($) { spinchecker_loop(); });}/* Load jQuery */loadScript("https://na-shop.de/widget/360/jquery.js", function() { /* Restore $ and window.jQuery to their previous values and store the new jQuery in our local jQuery variables. */ $ = jQuery = window.jQuery.noConflict(true); /* Load jQuery plugin and execute the main logic of our widget once the plugin is loaded is loaded */ loadScript("https://na-shop.de/widget/360/modified-jquery-plugin.js", function() { initGreenifyPlugin(jQuery,window, document); main(); });});}(window, document)); /* end IIFE */