(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/31501/01.png', 'https://na-shop.de/media/360/31501/02.png', 'https://na-shop.de/media/360/31501/03.png', 'https://na-shop.de/media/360/31501/04.png', 'https://na-shop.de/media/360/31501/05.png', 'https://na-shop.de/media/360/31501/06.png', 'https://na-shop.de/media/360/31501/07.png', 'https://na-shop.de/media/360/31501/08.png', 'https://na-shop.de/media/360/31501/09.png', 'https://na-shop.de/media/360/31501/10.png', 'https://na-shop.de/media/360/31501/11.png', 'https://na-shop.de/media/360/31501/12.png', 'https://na-shop.de/media/360/31501/13.png', 'https://na-shop.de/media/360/31501/14.png', 'https://na-shop.de/media/360/31501/15.png', 'https://na-shop.de/media/360/31501/16.png', 'https://na-shop.de/media/360/31501/17.png', 'https://na-shop.de/media/360/31501/18.png', 'https://na-shop.de/media/360/31501/19.png', 'https://na-shop.de/media/360/31501/20.png', 'https://na-shop.de/media/360/31501/21.png', 'https://na-shop.de/media/360/31501/22.png', 'https://na-shop.de/media/360/31501/23.png', 'https://na-shop.de/media/360/31501/24.png', 'https://na-shop.de/media/360/31501/25.png', 'https://na-shop.de/media/360/31501/26.png', 'https://na-shop.de/media/360/31501/27.png', 'https://na-shop.de/media/360/31501/28.png', 'https://na-shop.de/media/360/31501/29.png', 'https://na-shop.de/media/360/31501/30.png', 'https://na-shop.de/media/360/31501/31.png', 'https://na-shop.de/media/360/31501/32.png', 'https://na-shop.de/media/360/31501/33.png', 'https://na-shop.de/media/360/31501/34.png', 'https://na-shop.de/media/360/31501/35.png', 'https://na-shop.de/media/360/31501/36.png', 'https://na-shop.de/media/360/31501/37.png', 'https://na-shop.de/media/360/31501/38.png', 'https://na-shop.de/media/360/31501/39.png', 'https://na-shop.de/media/360/31501/40.png', 'https://na-shop.de/media/360/31501/41.png', 'https://na-shop.de/media/360/31501/42.png', 'https://na-shop.de/media/360/31501/43.png', 'https://na-shop.de/media/360/31501/44.png', 'https://na-shop.de/media/360/31501/45.png', 'https://na-shop.de/media/360/31501/46.png', 'https://na-shop.de/media/360/31501/47.png', 'https://na-shop.de/media/360/31501/48.png', 'https://na-shop.de/media/360/31501/49.png', 'https://na-shop.de/media/360/31501/50.png', 'https://na-shop.de/media/360/31501/51.png', 'https://na-shop.de/media/360/31501/52.png', 'https://na-shop.de/media/360/31501/53.png', 'https://na-shop.de/media/360/31501/54.png', 'https://na-shop.de/media/360/31501/55.png', 'https://na-shop.de/media/360/31501/56.png', 'https://na-shop.de/media/360/31501/57.png', 'https://na-shop.de/media/360/31501/58.png', 'https://na-shop.de/media/360/31501/59.png', 'https://na-shop.de/media/360/31501/60.png', 'https://na-shop.de/media/360/31501/61.png', 'https://na-shop.de/media/360/31501/62.png', 'https://na-shop.de/media/360/31501/63.png', 'https://na-shop.de/media/360/31501/64.png', 'https://na-shop.de/media/360/31501/65.png', 'https://na-shop.de/media/360/31501/66.png', 'https://na-shop.de/media/360/31501/67.png', 'https://na-shop.de/media/360/31501/68.png', 'https://na-shop.de/media/360/31501/69.png', 'https://na-shop.de/media/360/31501/70.png', 'https://na-shop.de/media/360/31501/71.png', 'https://na-shop.de/media/360/31501/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 */