function showAll17910(){ } if(typeof(siderShow) == "undefined" || typeof(siderShow) != "function"){ var siderShowScriptLoad = document.createElement("script"); if('onreadystatechange' in siderShowScriptLoad){ siderShowScriptLoad.onreadystatechange = function () { if (/loaded|complete/.test(siderShowScriptLoad.readyState)) { siderShowScriptLoad.onreadystatechange = null; showAll17910(); } } }else{ siderShowScriptLoad.onload = siderShowScriptLoad.onerror = showAll17910; } siderShowScriptLoad.setAttribute('charset', 'utf-8'); siderShowScriptLoad.setAttribute('src', '/zzcms/DFS//template/1580/js/siderShow.min.js'); var head = document.head || document.getElementsByTagName('head')[0]; head.appendChild(siderShowScriptLoad); }else{ showAll17910(); }