$(function(){var userAgent = window.navigator.userAgent.toLowerCase(),ie8=false;if($.browser.msie && /msie 8\.0/i.test(userAgent)){ie8=true;var dynamicLoading = {css:function(path){if(!path || path.length === 0){throw new Error('argument "path" is required !');}var head = document.getElementsByTagName("head")[0];var link = document.createElement("link");link.href = path;link.rel = "stylesheet";link.type = "text/css";head.appendChild(link);},js:function(path){if(!path || path.length === 0){throw new Error('argument "path" is required !');}var head = document.getElementsByTagName("head")[0];var script = document.createElement("script");script.setAttribute("type", "text/javascript");script.setAttribute("src", path);head.appendChild(script);}};dynamicLoading.js("/phpcms/templates/3/skin/js/kefu_online.js");dynamicLoading.css("/phpcms/templates/3/skin/css/kefu/kefu_common.css");dynamicLoading.css("/phpcms/templates/3/skin/css/kefu/style2/style.css");}else{$("head").eq(0).append("").append("").append("");}var kefu_html="
"+"客服在线"+"
"+"
"+"
"+""+"
"+"
"+"
"+"
"+"";$("body").append(kefu_html);try{$("#kefu_wrap").showService({direction:"right",position:"fixed",defShow:true,Event:"always"});}catch(e){setTimeout(function(){$("#kefu_wrap").showService({direction:"right",position:"fixed",defShow:true,Event:"always"});},500);};});