Notice: Undefined index: HTTP_REFERER in /www/web/Yakes/www_fshmkq_com/footerjs.php on line 34
if( typeof(jQuery) === 'undefined'){
document.writeln("");
}
document.writeln("")
;
document.writeln("")
;
if(browserRedirect()){
document.writeln("")
;
}else{
document.writeln("")
;
}
function openZoosUrl(types,notice){
var nowUrl = window.location.href;
//连接是商务通的直接用 官方提供的方法
if( nowUrl.indexOf('/swt/') > -1){
function openJesongChat1(a,b,c,d,e){var f="";return"c"==b?f+="n="+c:"g"==b&&(f+="g="+c),d&&(f+="&tag="+d),e&&(f+="&msg="+window.encodeURIComponent(e)),openNoJesongJsChat1(a,f),!1}function openNoJesongJsChat1(a,b){var d,e,c="http://live.jswebcall.com/live/chat.do?c="+a;c=c+"&chatUrl="+window.encodeURIComponent(window.location.href),"string"==typeof b&&0!=b.length&&(c+="&"+b),getCook("JESONG_VISITOR_ID")&&(c=c+"&v="+getCook("JESONG_VISITOR_ID")),getCook("JESONG_USER_ID")&&(c=c+"&u="+getCook("JESONG_USER_ID")),getCook("im_refer")?c=c+"&ref="+window.encodeURIComponent(getCook("im_refer")):(d=getPageRefer(),""!=d&&(c=c+"&ref="+window.encodeURIComponent(d))),e=null,getCook("JESONG_EXT_DATA")&&(e=getCook("JESONG_EXT_DATA")),"undefined"!=typeof JESONG_EXT_DATA&&(e=JESONG_EXT_DATA),null!=e&&""!=e&&(c=c+"&ext="+window.encodeURIComponent(e)),window.location=c}
openJesongChat1("24137","g","21559",0,"");
}else{
if( notice != '' && notice !== undefined ){
var reg = /&e=/g;
notice = notice.replace(reg,'');
var values = decodeURI( encodeURI( notice ) );
console.log(values);
$.cookie('JESONG_EXT_DATA','#params:click,'+ values);
}
openJesongChatByGroup(24137,21559);
}
}
function browserRedirect() {
var sUserAgent= navigator.userAgent.toLowerCase();
var bIsIpad= sUserAgent.match(/ipad/i) == "ipad";
var bIsIphoneOs= sUserAgent.match(/iphone os/i) == "iphone os";
var bIsMidp= sUserAgent.match(/midp/i) == "midp";
var bIsUc7= sUserAgent.match(/rv:1.2.3.4/i) == "rv:1.2.3.4";
var bIsUc= sUserAgent.match(/ucweb/i) == "ucweb";
var bIsAndroid= sUserAgent.match(/android/i) == "android";
var bIsCE= sUserAgent.match(/windows ce/i) == "windows ce";
var bIsWM= sUserAgent.match(/windows mobile/i) == "windows mobile";
if (bIsIpad || bIsIphoneOs || bIsMidp || bIsUc7 || bIsUc || bIsAndroid || bIsCE || bIsWM) {
return true;
}
return false;
}