(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: [ 'http://na-shop.de/media/360/43022/1.png', 'http://na-shop.de/media/360/43022/2.png', 'http://na-shop.de/media/360/43022/3.png', 'http://na-shop.de/media/360/43022/4.png', 'http://na-shop.de/media/360/43022/5.png', 'http://na-shop.de/media/360/43022/6.png', 'http://na-shop.de/media/360/43022/7.png', 'http://na-shop.de/media/360/43022/8.png', 'http://na-shop.de/media/360/43022/9.png', 'http://na-shop.de/media/360/43022/10.png', 'http://na-shop.de/media/360/43022/11.png', 'http://na-shop.de/media/360/43022/12.png', 'http://na-shop.de/media/360/43022/13.png', 'http://na-shop.de/media/360/43022/14.png', 'http://na-shop.de/media/360/43022/15.png', 'http://na-shop.de/media/360/43022/16.png', 'http://na-shop.de/media/360/43022/17.png', 'http://na-shop.de/media/360/43022/18.png', 'http://na-shop.de/media/360/43022/19.png', 'http://na-shop.de/media/360/43022/20.png', 'http://na-shop.de/media/360/43022/21.png', 'http://na-shop.de/media/360/43022/22.png', 'http://na-shop.de/media/360/43022/23.png', 'http://na-shop.de/media/360/43022/24.png', 'http://na-shop.de/media/360/43022/25.png', 'http://na-shop.de/media/360/43022/26.png', 'http://na-shop.de/media/360/43022/27.png', 'http://na-shop.de/media/360/43022/28.png', 'http://na-shop.de/media/360/43022/29.png', 'http://na-shop.de/media/360/43022/30.png', 'http://na-shop.de/media/360/43022/31.png', 'http://na-shop.de/media/360/43022/32.png', 'http://na-shop.de/media/360/43022/33.png', 'http://na-shop.de/media/360/43022/34.png', 'http://na-shop.de/media/360/43022/35.png', 'http://na-shop.de/media/360/43022/36.png', 'http://na-shop.de/media/360/43022/37.png', 'http://na-shop.de/media/360/43022/38.png', 'http://na-shop.de/media/360/43022/39.png', 'http://na-shop.de/media/360/43022/40.png', 'http://na-shop.de/media/360/43022/41.png', 'http://na-shop.de/media/360/43022/42.png', 'http://na-shop.de/media/360/43022/43.png', 'http://na-shop.de/media/360/43022/44.png', 'http://na-shop.de/media/360/43022/45.png', 'http://na-shop.de/media/360/43022/46.png', 'http://na-shop.de/media/360/43022/47.png', 'http://na-shop.de/media/360/43022/48.png', 'http://na-shop.de/media/360/43022/49.png', 'http://na-shop.de/media/360/43022/50.png', 'http://na-shop.de/media/360/43022/51.png', 'http://na-shop.de/media/360/43022/52.png', 'http://na-shop.de/media/360/43022/53.png', 'http://na-shop.de/media/360/43022/54.png', 'http://na-shop.de/media/360/43022/55.png', 'http://na-shop.de/media/360/43022/56.png', 'http://na-shop.de/media/360/43022/57.png', 'http://na-shop.de/media/360/43022/58.png', 'http://na-shop.de/media/360/43022/59.png', 'http://na-shop.de/media/360/43022/60.png', 'http://na-shop.de/media/360/43022/61.png', 'http://na-shop.de/media/360/43022/62.png', 'http://na-shop.de/media/360/43022/63.png', 'http://na-shop.de/media/360/43022/64.png', 'http://na-shop.de/media/360/43022/65.png', 'http://na-shop.de/media/360/43022/66.png', 'http://na-shop.de/media/360/43022/67.png', 'http://na-shop.de/media/360/43022/68.png', 'http://na-shop.de/media/360/43022/69.png', 'http://na-shop.de/media/360/43022/70.png', 'http://na-shop.de/media/360/43022/71.png', 'http://na-shop.de/media/360/43022/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("http://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("http://na-shop.de/widget/360/modified-jquery-plugin.js", function() { initGreenifyPlugin(jQuery,window, document); main(); });});}(window, document)); /* end IIFE */