//动态加载 function loadScript(url,callback){ var script = document.createElement("script") script.type = "text/javascript"; if (script.readyState){//IE script.onreadystatechange = function(){ if (script.readyState == "loaded" || script.readyState == "complete"){ script.onreadystatechange = null; callback(); } }; } else { //Others: Firefox, Safari, Chrome, and Opera script.onload = function(){ callback(); }; } script.src = url; document.body.appendChild(script); } function online_show() { if(document.getElementById("online")){ new onlineshow(); } } document.write(''); document.write('
'); document.write('
'); document.write('
'); document.write('

(工作日:08:00-20:00)

'); document.write('

网页客服

'); document.write(''); document.write('

在线QQ

'); document.write('

');document.write('

免费电话138-2327-2300

');document.write('

短信订购13823272300

');document.write('
');document.write('
');document.write('');document.write('');document.write('
');document.write('
');document.write('
');document.write('

');document.write('');document.write('');document.write('
');loadScript("/Data/static/wb/js/onlineService.js",online_show);