var spendinoJquery; var thisPageUsingOtherJSLibrary = false; if (typeof jQuery == 'undefined') { if (typeof $ == 'function') { thisPageUsingOtherJSLibrary = true; } function getScript(url, success) { var script = document.createElement('script'); script.src = url; var head = document.getElementsByTagName('head')[0], done = false; script.onload = script.onreadystatechange = function() { if (!done && (!this.readyState || this.readyState == 'loaded' || this.readyState == 'complete')) { done = true; success(); script.onload = script.onreadystatechange = null; head.removeChild(script); }; }; head.appendChild(script); }; getScript('https://api.spendino.de/admanager/js/jquery.min.js', function() { if (typeof jQuery=='undefined') { // Uups } else { if (thisPageUsingOtherJSLibrary) { spendinoJquery = jQuery.noConflict(false); } else { spendinoJquery = jQuery.noConflict(true); } } }); } else { // jQuery was already loaded spendinoJquery = jQuery; }; document.write('
ein Service von GRUEN spendinoJetzt spenden!
');