// JavaScript Document var Default_isFT = 1 //默認是否繁體,0-簡體,1-繁體 var StranIt_Delay = 10 //翻譯延時毫秒(設這個的目的是讓網頁先流暢的顯現出來) var isIE6 = false; if (!window.XMLHttpRequest) { //Mozilla, Safari, IE7 isIE6 = true; } //-------代碼開始,以下別改------- //轉換文本 function StranText(txt, toFT, chgTxt) { if (txt == "" || txt == null) return "" toFT = toFT == null ? BodyIsFt : toFT if (chgTxt) txt = txt.replace((toFT ? "簡" : "繁"), (toFT ? "繁" : "簡")) if (toFT) { return Simplized(txt) } else { return Traditionalized(txt) } } //转换Flash function StranFlash(FlashObj) { /*if(FlashObj.movie){ var str=FlashObj.movie;*/ var toFT = toFT == null ? BodyIsFt : toFT; if (toFT) { $(".simpleFlash").show(); $(".ftFlash").hide(); } else { $(".ftFlash").show(); $(".simpleFlash").hide(); } /* FlashObj.movie=str; }else{ var str=FlashObj.src; var toFT=toFT==null?BodyIsFt:toFT; if(toFT){ if(str.indexOf("/ftfile/")>0){str=str.replace("/ftfile/","/file/");} if(str.indexOf("/ftflash/")>0){str=str.replace("/ftflash/","/flash/");} }else{ if(str.indexOf("/file/")>0){str=str.replace("/file/","/ftfile/");} if(str.indexOf("/flash/")>0){str=str.replace("/flash/","/ftflash/");} } FlashObj.src=str; }*/ } //转换图片 /*function StranImg(ImgObj){ var str=ImgObj.src; var toFT=toFT==null?BodyIsFt:toFT; if(toFT){ str=str.replace("ftimages/","images/"); //删除连接外部文件的标签 }else{ str=str.replace("images/","ftimages/"); } ImgObj.src=str; }*/ function StranA() { var str = $(".ftq").attr("href"); var toFT = toFT == null ? BodyIsFt : toFT; if (typeof (str) != "undefined") { if (toFT) { str = str.replace("images/", "ftimages/"); //删除连接外部文件的标签 } else { str = str.replace("ftimages/", "images/"); } $(".ftq").attr("href", str); } if (toFT) { $(".if_list").attr("src", "http://www.irasia.com/listco/hk/yuexiutransportweb/home_tc.htm"); } else { $(".if_list").attr("src", "http://www.irasia.com/listco/hk/yuexiutransportweb/home_sc.htm"); } } function BeforeStran_Body(fobj) { StranA(); StranBody(fobj); } //轉換對象,使用遞歸,逐層剝到文本 function StranBody(fobj) { if (typeof (fobj) == "object") { var obj = fobj.childNodes; } else { var tmptxt = StranLink_Obj.innerHTML.toString() if (tmptxt.indexOf("簡") < 0) { BodyIsFt = 0; StranLink_Obj.innerHTML = StranText(tmptxt, 0, 1); StranLink_Obj.title = StranText(StranLink_Obj.title, 1, 1); var head = document.getElementsByTagName('HEAD').item(0); var style = document.createElement('link'); style.href = '/property/-themes-/property/ftmain.css'; style.rel = 'stylesheet'; style.type = 'text/css'; head.appendChild(style); $('header .logo a').css("background", "-webkit-image-set(url('/property_2.0/-themes-/theme1/images/ft_yuexiu_logo.png') 1x, url('/property_2.0/-themes-/theme1/images/ft_yuexiu_logo_2x.png') 2x) no-repeat left center") $('.companyProfile .company-container .word-container .company-word .code img').attr("src", "/property_2.0/-themes-/theme1/images/ft_code.png"); $('.corporateStructure .img img').attr("src", "/property_2.0/-themes-/theme1/images/gsjg_f.png") $('.cp-service .mapContainer .map .imgTab1').attr("src", "/property_2.0/-themes-/theme1/images/ft-cp-mapNew.png"); $('.cp-service .mapContainer .map .imgTab2').attr("src", "/property_2.0/-themes-/theme1/images/ft-cp-mapNew-hb.png"); $('.cp-service .mapContainer .map .imgTab3').attr("src", "/property_2.0/-themes-/theme1/images/ft-cp-mapNew-hd.png"); $('.cp-service .mapContainer .map .imgTab4').attr("src", "/property_2.0/-themes-/theme1/images/ft-cp-mapNew-hz.png"); $('.cp-service .mapContainer .map .imgTab5').attr("src", "/property_2.0/-themes-/theme1/images/ft-cp-mapNew-yga.png"); $('.fw-channel-container .yxh-one-page .yxh-box2 table tr:first-child td img').attr("src", "/property_2.0/-themes-/theme1/images/ft-yxh-pttd.png"); $('.newPage .part3 .contentImg img').attr("src", "/property_2.0/-themes-/theme1/images/gywm_jztx_f.png"); $('.gov_wrap .gov_content .top_content .structure_img img').attr("src", "/property_2.0/-themes-/theme1/img_esg/structure_f.png"); $('#target01').attr("src", "/property_2.0/-themes-/theme1/esg-img-ft/goal-pattern-tc.gif"); $('#target02').attr("src", "/property_2.0/-themes-/theme1/esg-img-ft/target02.svg"); $('#target03').attr("src", "/property_2.0/-themes-/theme1/esg-img-ft/target03.svg"); $('#target04').attr("src", "/property_2.0/-themes-/theme1/esg-img-ft/target04.svg"); $('#target05').attr("src", "/property_2.0/-themes-/theme1/esg-img-ft/target05.svg"); $('#target06').attr("src", "/property_2.0/-themes-/theme1/esg-img-ft/target06.svg"); $('#target07').attr("src", "/property_2.0/-themes-/theme1/esg-img-ft/target07.svg"); $('#dutyTop').attr("src", "/property_2.0/-themes-/theme1/esg-img-ft/dutyTop.svg"); $('#duty01').attr("src", "/property_2.0/-themes-/theme1/esg-img-ft/duty01.svg"); $('#duty02').attr("src", "/property_2.0/-themes-/theme1/esg-img-ft/duty02.svg"); $('#duty03').attr("src", "/property_2.0/-themes-/theme1/esg-img-ft/duty03.svg"); $('#duty04').attr("src", "/property_2.0/-themes-/theme1/esg-img-ft/duty04.svg"); $('#duty05').attr("src", "/property_2.0/-themes-/theme1/esg-img-ft/duty05.svg"); $('#duty06').attr("src", "/property_2.0/-themes-/theme1/esg-img-ft/duty06.svg"); $('#duty01-back').attr("src", "/property_2.0/-themes-/theme1/esg-img-ft/duty01-back.svg"); $('#duty02-back').attr("src", "/property_2.0/-themes-/theme1/esg-img-ft/duty02-back.svg"); $('#duty03-back').attr("src", "/property_2.0/-themes-/theme1/esg-img-ft/duty03-back.svg"); $('#duty04-back').attr("src", "/property_2.0/-themes-/theme1/esg-img-ft/duty04-back.svg"); $('#duty05-back').attr("src", "/property_2.0/-themes-/theme1/esg-img-ft/duty05-back.svg"); $('#duty06-back').attr("src", "/property_2.0/-themes-/theme1/esg-img-ft/duty06-back.svg"); $('#duty1-1').attr("src", "/property_2.0/-themes-/theme1/esg-img-ft/duty1-1.svg"); $('#duty1-2').attr("src", "/property_2.0/-themes-/theme1/esg-img-ft/duty1-2.svg"); $('#duty1-3').attr("src", "/property_2.0/-themes-/theme1/esg-img-ft/duty1-3.svg"); $('#duty2-1').attr("src", "/property_2.0/-themes-/theme1/esg-img-ft/duty2-1.svg"); $('#duty2-2').attr("src", "/property_2.0/-themes-/theme1/esg-img-ft/duty2-2.svg"); $('#duty2-3').attr("src", "/property_2.0/-themes-/theme1/esg-img-ft/duty2-3.svg"); $('#duty3-1').attr("src", "/property_2.0/-themes-/theme1/esg-img-ft/duty3-1.svg"); $('#duty3-2').attr("src", "/property_2.0/-themes-/theme1/esg-img-ft/duty3-2.svg"); $('#duty3-3').attr("src", "/property_2.0/-themes-/theme1/esg-img-ft/duty3-3.svg"); $('#duty4-1').attr("src", "/property_2.0/-themes-/theme1/esg-img-ft/duty4-1.svg"); $('#duty4-2').attr("src", "/property_2.0/-themes-/theme1/esg-img-ft/duty4-2.svg"); $('#duty4-3').attr("src", "/property_2.0/-themes-/theme1/esg-img-ft/duty4-3.svg"); $('#duty4-4').attr("src", "/property_2.0/-themes-/theme1/esg-img-ft/duty4-4.svg"); $('#duty5-1').attr("src", "/property_2.0/-themes-/theme1/esg-img-ft/duty5-1.svg"); $('#duty5-2').attr("src", "/property_2.0/-themes-/theme1/esg-img-ft/duty5-2.svg"); $('#duty5-3').attr("src", "/property_2.0/-themes-/theme1/esg-img-ft/duty5-3.svg"); $('#duty6-1').attr("src", "/property_2.0/-themes-/theme1/esg-img-ft/duty6-1.svg"); $('#duty6-2').attr("src", "/property_2.0/-themes-/theme1/esg-img-ft/duty6-2.svg"); $('#duty6-3').attr("src", "/property_2.0/-themes-/theme1/esg-img-ft/duty6-3.svg"); $('#gov1').attr("src", "/property_2.0/-themes-/theme1/esg-img-ft/gov1.svg"); $('#gov2').attr("src", "/property_2.0/-themes-/theme1/esg-img-ft/gov2.svg"); $('#policy01').attr("src", "/property_2.0/-themes-/theme1/esg-img-ft/policy01.svg"); $('#policy02').attr("src", "/property_2.0/-themes-/theme1/esg-img-ft/policy02.svg"); $('#policy03').attr("src", "/property_2.0/-themes-/theme1/esg-img-ft/policy03.svg"); $('#policy04').attr("src", "/property_2.0/-themes-/theme1/esg-img-ft/policy04.svg"); $('#policy05').attr("src", "/property_2.0/-themes-/theme1/esg-img-ft/policy05.svg"); $('#policy1-1').attr("src", "/property_2.0/-themes-/theme1/esg-img-ft/policy1-1.svg"); $('#policy1-2').attr("src", "/property_2.0/-themes-/theme1/esg-img-ft/policy1-2.svg"); $('#policy2-1').attr("src", "/property_2.0/-themes-/theme1/esg-img-ft/policy2-1.svg"); $('#policy2-2').attr("src", "/property_2.0/-themes-/theme1/esg-img-ft/policy2-2.svg"); $('#policy3-1').attr("src", "/property_2.0/-themes-/theme1/esg-img-ft/policy3-1.svg"); $('#policy3-2').attr("src", "/property_2.0/-themes-/theme1/esg-img-ft/policy3-2.svg"); $('#policy3-3').attr("src", "/property_2.0/-themes-/theme1/esg-img-ft/policy3-3.svg"); $('#policy4-1').attr("src", "/property_2.0/-themes-/theme1/esg-img-ft/policy4-1.svg"); $('#policy5-1').attr("src", "/property_2.0/-themes-/theme1/esg-img-ft/policy5-1.svg"); $('#highlights1-1').attr("src", "/property_2.0/-themes-/theme1/esg-img-ft/highlights1-1.svg"); $('#highlights1-2').attr("src", "/property_2.0/-themes-/theme1/esg-img-ft/highlights1-2.png"); $('#highlights2-1').attr("src", "/property_2.0/-themes-/theme1/esg-img-ft/highlights2-1.png"); $('#highlights2-2').attr("src", "/property_2.0/-themes-/theme1/esg-img-ft/highlights2-2.svg"); $('#highlights2-3').attr("src", "/property_2.0/-themes-/theme1/esg-img-ft/highlights2-3.svg"); $('#highlights2-4').attr("src", "/property_2.0/-themes-/theme1/esg-img-ft/highlights2-4.svg"); $('#highlights2-5').attr("src", "/property_2.0/-themes-/theme1/esg-img-ft/highlights2-5.svg"); $('#highlights2-6').attr("src", "/property_2.0/-themes-/theme1/esg-img-ft/highlights2-6.svg"); } else { BodyIsFt = 1; StranLink_Obj.innerHTML = StranText(tmptxt, 1, 1); StranLink_Obj.title = StranText(StranLink_Obj.title, 0, 1); removejscssfile("ftmain.css", "css"); $('header .logo a').css("background", "-webkit-image-set(url('/property_2.0/-themes-/theme1/images/yuexiu-logo.png') 1x, url('/property_2.0/-themes-/theme1/images/yuexiu-logo-2x.png') 2x) no-repeat left center") $('.companyProfile .company-container .word-container .company-word .code img').attr("src", "/property_2.0/-themes-/theme1/images/code.png"); $('.corporateStructure .img img').attr("src", "/property_2.0/-themes-/theme1/images/gsjg_j.png") $('.cp-service .mapContainer .map .imgTab1').attr("src", "/property_2.0/-themes-/theme1/cpfw_images/cp-mapNew.png"); $('.cp-service .mapContainer .map .imgTab2').attr("src", "/property_2.0/-themes-/theme1/cpfw_images/cp-mapNew-hb.png"); $('.cp-service .mapContainer .map .imgTab3').attr("src", "/property_2.0/-themes-/theme1/cpfw_images/cp-mapNew-hd.png"); $('.cp-service .mapContainer .map .imgTab4').attr("src", "/property_2.0/-themes-/theme1/cpfw_images/cp-mapNew-hz.png"); $('.cp-service .mapContainer .map .imgTab5').attr("src", "/property_2.0/-themes-/theme1/cpfw_images/cp-mapNew-yga.png"); $('.fw-channel-container .yxh-one-page .yxh-box2 table tr:first-child td img').attr("src", "/property_2.0/-themes-/theme1/images/yxh-pttd.png"); $('.newPage .part3 .contentImg img').attr("src", "/property_2.0/-themes-/theme1/images/gywm_jztx_j.png"); $('.gov_wrap .gov_content .top_content .structure_img img').attr("src", "/property_2.0/-themes-/theme1/img_esg/structure.png"); $('#target01').attr("src", "/property_2.0/-themes-/theme1/esg-img/goal-pattern-sc.gif"); $('#target02').attr("src", "/property_2.0/-themes-/theme1/esg-img/target02.svg"); $('#target03').attr("src", "/property_2.0/-themes-/theme1/esg-img/target03.svg"); $('#target04').attr("src", "/property_2.0/-themes-/theme1/esg-img/target04.svg"); $('#target05').attr("src", "/property_2.0/-themes-/theme1/esg-img/target05.svg"); $('#target06').attr("src", "/property_2.0/-themes-/theme1/esg-img/target06.svg"); $('#target07').attr("src", "/property_2.0/-themes-/theme1/esg-img/target07.svg"); $('#dutyTop').attr("src", "/property_2.0/-themes-/theme1/esg-img/dutyTop.svg"); $('#duty01').attr("src", "/property_2.0/-themes-/theme1/esg-img/duty01.svg"); $('#duty02').attr("src", "/property_2.0/-themes-/theme1/esg-img/duty02.svg"); $('#duty03').attr("src", "/property_2.0/-themes-/theme1/esg-img/duty03.svg"); $('#duty04').attr("src", "/property_2.0/-themes-/theme1/esg-img/duty04.svg"); $('#duty05').attr("src", "/property_2.0/-themes-/theme1/esg-img/duty05.svg"); $('#duty06').attr("src", "/property_2.0/-themes-/theme1/esg-img/duty06.svg"); $('#duty01-back').attr("src", "/property_2.0/-themes-/theme1/esg-img/duty01-back.svg"); $('#duty02-back').attr("src", "/property_2.0/-themes-/theme1/esg-img/duty02-back.svg"); $('#duty03-back').attr("src", "/property_2.0/-themes-/theme1/esg-img/duty03-back.svg"); $('#duty04-back').attr("src", "/property_2.0/-themes-/theme1/esg-img/duty04-back.svg"); $('#duty05-back').attr("src", "/property_2.0/-themes-/theme1/esg-img/duty05-back.svg"); $('#duty06-back').attr("src", "/property_2.0/-themes-/theme1/esg-img/duty06-back.svg"); $('#duty1-1').attr("src", "/property_2.0/-themes-/theme1/esg-img/duty1-1.svg"); $('#duty1-2').attr("src", "/property_2.0/-themes-/theme1/esg-img/duty1-2.svg"); $('#duty1-3').attr("src", "/property_2.0/-themes-/theme1/esg-img/duty1-3.svg"); $('#duty2-1').attr("src", "/property_2.0/-themes-/theme1/esg-img/duty2-1.svg"); $('#duty2-2').attr("src", "/property_2.0/-themes-/theme1/esg-img/duty2-2.svg"); $('#duty2-3').attr("src", "/property_2.0/-themes-/theme1/esg-img/duty2-3.svg"); $('#duty3-1').attr("src", "/property_2.0/-themes-/theme1/esg-img/duty3-1.svg"); $('#duty3-2').attr("src", "/property_2.0/-themes-/theme1/esg-img/duty3-2.svg"); $('#duty3-3').attr("src", "/property_2.0/-themes-/theme1/esg-img/duty3-3.svg"); $('#duty4-1').attr("src", "/property_2.0/-themes-/theme1/esg-img/duty4-1.svg"); $('#duty4-2').attr("src", "/property_2.0/-themes-/theme1/esg-img/duty4-2.svg"); $('#duty4-3').attr("src", "/property_2.0/-themes-/theme1/esg-img/duty4-3.svg"); $('#duty4-4').attr("src", "/property_2.0/-themes-/theme1/esg-img/duty4-4.svg"); $('#duty5-1').attr("src", "/property_2.0/-themes-/theme1/esg-img/duty5-1.svg"); $('#duty5-2').attr("src", "/property_2.0/-themes-/theme1/esg-img/duty5-2.svg"); $('#duty5-3').attr("src", "/property_2.0/-themes-/theme1/esg-img/duty5-3.svg"); $('#duty6-1').attr("src", "/property_2.0/-themes-/theme1/esg-img/duty6-1.svg"); $('#duty6-2').attr("src", "/property_2.0/-themes-/theme1/esg-img/duty6-2.svg"); $('#duty6-3').attr("src", "/property_2.0/-themes-/theme1/esg-img/duty6-3.svg"); $('#gov1').attr("src", "/property_2.0/-themes-/theme1/esg-img/gov1.svg"); $('#gov2').attr("src", "/property_2.0/-themes-/theme1/esg-img/gov2.svg"); $('#policy01').attr("src", "/property_2.0/-themes-/theme1/esg-img/policy01.svg"); $('#policy02').attr("src", "/property_2.0/-themes-/theme1/esg-img/policy02.svg"); $('#policy03').attr("src", "/property_2.0/-themes-/theme1/esg-img/policy03.svg"); $('#policy04').attr("src", "/property_2.0/-themes-/theme1/esg-img/policy04.svg"); $('#policy05').attr("src", "/property_2.0/-themes-/theme1/esg-img/policy05.svg"); $('#policy1-1').attr("src", "/property_2.0/-themes-/theme1/esg-img/policy1-1.svg"); $('#policy1-2').attr("src", "/property_2.0/-themes-/theme1/esg-img/policy1-2.svg"); $('#policy2-1').attr("src", "/property_2.0/-themes-/theme1/esg-img/policy2-1.svg"); $('#policy2-2').attr("src", "/property_2.0/-themes-/theme1/esg-img/policy2-2.svg"); $('#policy3-1').attr("src", "/property_2.0/-themes-/theme1/esg-img/policy3-1.svg"); $('#policy3-2').attr("src", "/property_2.0/-themes-/theme1/esg-img/policy3-2.svg"); $('#policy3-3').attr("src", "/property_2.0/-themes-/theme1/esg-img/policy3-3.svg"); $('#policy4-1').attr("src", "/property_2.0/-themes-/theme1/esg-img/policy4-1.svg"); $('#policy5-1').attr("src", "/property_2.0/-themes-/theme1/esg-img/policy5-1.svg"); $('#highlights1-1').attr("src", "/property_2.0/-themes-/theme1/esg-img/highlights1-1.svg"); $('#highlights1-2').attr("src", "/property_2.0/-themes-/theme1/esg-img/highlights1-2.png"); $('#highlights2-1').attr("src", "/property_2.0/-themes-/theme1/esg-img/highlights2-1.png"); $('#highlights2-2').attr("src", "/property_2.0/-themes-/theme1/esg-img/highlights2-2.svg"); $('#highlights2-3').attr("src", "/property_2.0/-themes-/theme1/esg-img/highlights2-3.svg"); $('#highlights2-4').attr("src", "/property_2.0/-themes-/theme1/esg-img/highlights2-4.svg"); $('#highlights2-5').attr("src", "/property_2.0/-themes-/theme1/esg-img/highlights2-5.svg"); $('#highlights2-6').attr("src", "/property_2.0/-themes-/theme1/esg-img/highlights2-6.svg"); } setCookie(JF_cn, BodyIsFt); //$.cookie("mycookie",BodyIsFt); var obj = document.body.childNodes; } for (var i = 0; i < obj.length; i++) { var OO = obj.item(i); if ("||BR|HR|TEXTAREA|FORM|".indexOf("|" + OO.tagName + "|") > 0 || OO == StranLink_Obj) continue; if (OO.title != "" && OO.title != null) OO.title = StranText(OO.title); if (OO.alt != "" && OO.alt != null) OO.alt = StranText(OO.alt); if (OO.tagName == "INPUT" && OO.value != "" && OO.type != "text" && OO.type != "hidden") OO.value = StranText(OO.value); if (OO.tagName == "OBJECT" || OO.tagName == "EMBED") { StranFlash(OO); continue; } /* if(OO.tagName=="IMG"){ StranImg(OO); continue; }*/ if (OO.nodeType == 3) { OO.data = StranText(OO.data) } else StranBody(OO) } } function JTPYStr() { return "号贻皑蔼碍爱翱袄奥坝罢摆败颁办绊帮绑镑谤剥饱宝报鲍辈贝钡狈备惫绷笔毕毙闭边编贬变辩辫鳖瘪濒滨宾摈饼拨钵铂驳卜补参蚕残惭惨灿苍舱仓沧厕侧册测层诧搀掺蝉馋谗缠铲产阐颤场尝长偿肠厂畅钞车彻尘陈衬撑称惩诚骋痴迟驰耻齿炽冲虫宠畴踌筹绸丑橱厨锄雏础储触处传疮闯创锤纯绰辞词赐聪葱囱从丛凑窜错达带贷担单郸掸胆惮诞弹当挡党荡档捣岛祷导盗灯邓敌涤递缔点垫电淀钓调迭谍叠钉顶锭订东动栋冻斗犊独读赌镀锻断缎兑队对吨顿钝夺鹅额讹恶饿儿尔饵贰发罚阀珐矾钒烦范贩饭访纺飞废费纷坟奋愤粪丰枫锋风疯冯缝讽凤肤辐抚辅赋复负讣妇缚该钙盖干赶秆赣冈刚钢纲岗皋镐搁鸽阁铬个给龚宫巩贡钩沟构购够蛊顾剐关观馆惯贯广规硅归龟闺轨诡柜贵刽辊滚锅国过骇韩汉阂鹤贺横轰鸿红后壶护沪户哗华画划话怀坏欢环还缓换唤痪焕涣黄谎挥辉毁贿秽会烩汇讳诲绘荤浑伙获货祸击机积饥讥鸡绩缉极辑级挤几蓟剂济计记际继纪夹荚颊贾钾价驾歼监坚笺间艰缄茧检碱硷拣捡简俭减荐槛鉴践贱见键舰剑饯渐溅涧浆蒋桨奖讲酱胶浇骄娇搅铰矫侥脚饺缴绞轿较秸阶节茎惊经颈静镜径痉竞净纠厩旧驹举据锯惧剧鹃绢杰洁结诫届紧锦仅谨进晋烬尽劲荆觉决诀绝钧军骏开凯颗壳课垦恳抠库裤夸块侩宽矿旷况亏岿窥馈溃扩阔蜡腊莱来赖蓝栏拦篮阑兰澜谰揽览懒缆烂滥捞劳涝乐镭垒类泪篱离里鲤礼丽厉励砾历沥隶俩联莲连镰怜涟帘敛脸链恋炼练粮凉两辆谅疗辽镣猎临邻鳞凛赁龄铃凌灵岭领馏刘龙聋咙笼垄拢陇楼娄搂篓芦卢颅庐炉掳卤虏鲁赂禄录陆驴吕铝侣屡缕虑滤绿峦挛孪滦乱抡轮伦仑沦纶论萝罗逻锣箩骡骆络妈玛码蚂马骂吗买麦卖迈脉瞒馒蛮满谩猫锚铆贸么霉没镁门闷们锰梦谜弥觅绵缅庙灭悯闽鸣铭谬谋亩钠纳难挠脑恼闹馁腻撵捻酿鸟聂啮镊镍柠狞宁拧泞钮纽脓浓农疟诺欧鸥殴呕沤盘庞国爱赔喷鹏骗飘频贫苹凭评泼颇扑铺朴谱脐齐骑岂启气弃讫牵扦钎铅迁签谦钱钳潜浅谴堑枪呛墙蔷强抢锹桥乔侨翘窍窃钦亲轻氢倾顷请庆琼穷趋区躯驱龋颧权劝却鹊让饶扰绕热韧认纫荣绒软锐闰润洒萨鳃赛伞丧骚扫涩杀纱筛晒闪陕赡缮伤赏烧绍赊摄慑设绅审婶肾渗声绳胜圣师狮湿诗尸时蚀实识驶势释饰视试寿兽枢输书赎属术树竖数帅双谁税顺说硕烁丝饲耸怂颂讼诵擞苏诉肃虽绥岁孙损笋缩琐锁獭挞抬摊贪瘫滩坛谭谈叹汤烫涛绦腾誊锑题体屉条贴铁厅听烃铜统头图涂团颓蜕脱鸵驮驼椭洼袜弯湾顽万网韦违围为潍维苇伟伪纬谓卫温闻纹稳问瓮挝蜗涡窝呜钨乌诬无芜吴坞雾务误锡牺袭习铣戏细虾辖峡侠狭厦锨鲜纤咸贤衔闲显险现献县馅羡宪线厢镶乡详响项萧销晓啸蝎协挟携胁谐写泻谢锌衅兴汹锈绣虚嘘须许绪续轩悬选癣绚学勋询寻驯训讯逊压鸦鸭哑亚讶阉烟盐严颜阎艳厌砚彦谚验鸯杨扬疡阳痒养样瑶摇尧遥窑谣药爷页业叶医铱颐遗仪彝蚁艺亿忆义诣议谊译异绎荫阴银饮樱婴鹰应缨莹萤营荧蝇颖哟拥佣痈踊咏涌优忧邮铀犹游诱舆鱼渔娱与屿语吁御狱誉预驭鸳渊辕园员圆缘远愿约跃钥岳粤悦阅云郧匀陨运蕴酝晕韵杂灾载攒暂赞赃脏凿枣灶责择则泽贼赠扎札轧铡闸诈斋债毡盏斩辗崭栈战绽张涨帐账胀赵蛰辙锗这贞针侦诊镇阵挣睁狰帧郑证织职执纸挚掷帜质钟终种肿众诌轴皱昼骤猪诸诛烛瞩嘱贮铸筑驻专砖转赚桩庄装妆壮状锥赘坠缀谆浊兹资渍踪综总纵邹诅组钻致钟么为凶准启板里雳链泄扛财铨并铎注托币态于"; } function FTPYStr() { return "號貽皚藹礙愛翱襖奧壩罷擺敗頒辦絆幫綁鎊謗剝飽寶報鮑輩貝鋇狽備憊繃筆畢斃閉邊編貶變辯辮鱉癟瀕濱賓擯餅撥缽鉑駁蔔補參蠶殘慚慘燦蒼艙倉滄廁側冊測層詫攙摻蟬饞讒纏鏟產闡顫場嘗長償腸廠暢鈔車徹塵陳襯撐稱懲誠騁癡遲馳恥齒熾沖蟲寵疇躊籌綢醜櫥廚鋤雛礎儲觸處傳瘡闖創錘純綽辭詞賜聰蔥囪從叢湊竄錯達帶貸擔單鄲撣膽憚誕彈當擋黨蕩檔搗島禱導盜燈鄧敵滌遞締點墊電澱釣調疊諜疊釘頂錠訂東動棟凍鬥犢獨讀賭鍍鍛斷緞兌隊對噸頓鈍奪鵝額訛惡餓兒爾餌貳發罰閥琺礬釩煩範販飯訪紡飛廢費紛墳奮憤糞豐楓鋒風瘋馮縫諷鳳膚輻撫輔賦複負訃婦縛該鈣蓋幹趕稈贛岡剛鋼綱崗皋鎬擱鴿閣鉻個給龔宮鞏貢鉤溝構購夠蠱顧剮關觀館慣貫廣規矽歸龜閨軌詭櫃貴劊輥滾鍋國過駭韓漢閡鶴賀橫轟鴻紅後壺護滬戶嘩華畫劃話懷壞歡環還緩換喚瘓煥渙黃謊揮輝毀賄穢會燴滙諱誨繪葷渾夥獲貨禍擊機積饑譏雞績緝極輯級擠幾薊劑濟計記際繼紀夾莢頰賈鉀價駕殲監堅箋間艱緘繭檢堿鹼揀撿簡儉減薦檻鑒踐賤見鍵艦劍餞漸濺澗漿蔣槳獎講醬膠澆驕嬌攪鉸矯僥腳餃繳絞轎較秸階節莖驚經頸靜鏡徑痙競淨糾廄舊駒舉據鋸懼劇鵑絹傑潔結誡屆緊錦僅謹進晉燼盡勁荊覺決訣絕鈞軍駿開凱顆殼課墾懇摳庫褲誇塊儈寬礦曠況虧巋窺饋潰擴闊蠟臘萊來賴藍欄攔籃闌蘭瀾讕攬覽懶纜爛濫撈勞澇樂鐳壘類淚籬離裏鯉禮麗厲勵礫歷瀝隸倆聯蓮連鐮憐漣簾斂臉鏈戀煉練糧涼兩輛諒療遼鐐獵臨鄰鱗凜賃齡鈴淩靈嶺領餾劉龍聾嚨籠壟攏隴樓婁摟簍蘆盧顱廬爐擄鹵虜魯賂祿錄陸驢呂鋁侶屢縷慮濾綠巒攣孿灤亂掄輪倫侖淪綸論蘿羅邏鑼籮騾駱絡媽瑪碼螞馬罵嗎買麥賣邁脈瞞饅蠻滿謾貓錨鉚貿麼黴沒鎂門悶們錳夢謎彌覓綿緬廟滅憫閩鳴銘謬謀畝鈉納難撓腦惱鬧餒膩攆撚釀鳥聶齧鑷鎳檸獰寧擰濘鈕紐膿濃農瘧諾歐鷗毆嘔漚盤龐國愛賠噴鵬騙飄頻貧蘋憑評潑頗撲鋪樸譜臍齊騎豈啟氣棄訖牽扡□鉛遷簽謙錢鉗潛淺譴塹槍嗆牆薔強搶鍬橋喬僑翹竅竊欽親輕氫傾頃請慶瓊窮趨區軀驅齲顴權勸卻鵲讓饒擾繞熱韌認紉榮絨軟銳閏潤灑薩鰓賽傘喪騷掃澀殺紗篩曬閃陝贍繕傷賞燒紹賒攝懾設紳審嬸腎滲聲繩勝聖師獅濕詩屍時蝕實識駛勢釋飾視試壽獸樞輸書贖屬術樹豎數帥雙誰稅順說碩爍絲飼聳慫頌訟誦擻蘇訴肅雖綏歲孫損筍縮瑣鎖獺撻抬攤貪癱灘壇譚談歎湯燙濤滌騰謄銻題體屜條貼鐵廳聽烴銅統頭圖塗團頹蛻脫鴕馱駝橢窪襪彎灣頑萬網韋違圍為濰維葦偉偽緯謂衛溫聞紋穩問甕撾蝸渦窩嗚鎢烏誣無蕪吳塢霧務誤錫犧襲習銑戲細蝦轄峽俠狹廈掀鮮纖鹹賢銜閑顯險現獻縣餡羨憲線廂鑲鄉詳響項蕭銷曉嘯蠍協挾攜脅諧寫瀉謝鋅釁興洶鏽繡虛噓須許緒續軒懸選癬絢學勳詢尋馴訓訊遜壓鴉鴨啞亞訝閹煙鹽嚴顏閻艷厭硯彥諺驗鴦楊揚瘍陽癢養樣瑤搖堯遙窯謠藥爺頁業葉醫銥頤遺儀彝蟻藝億憶義詣議誼譯異繹蔭陰銀飲櫻嬰鷹應纓瑩螢營熒蠅穎喲擁傭癰踴詠湧優憂郵鈾猶遊誘輿魚漁娛與嶼語籲御獄譽預馭鴛淵轅園員圓緣遠願約躍鑰嶽粵悅閱雲鄖勻隕運蘊醞暈韻雜災載攢暫贊贓髒鑿棗灶責擇則澤賊贈紮劄軋鍘閘詐齋債氈盞斬輾嶄棧戰綻張漲帳賬脹趙蟄轍鍺這貞針偵診鎮陣掙睜猙幀鄭證織職執紙摯擲幟質鍾終種腫眾謅軸皺晝驟豬諸誅燭矚囑貯鑄築駐專磚轉賺樁莊裝妝壯狀錐贅墜綴諄濁茲資漬蹤綜總縱鄒詛組鑽緻鐘麼為兇準啟板裡靂鍊洩摃財銓並鐸註託幣態於"; } function Traditionalized(cc) { var str = "", ss = JTPYStr(), tt = FTPYStr(); for (var i = 0; i < cc.length; i++) { if (cc.charCodeAt(i) > 10000 && ss.indexOf(cc.charAt(i)) != -1) str += tt.charAt(ss.indexOf(cc.charAt(i))); else str += cc.charAt(i); } return str; } function Simplized(cc) { var str = "", ss = JTPYStr(), tt = FTPYStr(); for (var i = 0; i < cc.length; i++) { if (cc.charCodeAt(i) > 10000 && tt.indexOf(cc.charAt(i)) != -1) str += ss.charAt(tt.indexOf(cc.charAt(i))); else str += cc.charAt(i); } return str; } function setCookie(name, value) //cookies設置 { var argv = setCookie.arguments; var argc = setCookie.arguments.length; var expires = (argc > 2) ? argv[2] : null; if (expires != null) { var LargeExpDate = new Date(); LargeExpDate.setTime(LargeExpDate.getTime() + (expires * 1000 * 3600 * 24)); } var the_cookie = name + "=" + escape(value) + ((expires == null) ? "" : ("; expires=" + LargeExpDate.toGMTString())) + ";"; var the_cookie = the_cookie + "path=/;"; document.cookie = the_cookie;//name + "=" + escape (value)+((expires == null) ? "" : ("; expires=" +LargeExpDate.toGMTString())); } function getCookie(Name) //cookies讀取 { var search = Name + "="; if (document.cookie.length > 0) { offset = document.cookie.indexOf(search) if (offset != -1) { offset += search.length end = document.cookie.indexOf(";", offset) if (end == -1) end = document.cookie.length return unescape(document.cookie.substring(offset, end)) } else return "" } } var StranLink_Obj = document.getElementById("StranLink"); if (StranLink_Obj) { var JF_cn = "ft" + self.location.hostname.toString().replace(/\./g, ""); var BodyIsFt = getCookie(JF_cn); //getCookie(JF_cn); if (BodyIsFt == "" || typeof (BodyIsFt) == "undefined") BodyIsFt = 1; if (BodyIsFt != "1") BodyIsFt = Default_isFT; with (StranLink_Obj) { if (typeof (document.all) != "object") //非IE瀏覽器 { href = "javascript:BeforeStran_Body()" } else { href = "#"; onclick = new Function("BeforeStran_Body();return false") } innerHTML = StranText(innerHTML, 1, 0) } //alert(BodyIsFt); if (BodyIsFt == "0") { setTimeout("BeforeStran_Body()", StranIt_Delay) } /*$(function(){ $(".footl").append($.cookie("mycookie")); })*/ /*---yz----*/ $(function () { var JF_cn = "ft" + self.location.hostname.toString().replace(/\./g, ""); var isFtCookie = getCookie(JF_cn); if (isFtCookie != null && isFtCookie != "") { if (isFtCookie == "0") { StranA(); StranBody(); } } else { setCookie(JF_cn, "1", 365) //BeforeStran_Body(); } }) } function removejscssfile(filename, filetype) { var targetelement = (filetype == "js") ? "script" : (filetype == "css") ? "link" : "none" //得到文件类型使用的相应标签名 var targetattr = (filetype == "js") ? "src" : (filetype == "css") ? "href" : "none" //得到属性名 //得到所有的用来连接外部文件的标签 var allsuspects = document.getElementsByTagName(targetelement) for (var i = allsuspects.length; i >= 0; i--) { //search backwards within nodelist for matching elements to remove if (allsuspects[i] && allsuspects[i].getAttribute(targetattr) != null && allsuspects[i].getAttribute(targetattr).indexOf(filename) != -1) allsuspects[i].parentNode.removeChild(allsuspects[i]) //remove element by calling parentNode.removeChild() } }