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