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