michael@0: // Copyright 2010 the V8 project authors. All rights reserved. michael@0: // Redistribution and use in source and binary forms, with or without michael@0: // modification, are permitted provided that the following conditions are michael@0: // met: michael@0: // michael@0: // * Redistributions of source code must retain the above copyright michael@0: // notice, this list of conditions and the following disclaimer. michael@0: // * Redistributions in binary form must reproduce the above michael@0: // copyright notice, this list of conditions and the following michael@0: // disclaimer in the documentation and/or other materials provided michael@0: // with the distribution. michael@0: // * Neither the name of Google Inc. nor the names of its michael@0: // contributors may be used to endorse or promote products derived michael@0: // from this software without specific prior written permission. michael@0: // michael@0: // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS michael@0: // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT michael@0: // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR michael@0: // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT michael@0: // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, michael@0: // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT michael@0: // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, michael@0: // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY michael@0: // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT michael@0: // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE michael@0: // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. michael@0: michael@0: // Automatically generated on 2009-01-30. Manually updated on 2010-09-17. michael@0: michael@0: // This benchmark is generated by loading 50 of the most popular pages michael@0: // on the web and logging all regexp operations performed. Each michael@0: // operation is given a weight that is calculated from an estimate of michael@0: // the popularity of the pages where it occurs and the number of times michael@0: // it is executed while loading each page. Furthermore the literal michael@0: // letters in the data are encoded using ROT13 in a way that does not michael@0: // affect how the regexps match their input. Finally the strings are michael@0: // scrambled to exercise the regexp engine on different input strings. michael@0: michael@0: michael@0: var RegExp = new BenchmarkSuite('RegExp', 910985, [ michael@0: new Benchmark("RegExp", RegExpRun, RegExpSetup, RegExpTearDown) michael@0: ]); michael@0: michael@0: var regExpBenchmark = null; michael@0: michael@0: function RegExpSetup() { michael@0: regExpBenchmark = new RegExpBenchmark(); michael@0: RegExpRun(); // run once to get system initialized michael@0: } michael@0: michael@0: function RegExpRun() { michael@0: regExpBenchmark.run(); michael@0: } michael@0: michael@0: function RegExpTearDown() { michael@0: regExpBenchmark = null; michael@0: } michael@0: michael@0: // Returns an array of n different variants of the input string str. michael@0: // The variants are computed by randomly rotating one random michael@0: // character. michael@0: function computeInputVariants(str, n) { michael@0: var variants = [ str ]; michael@0: for (var i = 1; i < n; i++) { michael@0: var pos = Math.floor(Math.random() * str.length); michael@0: var chr = String.fromCharCode((str.charCodeAt(pos) + Math.floor(Math.random() * 128)) % 128); michael@0: variants[i] = str.substring(0, pos) + chr + str.substring(pos + 1, str.length); michael@0: } michael@0: return variants; michael@0: } michael@0: michael@0: function RegExpBenchmark() { michael@0: var re0 = /^ba/; michael@0: var re1 = /(((\w+):\/\/)([^\/:]*)(:(\d+))?)?([^#?]*)(\?([^#]*))?(#(.*))?/; michael@0: var re2 = /^\s*|\s*$/g; michael@0: var re3 = /\bQBZPbageby_cynprubyqre\b/; michael@0: var re4 = /,/; michael@0: var re5 = /\bQBZPbageby_cynprubyqre\b/g; michael@0: var re6 = /^[\s\xa0]+|[\s\xa0]+$/g; michael@0: var re7 = /(\d*)(\D*)/g; michael@0: var re8 = /=/; michael@0: var re9 = /(^|\s)lhv\-h(\s|$)/; michael@0: var str0 = 'Zbmvyyn/5.0 (Jvaqbjf; H; Jvaqbjf AG 5.1; ra-HF) NccyrJroXvg/528.9 (XUGZY, yvxr Trpxb) Puebzr/2.0.157.0 Fnsnev/528.9'; michael@0: var re10 = /\#/g; michael@0: var re11 = /\./g; michael@0: var re12 = /'/g; michael@0: var re13 = /\?[\w\W]*(sevraqvq|punaaryvq|tebhcvq)=([^\&\?#]*)/i; michael@0: var str1 = 'Fubpxjnir Synfu 9.0 e115'; michael@0: var re14 = /\s+/g; michael@0: var re15 = /^\s*(\S*(\s+\S+)*)\s*$/; michael@0: var re16 = /(-[a-z])/i; michael@0: michael@0: var s0 = computeInputVariants('pyvpx', 6511); michael@0: var s1 = computeInputVariants('uggc://jjj.snprobbx.pbz/ybtva.cuc', 1844); michael@0: var s2 = computeInputVariants('QBZPbageby_cynprubyqre', 739); michael@0: var s3 = computeInputVariants('uggc://jjj.snprobbx.pbz/', 598); michael@0: var s4 = computeInputVariants('uggc://jjj.snprobbx.pbz/fepu.cuc', 454); michael@0: var s5 = computeInputVariants('qqqq, ZZZ q, llll', 352); michael@0: var s6 = computeInputVariants('vachggrkg QBZPbageby_cynprubyqre', 312); michael@0: var s7 = computeInputVariants('/ZlFcnprUbzrcntr/Vaqrk-FvgrUbzr,10000000', 282); michael@0: var s8 = computeInputVariants('vachggrkg', 177); michael@0: var s9 = computeInputVariants('528.9', 170); michael@0: var s10 = computeInputVariants('528', 170); michael@0: var s11 = computeInputVariants('VCPhygher=ra-HF', 156); michael@0: var s12 = computeInputVariants('CersreerqPhygher=ra-HF', 156); michael@0: var s13 = computeInputVariants('xrlcerff', 144); michael@0: var s14 = computeInputVariants('521', 139); michael@0: var s15 = computeInputVariants(str0, 139); michael@0: var s16 = computeInputVariants('qvi .so_zrah', 137); michael@0: var s17 = computeInputVariants('qvi.so_zrah', 137); michael@0: var s18 = computeInputVariants('uvqqra_ryrz', 117); michael@0: var s19 = computeInputVariants('sevraqfgre_naba=nvq%3Qn6ss9p85n868ro9s059pn854735956o3%26ers%3Q%26df%3Q%26vpgl%3QHF', 95); michael@0: var s20 = computeInputVariants('uggc://ubzr.zlfcnpr.pbz/vaqrk.psz', 93); michael@0: var s21 = computeInputVariants(str1, 92); michael@0: var s22 = computeInputVariants('svefg', 85); michael@0: var s23 = computeInputVariants('uggc://cebsvyr.zlfcnpr.pbz/vaqrk.psz', 85); michael@0: var s24 = computeInputVariants('ynfg', 85); michael@0: var s25 = computeInputVariants('qvfcynl', 85); michael@0: michael@0: function runBlock0() { michael@0: for (var i = 0; i < 6511; i++) { michael@0: re0.exec(s0[i]); michael@0: } michael@0: for (var i = 0; i < 1844; i++) { michael@0: re1.exec(s1[i]); michael@0: } michael@0: for (var i = 0; i < 739; i++) { michael@0: s2[i].replace(re2, ''); michael@0: } michael@0: for (var i = 0; i < 598; i++) { michael@0: re1.exec(s3[i]); michael@0: } michael@0: for (var i = 0; i < 454; i++) { michael@0: re1.exec(s4[i]); michael@0: } michael@0: for (var i = 0; i < 352; i++) { michael@0: /qqqq|qqq|qq|q|ZZZZ|ZZZ|ZZ|Z|llll|ll|l|uu|u|UU|U|zz|z|ff|f|gg|g|sss|ss|s|mmm|mm|m/g.exec(s5[i]); michael@0: } michael@0: for (var i = 0; i < 312; i++) { michael@0: re3.exec(s6[i]); michael@0: } michael@0: for (var i = 0; i < 282; i++) { michael@0: re4.exec(s7[i]); michael@0: } michael@0: for (var i = 0; i < 177; i++) { michael@0: s8[i].replace(re5, ''); michael@0: } michael@0: for (var i = 0; i < 170; i++) { michael@0: s9[i].replace(re6, ''); michael@0: re7.exec(s10[i]); michael@0: } michael@0: for (var i = 0; i < 156; i++) { michael@0: re8.exec(s11[i]); michael@0: re8.exec(s12[i]); michael@0: } michael@0: for (var i = 0; i < 144; i++) { michael@0: re0.exec(s13[i]); michael@0: } michael@0: for (var i = 0; i < 139; i++) { michael@0: s14[i].replace(re6, ''); michael@0: re7.exec(s14[i]); michael@0: re9.exec(''); michael@0: /JroXvg\/(\S+)/.exec(s15[i]); michael@0: } michael@0: for (var i = 0; i < 137; i++) { michael@0: s16[i].replace(re10, ''); michael@0: s16[i].replace(/\[/g, ''); michael@0: s17[i].replace(re11, ''); michael@0: } michael@0: for (var i = 0; i < 117; i++) { michael@0: s18[i].replace(re2, ''); michael@0: } michael@0: for (var i = 0; i < 95; i++) { michael@0: /(?:^|;)\s*sevraqfgre_ynat=([^;]*)/.exec(s19[i]); michael@0: } michael@0: for (var i = 0; i < 93; i++) { michael@0: s20[i].replace(re12, ''); michael@0: re13.exec(s20[i]); michael@0: } michael@0: for (var i = 0; i < 92; i++) { michael@0: s21[i].replace(/([a-zA-Z]|\s)+/, ''); michael@0: } michael@0: for (var i = 0; i < 85; i++) { michael@0: s22[i].replace(re14, ''); michael@0: s22[i].replace(re15, ''); michael@0: s23[i].replace(re12, ''); michael@0: s24[i].replace(re14, ''); michael@0: s24[i].replace(re15, ''); michael@0: re16.exec(s25[i]); michael@0: re13.exec(s23[i]); michael@0: } michael@0: } michael@0: var re17 = /(^|[^\\])\"\\\/Qngr\((-?[0-9]+)\)\\\/\"/g; michael@0: var str2 = '{"anzr":"","ahzoreSbezng":{"PheeraplQrpvznyQvtvgf":2,"PheeraplQrpvznyFrcnengbe":".","VfErnqBayl":gehr,"PheeraplTebhcFvmrf":[3],"AhzoreTebhcFvmrf":[3],"CrepragTebhcFvmrf":[3],"PheeraplTebhcFrcnengbe":",","PheeraplFlzoby":"\xa4","AnAFlzoby":"AnA","PheeraplArtngvirCnggrea":0,"AhzoreArtngvirCnggrea":1,"CrepragCbfvgvirCnggrea":0,"CrepragArtngvirCnggrea":0,"ArtngvirVasvavglFlzoby":"-Vasvavgl","ArtngvirFvta":"-","AhzoreQrpvznyQvtvgf":2,"AhzoreQrpvznyFrcnengbe":".","AhzoreTebhcFrcnengbe":",","PheeraplCbfvgvirCnggrea":0,"CbfvgvirVasvavglFlzoby":"Vasvavgl","CbfvgvirFvta":"+","CrepragQrpvznyQvtvgf":2,"CrepragQrpvznyFrcnengbe":".","CrepragTebhcFrcnengbe":",","CrepragFlzoby":"%","CreZvyyrFlzoby":"\u2030","AngvirQvtvgf":["0","1","2","3","4","5","6","7","8","9"],"QvtvgFhofgvghgvba":1},"qngrGvzrSbezng":{"NZQrfvtangbe":"NZ","Pnyraqne":{"ZvaFhccbegrqQngrGvzr":"@-62135568000000@","ZnkFhccbegrqQngrGvzr":"@253402300799999@","NytbevguzGlcr":1,"PnyraqneGlcr":1,"Renf":[1],"GjbQvtvgLrneZnk":2029,"VfErnqBayl":gehr},"QngrFrcnengbe":"/","SvefgQnlBsJrrx":0,"PnyraqneJrrxEhyr":0,"ShyyQngrGvzrCnggrea":"qqqq, qq ZZZZ llll UU:zz:ff","YbatQngrCnggrea":"qqqq, qq ZZZZ llll","YbatGvzrCnggrea":"UU:zz:ff","ZbaguQnlCnggrea":"ZZZZ qq","CZQrfvtangbe":"CZ","ESP1123Cnggrea":"qqq, qq ZZZ llll UU\':\'zz\':\'ff \'TZG\'","FubegQngrCnggrea":"ZZ/qq/llll","FubegGvzrCnggrea":"UU:zz","FbegnoyrQngrGvzrCnggrea":"llll\'-\'ZZ\'-\'qq\'G\'UU\':\'zz\':\'ff","GvzrFrcnengbe":":","HavirefnyFbegnoyrQngrGvzrCnggrea":"llll\'-\'ZZ\'-\'qq UU\':\'zz\':\'ff\'M\'","LrneZbaguCnggrea":"llll ZZZZ","NooerivngrqQnlAnzrf":["Fha","Zba","Ghr","Jrq","Guh","Sev","Fng"],"FubegrfgQnlAnzrf":["Fh","Zb","Gh","Jr","Gu","Se","Fn"],"QnlAnzrf":["Fhaqnl","Zbaqnl","Ghrfqnl","Jrqarfqnl","Guhefqnl","Sevqnl","Fngheqnl"],"NooerivngrqZbaguAnzrf":["Wna","Sro","Zne","Nce","Znl","Wha","Why","Nht","Frc","Bpg","Abi","Qrp",""],"ZbaguAnzrf":["Wnahnel","Sroehnel","Znepu","Ncevy","Znl","Whar","Whyl","Nhthfg","Frcgrzore","Bpgbore","Abirzore","Qrprzore",""],"VfErnqBayl":gehr,"AngvirPnyraqneAnzr":"Tertbevna Pnyraqne","NooerivngrqZbaguTravgvirAnzrf":["Wna","Sro","Zne","Nce","Znl","Wha","Why","Nht","Frc","Bpg","Abi","Qrp",""],"ZbaguTravgvirAnzrf":["Wnahnel","Sroehnel","Znepu","Ncevy","Znl","Whar","Whyl","Nhthfg","Frcgrzore","Bpgbore","Abirzore","Qrprzore",""]}}'; michael@0: var str3 = '{"anzr":"ra-HF","ahzoreSbezng":{"PheeraplQrpvznyQvtvgf":2,"PheeraplQrpvznyFrcnengbe":".","VfErnqBayl":snyfr,"PheeraplTebhcFvmrf":[3],"AhzoreTebhcFvmrf":[3],"CrepragTebhcFvmrf":[3],"PheeraplTebhcFrcnengbe":",","PheeraplFlzoby":"$","AnAFlzoby":"AnA","PheeraplArtngvirCnggrea":0,"AhzoreArtngvirCnggrea":1,"CrepragCbfvgvirCnggrea":0,"CrepragArtngvirCnggrea":0,"ArtngvirVasvavglFlzoby":"-Vasvavgl","ArtngvirFvta":"-","AhzoreQrpvznyQvtvgf":2,"AhzoreQrpvznyFrcnengbe":".","AhzoreTebhcFrcnengbe":",","PheeraplCbfvgvirCnggrea":0,"CbfvgvirVasvavglFlzoby":"Vasvavgl","CbfvgvirFvta":"+","CrepragQrpvznyQvtvgf":2,"CrepragQrpvznyFrcnengbe":".","CrepragTebhcFrcnengbe":",","CrepragFlzoby":"%","CreZvyyrFlzoby":"\u2030","AngvirQvtvgf":["0","1","2","3","4","5","6","7","8","9"],"QvtvgFhofgvghgvba":1},"qngrGvzrSbezng":{"NZQrfvtangbe":"NZ","Pnyraqne":{"ZvaFhccbegrqQngrGvzr":"@-62135568000000@","ZnkFhccbegrqQngrGvzr":"@253402300799999@","NytbevguzGlcr":1,"PnyraqneGlcr":1,"Renf":[1],"GjbQvtvgLrneZnk":2029,"VfErnqBayl":snyfr},"QngrFrcnengbe":"/","SvefgQnlBsJrrx":0,"PnyraqneJrrxEhyr":0,"ShyyQngrGvzrCnggrea":"qqqq, ZZZZ qq, llll u:zz:ff gg","YbatQngrCnggrea":"qqqq, ZZZZ qq, llll","YbatGvzrCnggrea":"u:zz:ff gg","ZbaguQnlCnggrea":"ZZZZ qq","CZQrfvtangbe":"CZ","ESP1123Cnggrea":"qqq, qq ZZZ llll UU\':\'zz\':\'ff \'TZG\'","FubegQngrCnggrea":"Z/q/llll","FubegGvzrCnggrea":"u:zz gg","FbegnoyrQngrGvzrCnggrea":"llll\'-\'ZZ\'-\'qq\'G\'UU\':\'zz\':\'ff","GvzrFrcnengbe":":","HavirefnyFbegnoyrQngrGvzrCnggrea":"llll\'-\'ZZ\'-\'qq UU\':\'zz\':\'ff\'M\'","LrneZbaguCnggrea":"ZZZZ, llll","NooerivngrqQnlAnzrf":["Fha","Zba","Ghr","Jrq","Guh","Sev","Fng"],"FubegrfgQnlAnzrf":["Fh","Zb","Gh","Jr","Gu","Se","Fn"],"QnlAnzrf":["Fhaqnl","Zbaqnl","Ghrfqnl","Jrqarfqnl","Guhefqnl","Sevqnl","Fngheqnl"],"NooerivngrqZbaguAnzrf":["Wna","Sro","Zne","Nce","Znl","Wha","Why","Nht","Frc","Bpg","Abi","Qrp",""],"ZbaguAnzrf":["Wnahnel","Sroehnel","Znepu","Ncevy","Znl","Whar","Whyl","Nhthfg","Frcgrzore","Bpgbore","Abirzore","Qrprzore",""],"VfErnqBayl":snyfr,"AngvirPnyraqneAnzr":"Tertbevna Pnyraqne","NooerivngrqZbaguTravgvirAnzrf":["Wna","Sro","Zne","Nce","Znl","Wha","Why","Nht","Frc","Bpg","Abi","Qrp",""],"ZbaguTravgvirAnzrf":["Wnahnel","Sroehnel","Znepu","Ncevy","Znl","Whar","Whyl","Nhthfg","Frcgrzore","Bpgbore","Abirzore","Qrprzore",""]}}'; michael@0: var str4 = 'HFEYBP=DKWyLHAiMTH9AwHjWxAcqUx9GJ91oaEunJ4tIzyyqlMQo3IhqUW5D29xMG1IHlMQo3IhqUW5GzSgMG1Iozy0MJDtH3EuqTImWxEgLHAiMTH9BQN3WxkuqTy0qJEyCGZ3YwDkBGVzGT9hM2y0qJEyCF0kZwVhZQH3APMDo3A0LJkQo2EyCGx0ZQDmWyWyM2yiox5uoJH9D0R%3Q'; michael@0: var str5 = 'HFEYBP=DKWyLHAiMTH9AwHjWxAcqUx9GJ91oaEunJ4tIzyyqlMQo3IhqUW5D29xMG1IHlMQo3IhqUW5GzSgMG1Iozy0MJDtH3EuqTImWxEgLHAiMTH9BQN3WxkuqTy0qJEyCGZ3YwDkBGVzGT9hM2y0qJEyCF0kZwVhZQH3APMDo3A0LJkQo2EyCGx0ZQDmWyWyM2yiox5uoJH9D0R='; michael@0: var re18 = /^\s+|\s+$/g; michael@0: var str6 = 'uggc://jjj.snprobbx.pbz/vaqrk.cuc'; michael@0: var re19 = /(?:^|\s+)ba(?:\s+|$)/; michael@0: var re20 = /[+, ]/; michael@0: var re21 = /ybnqrq|pbzcyrgr/; michael@0: var str7 = ';;jvaqbj.IjPurpxZbhfrCbfvgvbaNQ_VQ=shapgvba(r){vs(!r)ine r=jvaqbj.rirag;ine c=-1;vs(d1)c=d1.EbyybssCnary;ine bo=IjTrgBow("IjCnayNQ_VQ_"+c);vs(bo&&bo.fglyr.ivfvovyvgl=="ivfvoyr"){ine fns=IjFns?8:0;ine pheK=r.pyvragK+IjBOFpe("U")+fns,pheL=r.pyvragL+IjBOFpe("I")+fns;ine y=IjBOEC(NQ_VQ,bo,"Y"),g=IjBOEC(NQ_VQ,bo,"G");ine e=y+d1.Cnaryf[c].Jvqgu,o=g+d1.Cnaryf[c].Urvtug;vs((pheKe)||(pheLo)){vs(jvaqbj.IjBaEbyybssNQ_VQ)IjBaEbyybssNQ_VQ(c);ryfr IjPybfrNq(NQ_VQ,c,gehr,"");}ryfr erghea;}IjPnapryZbhfrYvfgrareNQ_VQ();};;jvaqbj.IjFrgEbyybssCnaryNQ_VQ=shapgvba(c){ine z="zbhfrzbir",q=qbphzrag,s=IjPurpxZbhfrCbfvgvbaNQ_VQ;c=IjTc(NQ_VQ,c);vs(d1&&d1.EbyybssCnary>-1)IjPnapryZbhfrYvfgrareNQ_VQ();vs(d1)d1.EbyybssCnary=c;gel{vs(q.nqqRiragYvfgrare)q.nqqRiragYvfgrare(z,s,snyfr);ryfr vs(q.nggnpuRirag)q.nggnpuRirag("ba"+z,s);}pngpu(r){}};;jvaqbj.IjPnapryZbhfrYvfgrareNQ_VQ=shapgvba(){ine z="zbhfrzbir",q=qbphzrag,s=IjPurpxZbhfrCbfvgvbaNQ_VQ;vs(d1)d1.EbyybssCnary=-1;gel{vs(q.erzbirRiragYvfgrare)q.erzbirRiragYvfgrare(z,s,snyfr);ryfr vs(q.qrgnpuRirag)q.qrgnpuRirag("ba"+z,s);}pngpu(r){}};;d1.IjTc=d2(n,c){ine nq=d1;vs(vfAnA(c)){sbe(ine v=0;v0){vs(nq.FzV.yratgu>0)nq.FzV+="/";nq.FzV+=vh[v];nq.FtZ[nq.FtZ.yratgu]=snyfr;}}};;d1.IjYvzvg0=d2(n,f){ine nq=d1,vh=f.fcyvg("/");sbe(ine v=0;v0){vs(nq.OvC.yratgu>0)nq.OvC+="/";nq.OvC+=vh[v];}}};;d1.IjRVST=d2(n,c){jvaqbj["IjCnayNQ_VQ_"+c+"_Bow"]=IjTrgBow("IjCnayNQ_VQ_"+c+"_Bow");vs(jvaqbj["IjCnayNQ_VQ_"+c+"_Bow"]==ahyy)frgGvzrbhg("IjRVST(NQ_VQ,"+c+")",d1.rvsg);};;d1.IjNavzSHC=d2(n,c){ine nq=d1;vs(c>nq.Cnaryf.yratgu)erghea;ine cna=nq.Cnaryf[c],nn=gehr,on=gehr,yn=gehr,en=gehr,cn=nq.Cnaryf[0],sf=nq.ShF,j=cn.Jvqgu,u=cn.Urvtug;vs(j=="100%"){j=sf;en=snyfr;yn=snyfr;}vs(u=="100%"){u=sf;nn=snyfr;on=snyfr;}vs(cn.YnY=="Y")yn=snyfr;vs(cn.YnY=="E")en=snyfr;vs(cn.GnY=="G")nn=snyfr;vs(cn.GnY=="O")on=snyfr;ine k=0,l=0;fjvgpu(nq.NshP%8){pnfr 0:oernx;pnfr 1:vs(nn)l=-sf;oernx;pnfr 2:k=j-sf;oernx;pnfr 3:vs(en)k=j;oernx;pnfr 4:k=j-sf;l=u-sf;oernx;pnfr 5:k=j-sf;vs(on)l=u;oernx;pnfr 6:l=u-sf;oernx;pnfr 7:vs(yn)k=-sf;l=u-sf;oernx;}vs(nq.NshP++ 0)||(nethzragf.yratgu==3&&bG>0))){pyrneGvzrbhg(cay.UgU);cay.UgU=frgGvzrbhg(cay.UvqrNpgvba,(nethzragf.yratgu==3?bG:cay.UvqrGvzrbhgInyhr));}};;d1.IjErfrgGvzrbhg=d2(n,c,bG){c=IjTc(n,c);IjPnapryGvzrbhg(n,c);riny("IjFgnegGvzrbhg(NQ_VQ,c"+(nethzragf.yratgu==3?",bG":"")+")");};;d1.IjErfrgNyyGvzrbhgf=d2(n){sbe(ine c=0;c]/g; michael@0: var str15 = 'FrffvbaQQS2=s6r4579npn4rn2135s904r0s75pp1o5334p6s6pospo12696; ZFPhygher=VC=74.125.75.1&VCPhygher=ra-HF&CersreerqPhygher=ra-HF&CersreerqPhygherCraqvat=&Pbhagel=IIZ=&SbeprqRkcvengvba=633669316860113296&gvzrMbar=0&HFEYBP=DKWyLHAiMTH9AwHjWxAcqUx9GJ91oaEunJ4tIzyyqlMQo3IhqUW5D29xMG1IHlMQo3IhqUW5GzSgMG1Iozy0MJDtH3EuqTImWxEgLHAiMTH9BQN3WxkuqTy0qJEyCGZ3YwDkBGVzGT9hM2y0qJEyCF0kZwVhZQH3APMDo3A0LJkQo2EyCGx0ZQDmWyWyM2yiox5uoJH9D0R=; AFP_zp_dfctwzs-aowb_80=44132r503660'; michael@0: var str16 = 'FrffvbaQQS2=s6r4579npn4rn2135s904r0s75pp1o5334p6s6pospo12696; AFP_zp_dfctwzs-aowb_80=44132r503660; __hgzm=144631658.1231363638.1.1.hgzpfe=(qverpg)|hgzppa=(qverpg)|hgzpzq=(abar); __hgzn=144631658.965867047679498800.1231363638.1231363638.1231363638.1; __hgzo=144631658.0.10.1231363638; __hgzp=144631658; ZFPhygher=VC=74.125.75.1&VCPhygher=ra-HF&CersreerqPhygher=ra-HF&Pbhagel=IIZ%3Q&SbeprqRkcvengvba=633669316860113296&gvzrMbar=-8&HFEYBP=DKWyLHAiMTH9AwHjWxAcqUx9GJ91oaEunJ4tIzyyqlMQo3IhqUW5D29xMG1IHlMQo3IhqUW5GzSgMG1Iozy0MJDtH3EuqTImWxEgLHAiMTH9BQN3WxkuqTy0qJEyCGZ3YwDkBGVzGT9hM2y0qJEyCF0kZwVhZQH3APMDo3A0LJkQo2EyCGx0ZQDmWyWyM2yiox5uoJH9D0R%3Q'; michael@0: var str17 = 'uggc://tbbtyrnqf.t.qbhoyrpyvpx.arg/cntrnq/nqf?pyvrag=pn-svz_zlfcnpr_zlfcnpr-ubzrcntr_wf&qg=1231363621014&uy=ra&nqfnsr=uvtu&br=hgs8&ahz_nqf=4&bhgchg=wf&nqgrfg=bss&pbeeryngbe=1231363621014&punaary=svz_zlfcnpr_ubzrcntr_abgybttrqva%2Psvz_zlfcnpr_aba_HTP%2Psvz_zlfcnpr_havgrq-fgngrf&hey=uggc%3N%2S%2Scebsvyr.zlfcnpr.pbz%2Svaqrk.psz&nq_glcr=grkg&rvq=6083027&rn=0&sez=0&tn_ivq=348699119.1231363624&tn_fvq=1231363624&tn_uvq=895511034&synfu=9.0.115&h_u=768&h_j=1024&h_nu=738&h_nj=1024&h_pq=24&h_gm=-480&h_uvf=2&h_wnin=gehr&h_acyht=7&h_azvzr=22'; michael@0: var str18 = 'uggc://jjj.yrobapbva.se/yv'; michael@0: var str19 = 'ZFPhygher=VC=74.125.75.1&VCPhygher=ra-HF&CersreerqPhygher=ra-HF&Pbhagel=IIZ%3Q&SbeprqRkcvengvba=633669316860113296&gvzrMbar=-8&HFEYBP=DKWyLHAiMTH9AwHjWxAcqUx9GJ91oaEunJ4tIzyyqlMQo3IhqUW5D29xMG1IHlMQo3IhqUW5GzSgMG1Iozy0MJDtH3EuqTImWxEgLHAiMTH9BQN3WxkuqTy0qJEyCGZ3YwDkBGVzGT9hM2y0qJEyCF0kZwVhZQH3APMDo3A0LJkQo2EyCGx0ZQDmWyWyM2yiox5uoJH9D0R%3Q'; michael@0: var str20 = 'ZFPhygher=VC=74.125.75.1&VCPhygher=ra-HF&CersreerqPhygher=ra-HF&CersreerqPhygherCraqvat=&Pbhagel=IIZ=&SbeprqRkcvengvba=633669316860113296&gvzrMbar=0&HFEYBP=DKWyLHAiMTH9AwHjWxAcqUx9GJ91oaEunJ4tIzyyqlMQo3IhqUW5D29xMG1IHlMQo3IhqUW5GzSgMG1Iozy0MJDtH3EuqTImWxEgLHAiMTH9BQN3WxkuqTy0qJEyCGZ3YwDkBGVzGT9hM2y0qJEyCF0kZwVhZQH3APMDo3A0LJkQo2EyCGx0ZQDmWyWyM2yiox5uoJH9D0R='; michael@0: michael@0: var s67 = computeInputVariants('e115', 27); michael@0: var s68 = computeInputVariants('qvfcynl', 27); michael@0: var s69 = computeInputVariants('cbfvgvba', 27); michael@0: var s70 = computeInputVariants('uggc://jjj.zlfcnpr.pbz/', 27); michael@0: var s71 = computeInputVariants('cntrivrj', 27); michael@0: var s72 = computeInputVariants('VC=74.125.75.3', 27); michael@0: var s73 = computeInputVariants('ra', 27); michael@0: var s74 = computeInputVariants(str10, 27); michael@0: var s75 = computeInputVariants(str11, 27); michael@0: var s76 = computeInputVariants(str12, 27); michael@0: var s77 = computeInputVariants(str17, 27); michael@0: var s78 = computeInputVariants(str18, 27); michael@0: michael@0: function runBlock3() { michael@0: for (var i = 0; i < 27; i++) { michael@0: s67[i].replace(/[A-Za-z]/g, ''); michael@0: } michael@0: for (var i = 0; i < 23; i++) { michael@0: s68[i].replace(re27, ''); michael@0: s69[i].replace(re27, ''); michael@0: } michael@0: for (var i = 0; i < 22; i++) { michael@0: 'unaqyr'.replace(re14, ''); michael@0: 'unaqyr'.replace(re15, ''); michael@0: 'yvar'.replace(re14, ''); michael@0: 'yvar'.replace(re15, ''); michael@0: 'cnerag puebzr6 fvatyr1 gno'.replace(re14, ''); michael@0: 'cnerag puebzr6 fvatyr1 gno'.replace(re15, ''); michael@0: 'fyvqre'.replace(re14, ''); michael@0: 'fyvqre'.replace(re15, ''); michael@0: re28.exec(''); michael@0: } michael@0: for (var i = 0; i < 21; i++) { michael@0: s70[i].replace(re12, ''); michael@0: re13.exec(s70[i]); michael@0: } michael@0: for (var i = 0; i < 20; i++) { michael@0: s71[i].replace(re29, ''); michael@0: s71[i].replace(re30, ''); michael@0: re19.exec('ynfg'); michael@0: re19.exec('ba svefg'); michael@0: re8.exec(s72[i]); michael@0: } michael@0: for (var i = 0; i < 19; i++) { michael@0: re31.exec(s73[i]); michael@0: } michael@0: for (var i = 0; i < 18; i++) { michael@0: s74[i].split(re32); michael@0: s75[i].split(re32); michael@0: s76[i].replace(re33, ''); michael@0: re8.exec('144631658.0.10.1231363570'); michael@0: re8.exec('144631658.1231363570.1.1.hgzpfe=(qverpg)|hgzppa=(qverpg)|hgzpzq=(abar)'); michael@0: re8.exec('144631658.3426875219718084000.1231363570.1231363570.1231363570.1'); michael@0: re8.exec(str13); michael@0: re8.exec(str14); michael@0: re8.exec('__hgzn=144631658.3426875219718084000.1231363570.1231363570.1231363570.1'); michael@0: re8.exec('__hgzo=144631658.0.10.1231363570'); michael@0: re8.exec('__hgzm=144631658.1231363570.1.1.hgzpfe=(qverpg)|hgzppa=(qverpg)|hgzpzq=(abar)'); michael@0: re34.exec(s74[i]); michael@0: re34.exec(s75[i]); michael@0: } michael@0: for (var i = 0; i < 17; i++) { michael@0: s15[i].match(/zfvr/gi); michael@0: s15[i].match(/bcren/gi); michael@0: str15.split(re32); michael@0: str16.split(re32); michael@0: 'ohggba'.replace(re14, ''); michael@0: 'ohggba'.replace(re15, ''); michael@0: 'puvyq p1 svefg sylbhg pybfrq'.replace(re14, ''); michael@0: 'puvyq p1 svefg sylbhg pybfrq'.replace(re15, ''); michael@0: 'pvgvrf'.replace(re14, ''); michael@0: 'pvgvrf'.replace(re15, ''); michael@0: 'pybfrq'.replace(re14, ''); michael@0: 'pybfrq'.replace(re15, ''); michael@0: 'qry'.replace(re14, ''); michael@0: 'qry'.replace(re15, ''); michael@0: 'uqy_zba'.replace(re14, ''); michael@0: 'uqy_zba'.replace(re15, ''); michael@0: s77[i].replace(re33, ''); michael@0: s78[i].replace(/%3P/g, ''); michael@0: s78[i].replace(/%3R/g, ''); michael@0: s78[i].replace(/%3q/g, ''); michael@0: s78[i].replace(re35, ''); michael@0: 'yvaxyvfg16'.replace(re14, ''); michael@0: 'yvaxyvfg16'.replace(re15, ''); michael@0: 'zvahf'.replace(re14, ''); michael@0: 'zvahf'.replace(re15, ''); michael@0: 'bcra'.replace(re14, ''); michael@0: 'bcra'.replace(re15, ''); michael@0: 'cnerag puebzr5 fvatyr1 ps NU'.replace(re14, ''); michael@0: 'cnerag puebzr5 fvatyr1 ps NU'.replace(re15, ''); michael@0: 'cynlre'.replace(re14, ''); michael@0: 'cynlre'.replace(re15, ''); michael@0: 'cyhf'.replace(re14, ''); michael@0: 'cyhf'.replace(re15, ''); michael@0: 'cb_uqy'.replace(re14, ''); michael@0: 'cb_uqy'.replace(re15, ''); michael@0: 'hyJVzt'.replace(re14, ''); michael@0: 'hyJVzt'.replace(re15, ''); michael@0: re8.exec('144631658.0.10.1231363638'); michael@0: re8.exec('144631658.1231363638.1.1.hgzpfe=(qverpg)|hgzppa=(qverpg)|hgzpzq=(abar)'); michael@0: re8.exec('144631658.965867047679498800.1231363638.1231363638.1231363638.1'); michael@0: re8.exec('4413268q3660'); michael@0: re8.exec('4ss747o77904333q374or84qrr1s9r0nprp8r5q81534o94n'); michael@0: re8.exec('SbeprqRkcvengvba=633669321699093060'); michael@0: re8.exec('VC=74.125.75.20'); michael@0: re8.exec(str19); michael@0: re8.exec(str20); michael@0: re8.exec('AFP_zp_tfwsbrg-aowb_80=4413268q3660'); michael@0: re8.exec('FrffvbaQQS2=4ss747o77904333q374or84qrr1s9r0nprp8r5q81534o94n'); michael@0: re8.exec('__hgzn=144631658.965867047679498800.1231363638.1231363638.1231363638.1'); michael@0: re8.exec('__hgzo=144631658.0.10.1231363638'); michael@0: re8.exec('__hgzm=144631658.1231363638.1.1.hgzpfe=(qverpg)|hgzppa=(qverpg)|hgzpzq=(abar)'); michael@0: re34.exec(str15); michael@0: re34.exec(str16); michael@0: } michael@0: } michael@0: var re36 = /uers|fep|fryrpgrq/; michael@0: var re37 = /\s*([+>~\s])\s*([a-zA-Z#.*:\[])/g; michael@0: var re38 = /^(\w+|\*)$/; michael@0: var str21 = 'FrffvbaQQS2=s15q53p9n372sn76npr13o271n4s3p5r29p235746p908p58; ZFPhygher=VC=66.249.85.130&VCPhygher=ra-HF&CersreerqPhygher=ra-HF&CersreerqPhygherCraqvat=&Pbhagel=IIZ=&SbeprqRkcvengvba=633669358527244818&gvzrMbar=0&HFEYBP=DKWyLHAiMTH9AwHjWxAcqUx9GJ91oaEunJ4tIzyyqlMQo3IhqUW5D29xMG1IHlMQo3IhqUW5GzSgMG1Iozy0MJDtH3EuqTImWxEgLHAiMTH9BQN3WxkuqTy0qJEyCGZ3YwDkBGVzGT9hM2y0qJEyCF0kZwVhZQH3APMDo3A0LJkQo2EyCGx0ZQDmWyWyM2yiox5uoJH9D0R='; michael@0: var str22 = 'FrffvbaQQS2=s15q53p9n372sn76npr13o271n4s3p5r29p235746p908p58; __hgzm=144631658.1231367822.1.1.hgzpfe=(qverpg)|hgzppa=(qverpg)|hgzpzq=(abar); __hgzn=144631658.4127520630321984500.1231367822.1231367822.1231367822.1; __hgzo=144631658.0.10.1231367822; __hgzp=144631658; ZFPhygher=VC=66.249.85.130&VCPhygher=ra-HF&CersreerqPhygher=ra-HF&Pbhagel=IIZ%3Q&SbeprqRkcvengvba=633669358527244818&gvzrMbar=-8&HFEYBP=DKWyLHAiMTH9AwHjWxAcqUx9GJ91oaEunJ4tIzyyqlMQo3IhqUW5D29xMG1IHlMQo3IhqUW5GzSgMG1Iozy0MJDtH3EuqTImWxEgLHAiMTH9BQN3WxkuqTy0qJEyCGZ3YwDkBGVzGT9hM2y0qJEyCF0kZwVhZQH3APMDo3A0LJkQo2EyCGx0ZQDmWyWyM2yiox5uoJH9D0R%3Q'; michael@0: var str23 = 'uggc://tbbtyrnqf.t.qbhoyrpyvpx.arg/cntrnq/nqf?pyvrag=pn-svz_zlfcnpr_zlfcnpr-ubzrcntr_wf&qg=1231367803797&uy=ra&nqfnsr=uvtu&br=hgs8&ahz_nqf=4&bhgchg=wf&nqgrfg=bss&pbeeryngbe=1231367803797&punaary=svz_zlfcnpr_ubzrcntr_abgybttrqva%2Psvz_zlfcnpr_aba_HTP%2Psvz_zlfcnpr_havgrq-fgngrf&hey=uggc%3N%2S%2Szrffntvat.zlfcnpr.pbz%2Svaqrk.psz&nq_glcr=grkg&rvq=6083027&rn=0&sez=0&tn_ivq=1192552091.1231367807&tn_fvq=1231367807&tn_uvq=1155446857&synfu=9.0.115&h_u=768&h_j=1024&h_nu=738&h_nj=1024&h_pq=24&h_gm=-480&h_uvf=2&h_wnin=gehr&h_acyht=7&h_azvzr=22'; michael@0: var str24 = 'ZFPhygher=VC=66.249.85.130&VCPhygher=ra-HF&CersreerqPhygher=ra-HF&Pbhagel=IIZ%3Q&SbeprqRkcvengvba=633669358527244818&gvzrMbar=-8&HFEYBP=DKWyLHAiMTH9AwHjWxAcqUx9GJ91oaEunJ4tIzyyqlMQo3IhqUW5D29xMG1IHlMQo3IhqUW5GzSgMG1Iozy0MJDtH3EuqTImWxEgLHAiMTH9BQN3WxkuqTy0qJEyCGZ3YwDkBGVzGT9hM2y0qJEyCF0kZwVhZQH3APMDo3A0LJkQo2EyCGx0ZQDmWyWyM2yiox5uoJH9D0R%3Q'; michael@0: var str25 = 'ZFPhygher=VC=66.249.85.130&VCPhygher=ra-HF&CersreerqPhygher=ra-HF&CersreerqPhygherCraqvat=&Pbhagel=IIZ=&SbeprqRkcvengvba=633669358527244818&gvzrMbar=0&HFEYBP=DKWyLHAiMTH9AwHjWxAcqUx9GJ91oaEunJ4tIzyyqlMQo3IhqUW5D29xMG1IHlMQo3IhqUW5GzSgMG1Iozy0MJDtH3EuqTImWxEgLHAiMTH9BQN3WxkuqTy0qJEyCGZ3YwDkBGVzGT9hM2y0qJEyCF0kZwVhZQH3APMDo3A0LJkQo2EyCGx0ZQDmWyWyM2yiox5uoJH9D0R='; michael@0: var str26 = 'hy.ynat-fryrpgbe'; michael@0: var re39 = /\\/g; michael@0: var re40 = / /g; michael@0: var re41 = /\/\xc4\/t/; michael@0: var re42 = /\/\xd6\/t/; michael@0: var re43 = /\/\xdc\/t/; michael@0: var re44 = /\/\xdf\/t/; michael@0: var re45 = /\/\xe4\/t/; michael@0: var re46 = /\/\xf6\/t/; michael@0: var re47 = /\/\xfc\/t/; michael@0: var re48 = /\W/g; michael@0: var re49 = /uers|fep|fglyr/; michael@0: var s79 = computeInputVariants(str21, 16); michael@0: var s80 = computeInputVariants(str22, 16); michael@0: var s81 = computeInputVariants(str23, 16); michael@0: var s82 = computeInputVariants(str26, 16); michael@0: michael@0: function runBlock4() { michael@0: for (var i = 0; i < 16; i++) { michael@0: ''.replace(/\*/g, ''); michael@0: /\bnpgvir\b/.exec('npgvir'); michael@0: /sversbk/i.exec(s15[i]); michael@0: re36.exec('glcr'); michael@0: /zfvr/i.exec(s15[i]); michael@0: /bcren/i.exec(s15[i]); michael@0: } michael@0: for (var i = 0; i < 15; i++) { michael@0: s79[i].split(re32); michael@0: s80[i].split(re32); michael@0: 'uggc://ohyyrgvaf.zlfcnpr.pbz/vaqrk.psz'.replace(re12, ''); michael@0: s81[i].replace(re33, ''); michael@0: 'yv'.replace(re37, ''); michael@0: 'yv'.replace(re18, ''); michael@0: re8.exec('144631658.0.10.1231367822'); michael@0: re8.exec('144631658.1231367822.1.1.hgzpfe=(qverpg)|hgzppa=(qverpg)|hgzpzq=(abar)'); michael@0: re8.exec('144631658.4127520630321984500.1231367822.1231367822.1231367822.1'); michael@0: re8.exec(str24); michael@0: re8.exec(str25); michael@0: re8.exec('__hgzn=144631658.4127520630321984500.1231367822.1231367822.1231367822.1'); michael@0: re8.exec('__hgzo=144631658.0.10.1231367822'); michael@0: re8.exec('__hgzm=144631658.1231367822.1.1.hgzpfe=(qverpg)|hgzppa=(qverpg)|hgzpzq=(abar)'); michael@0: re34.exec(s79[i]); michael@0: re34.exec(s80[i]); michael@0: /\.([\w-]+)|\[(\w+)(?:([!*^$~|]?=)["']?(.*?)["']?)?\]|:([\w-]+)(?:\(["']?(.*?)?["']?\)|$)/g.exec(s82[i]); michael@0: re13.exec('uggc://ohyyrgvaf.zlfcnpr.pbz/vaqrk.psz'); michael@0: re38.exec('yv'); michael@0: } michael@0: for (var i = 0; i < 14; i++) { michael@0: ''.replace(re18, ''); michael@0: '9.0 e115'.replace(/(\s+e|\s+o[0-9]+)/, ''); michael@0: 'Funer guvf tnqtrg'.replace(//g, ''); michael@0: 'Funer guvf tnqtrg'.replace(re39, ''); michael@0: 'uggc://cebsvyrrqvg.zlfcnpr.pbz/vaqrk.psz'.replace(re12, ''); michael@0: 'grnfre'.replace(re40, ''); michael@0: 'grnfre'.replace(re41, ''); michael@0: 'grnfre'.replace(re42, ''); michael@0: 'grnfre'.replace(re43, ''); michael@0: 'grnfre'.replace(re44, ''); michael@0: 'grnfre'.replace(re45, ''); michael@0: 'grnfre'.replace(re46, ''); michael@0: 'grnfre'.replace(re47, ''); michael@0: 'grnfre'.replace(re48, ''); michael@0: re16.exec('znetva-gbc'); michael@0: re16.exec('cbfvgvba'); michael@0: re19.exec('gno1'); michael@0: re9.exec('qz'); michael@0: re9.exec('qg'); michael@0: re9.exec('zbqobk'); michael@0: re9.exec('zbqobkva'); michael@0: re9.exec('zbqgvgyr'); michael@0: re13.exec('uggc://cebsvyrrqvg.zlfcnpr.pbz/vaqrk.psz'); michael@0: re26.exec('/vt/znvytnqtrg'); michael@0: re49.exec('glcr'); michael@0: } michael@0: } michael@0: var re50 = /(?:^|\s+)fryrpgrq(?:\s+|$)/; michael@0: var re51 = /\&/g; michael@0: var re52 = /\+/g; michael@0: var re53 = /\?/g; michael@0: var re54 = /\t/g; michael@0: var re55 = /(\$\{nqiHey\})|(\$nqiHey\b)/g; michael@0: var re56 = /(\$\{cngu\})|(\$cngu\b)/g; michael@0: function runBlock5() { michael@0: for (var i = 0; i < 13; i++) { michael@0: 'purpx'.replace(re14, ''); michael@0: 'purpx'.replace(re15, ''); michael@0: 'pvgl'.replace(re14, ''); michael@0: 'pvgl'.replace(re15, ''); michael@0: 'qrpe fyvqrgrkg'.replace(re14, ''); michael@0: 'qrpe fyvqrgrkg'.replace(re15, ''); michael@0: 'svefg fryrpgrq'.replace(re14, ''); michael@0: 'svefg fryrpgrq'.replace(re15, ''); michael@0: 'uqy_rag'.replace(re14, ''); michael@0: 'uqy_rag'.replace(re15, ''); michael@0: 'vape fyvqrgrkg'.replace(re14, ''); michael@0: 'vape fyvqrgrkg'.replace(re15, ''); michael@0: 'vachggrkg QBZPbageby_cynprubyqre'.replace(re5, ''); michael@0: 'cnerag puebzr6 fvatyr1 gno fryrpgrq'.replace(re14, ''); michael@0: 'cnerag puebzr6 fvatyr1 gno fryrpgrq'.replace(re15, ''); michael@0: 'cb_guz'.replace(re14, ''); michael@0: 'cb_guz'.replace(re15, ''); michael@0: 'fhozvg'.replace(re14, ''); michael@0: 'fhozvg'.replace(re15, ''); michael@0: re50.exec(''); michael@0: /NccyrJroXvg\/([^\s]*)/.exec(s15[i]); michael@0: /XUGZY/.exec(s15[i]); michael@0: } michael@0: for (var i = 0; i < 12; i++) { michael@0: '${cebg}://${ubfg}${cngu}/${dz}'.replace(/(\$\{cebg\})|(\$cebg\b)/g, ''); michael@0: '1'.replace(re40, ''); michael@0: '1'.replace(re10, ''); michael@0: '1'.replace(re51, ''); michael@0: '1'.replace(re52, ''); michael@0: '1'.replace(re53, ''); michael@0: '1'.replace(re39, ''); michael@0: '1'.replace(re54, ''); michael@0: '9.0 e115'.replace(/^(.*)\..*$/, ''); michael@0: '9.0 e115'.replace(/^.*e(.*)$/, ''); michael@0: ''.replace(re55, ''); michael@0: ''.replace(re55, ''); michael@0: s21[i].replace(/^.*\s+(\S+\s+\S+$)/, ''); michael@0: 'tzk%2Subzrcntr%2Sfgneg%2Sqr%2S'.replace(re30, ''); michael@0: 'tzk'.replace(re30, ''); michael@0: 'uggc://${ubfg}${cngu}/${dz}'.replace(/(\$\{ubfg\})|(\$ubfg\b)/g, ''); michael@0: 'uggc://nqpyvrag.hvzfrei.arg${cngu}/${dz}'.replace(re56, ''); michael@0: 'uggc://nqpyvrag.hvzfrei.arg/wf.at/${dz}'.replace(/(\$\{dz\})|(\$dz\b)/g, ''); michael@0: 'frpgvba'.replace(re29, ''); michael@0: 'frpgvba'.replace(re30, ''); michael@0: 'fvgr'.replace(re29, ''); michael@0: 'fvgr'.replace(re30, ''); michael@0: 'fcrpvny'.replace(re29, ''); michael@0: 'fcrpvny'.replace(re30, ''); michael@0: re36.exec('anzr'); michael@0: /e/.exec('9.0 e115'); michael@0: } michael@0: } michael@0: var re57 = /##yv4##/gi; michael@0: var re58 = /##yv16##/gi; michael@0: var re59 = /##yv19##/gi; michael@0: var str27 = '##yv4##Cbjreshy Zvpebfbsg grpuabybtl urycf svtug fcnz naq vzcebir frphevgl.##yv19##Trg zber qbar gunaxf gb terngre rnfr naq fcrrq.##yv16##Ybgf bs fgbentr (5 TO) - zber pbby fghss ba gur jnl.##OE## ##OE## ##N##Yrnea zber##/N##'; michael@0: var str28 = 'Cbjreshy Zvpebfbsg grpuabybtl urycf svtug fcnz naq vzcebir frphevgl.##yv19##Trg zber qbar gunaxf gb terngre rnfr naq fcrrq.##yv16##Ybgf bs fgbentr (5 TO) - zber pbby fghss ba gur jnl.##OE## ##OE## ##N##Yrnea zber##/N##'; michael@0: var str29 = 'Cbjreshy Zvpebfbsg grpuabybtl urycf svtug fcnz naq vzcebir frphevgl.##yv19##Trg zber qbar gunaxf gb terngre rnfr naq fcrrq.Ybgf bs fgbentr (5 TO) - zber pbby fghss ba gur jnl.##OE## ##OE## ##N##Yrnea zber##/N##'; michael@0: var str30 = 'Cbjreshy Zvpebfbsg grpuabybtl urycf svtug fcnz naq vzcebir frphevgl.Trg zber qbar gunaxf gb terngre rnfr naq fcrrq.Ybgf bs fgbentr (5 TO) - zber pbby fghss ba gur jnl.##OE## ##OE## ##N##Yrnea zber##/N##'; michael@0: var str31 = 'Cbjreshy Zvpebfbsg grpuabybtl urycf svtug fcnz naq vzcebir frphevgl.Trg zber qbar gunaxf gb terngre rnfr naq fcrrq.Ybgf bs fgbentr (5 TO) - zber pbby fghss ba gur jnl. ##N##Yrnea zber##/N##'; michael@0: var str32 = 'Cbjreshy Zvpebfbsg grpuabybtl urycf svtug fcnz naq vzcebir frphevgl.Trg zber qbar gunaxf gb terngre rnfr naq fcrrq.Ybgf bs fgbentr (5 TO) - zber pbby fghss ba gur jnl. Yrnea zber##/N##'; michael@0: var str33 = 'Bar Jvaqbjf Yvir VQ trgf lbh vagb Ubgznvy, Zrffratre, Kobk YVIR \u2014 naq bgure cynprf lbh frr #~#argjbexybtb#~#'; michael@0: var re60 = /(?:^|\s+)bss(?:\s+|$)/; michael@0: var re61 = /^(([^:\/?#]+):)?(\/\/([^\/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?$/; michael@0: var re62 = /^[^<]*(<(.|\s)+>)[^>]*$|^#(\w+)$/; michael@0: var str34 = '${1}://${2}${3}${4}${5}'; michael@0: var str35 = ' O=6gnyg0g4znrrn&o=3&f=gc; Q=_lyu=K3bQZGSxnT4lZzD3OS9GNmV3ZGLkAQxRpTyxNmRlZmRmAmNkAQLRqTImqNZjOUEgpTjQnJ5xMKtgoN--; SCF=qy'; michael@0: var s83 = computeInputVariants(str27, 11); michael@0: var s84 = computeInputVariants(str28, 11); michael@0: var s85 = computeInputVariants(str29, 11); michael@0: var s86 = computeInputVariants(str30, 11); michael@0: var s87 = computeInputVariants(str31, 11); michael@0: var s88 = computeInputVariants(str32, 11); michael@0: var s89 = computeInputVariants(str33, 11); michael@0: var s90 = computeInputVariants(str34, 11); michael@0: michael@0: function runBlock6() { michael@0: for (var i = 0; i < 11; i++) { michael@0: s83[i].replace(/##yv0##/gi, ''); michael@0: s83[i].replace(re57, ''); michael@0: s84[i].replace(re58, ''); michael@0: s85[i].replace(re59, ''); michael@0: s86[i].replace(/##\/o##/gi, ''); michael@0: s86[i].replace(/##\/v##/gi, ''); michael@0: s86[i].replace(/##\/h##/gi, ''); michael@0: s86[i].replace(/##o##/gi, ''); michael@0: s86[i].replace(/##oe##/gi, ''); michael@0: s86[i].replace(/##v##/gi, ''); michael@0: s86[i].replace(/##h##/gi, ''); michael@0: s87[i].replace(/##n##/gi, ''); michael@0: s88[i].replace(/##\/n##/gi, ''); michael@0: s89[i].replace(/#~#argjbexybtb#~#/g, ''); michael@0: / Zbovyr\//.exec(s15[i]); michael@0: /##yv1##/gi.exec(s83[i]); michael@0: /##yv10##/gi.exec(s84[i]); michael@0: /##yv11##/gi.exec(s84[i]); michael@0: /##yv12##/gi.exec(s84[i]); michael@0: /##yv13##/gi.exec(s84[i]); michael@0: /##yv14##/gi.exec(s84[i]); michael@0: /##yv15##/gi.exec(s84[i]); michael@0: re58.exec(s84[i]); michael@0: /##yv17##/gi.exec(s85[i]); michael@0: /##yv18##/gi.exec(s85[i]); michael@0: re59.exec(s85[i]); michael@0: /##yv2##/gi.exec(s83[i]); michael@0: /##yv20##/gi.exec(s86[i]); michael@0: /##yv21##/gi.exec(s86[i]); michael@0: /##yv22##/gi.exec(s86[i]); michael@0: /##yv23##/gi.exec(s86[i]); michael@0: /##yv3##/gi.exec(s83[i]); michael@0: re57.exec(s83[i]); michael@0: /##yv5##/gi.exec(s84[i]); michael@0: /##yv6##/gi.exec(s84[i]); michael@0: /##yv7##/gi.exec(s84[i]); michael@0: /##yv8##/gi.exec(s84[i]); michael@0: /##yv9##/gi.exec(s84[i]); michael@0: re8.exec('473qq1rs0n2r70q9qo1pq48n021s9468ron90nps048p4p29'); michael@0: re8.exec('SbeprqRkcvengvba=633669325184628362'); michael@0: re8.exec('FrffvbaQQS2=473qq1rs0n2r70q9qo1pq48n021s9468ron90nps048p4p29'); michael@0: /AbxvnA[^\/]*/.exec(s15[i]); michael@0: } michael@0: for (var i = 0; i < 10; i++) { michael@0: ' bss'.replace(/(?:^|\s+)bss(?:\s+|$)/g, ''); michael@0: s90[i].replace(/(\$\{0\})|(\$0\b)/g, ''); michael@0: s90[i].replace(/(\$\{1\})|(\$1\b)/g, ''); michael@0: s90[i].replace(/(\$\{pbzcyrgr\})|(\$pbzcyrgr\b)/g, ''); michael@0: s90[i].replace(/(\$\{sentzrag\})|(\$sentzrag\b)/g, ''); michael@0: s90[i].replace(/(\$\{ubfgcbeg\})|(\$ubfgcbeg\b)/g, ''); michael@0: s90[i].replace(re56, ''); michael@0: s90[i].replace(/(\$\{cebgbpby\})|(\$cebgbpby\b)/g, ''); michael@0: s90[i].replace(/(\$\{dhrel\})|(\$dhrel\b)/g, ''); michael@0: 'nqfvmr'.replace(re29, ''); michael@0: 'nqfvmr'.replace(re30, ''); michael@0: 'uggc://${2}${3}${4}${5}'.replace(/(\$\{2\})|(\$2\b)/g, ''); michael@0: 'uggc://wf.hv-cbegny.qr${3}${4}${5}'.replace(/(\$\{3\})|(\$3\b)/g, ''); michael@0: 'arjf'.replace(re40, ''); michael@0: 'arjf'.replace(re41, ''); michael@0: 'arjf'.replace(re42, ''); michael@0: 'arjf'.replace(re43, ''); michael@0: 'arjf'.replace(re44, ''); michael@0: 'arjf'.replace(re45, ''); michael@0: 'arjf'.replace(re46, ''); michael@0: 'arjf'.replace(re47, ''); michael@0: 'arjf'.replace(re48, ''); michael@0: / PC=i=(\d+)&oe=(.)/.exec(str35); michael@0: re60.exec(' '); michael@0: re60.exec(' bss'); michael@0: re60.exec(''); michael@0: re19.exec(' '); michael@0: re19.exec('svefg ba'); michael@0: re19.exec('ynfg vtaber'); michael@0: re19.exec('ba'); michael@0: re9.exec('scnq so '); michael@0: re9.exec('zrqvgobk'); michael@0: re9.exec('hsgy'); michael@0: re9.exec('lhv-h'); michael@0: /Fnsnev|Xbadhrebe|XUGZY/gi.exec(s15[i]); michael@0: re61.exec('uggc://wf.hv-cbegny.qr/tzk/ubzr/wf/20080602/onfr.wf'); michael@0: re62.exec('#Ybtva_rznvy'); michael@0: } michael@0: } michael@0: var re63 = /\{0\}/g; michael@0: var str36 = 'FrffvbaQQS2=4ss747o77904333q374or84qrr1s9r0nprp8r5q81534o94n; ZFPhygher=VC=74.125.75.20&VCPhygher=ra-HF&CersreerqPhygher=ra-HF&CersreerqPhygherCraqvat=&Pbhagel=IIZ=&SbeprqRkcvengvba=633669321699093060&gvzrMbar=0&HFEYBP=DKWyLHAiMTH9AwHjWxAcqUx9GJ91oaEunJ4tIzyyqlMQo3IhqUW5D29xMG1IHlMQo3IhqUW5GzSgMG1Iozy0MJDtH3EuqTImWxEgLHAiMTH9BQN3WxkuqTy0qJEyCGZ3YwDkBGVzGT9hM2y0qJEyCF0kZwVhZQH3APMDo3A0LJkQo2EyCGx0ZQDmWyWyM2yiox5uoJH9D0R=; AFP_zp_tfwsbrg-aowb_80=4413268q3660'; michael@0: var str37 = 'FrffvbaQQS2=4ss747o77904333q374or84qrr1s9r0nprp8r5q81534o94n; AFP_zp_tfwsbrg-aowb_80=4413268q3660; __hgzm=144631658.1231364074.1.1.hgzpfe=(qverpg)|hgzppa=(qverpg)|hgzpzq=(abar); __hgzn=144631658.2294274870215848400.1231364074.1231364074.1231364074.1; __hgzo=144631658.0.10.1231364074; __hgzp=144631658; ZFPhygher=VC=74.125.75.20&VCPhygher=ra-HF&CersreerqPhygher=ra-HF&Pbhagel=IIZ%3Q&SbeprqRkcvengvba=633669321699093060&gvzrMbar=-8&HFEYBP=DKWyLHAiMTH9AwHjWxAcqUx9GJ91oaEunJ4tIzyyqlMQo3IhqUW5D29xMG1IHlMQo3IhqUW5GzSgMG1Iozy0MJDtH3EuqTImWxEgLHAiMTH9BQN3WxkuqTy0qJEyCGZ3YwDkBGVzGT9hM2y0qJEyCF0kZwVhZQH3APMDo3A0LJkQo2EyCGx0ZQDmWyWyM2yiox5uoJH9D0R%3Q'; michael@0: var str38 = 'uggc://tbbtyrnqf.t.qbhoyrpyvpx.arg/cntrnq/nqf?pyvrag=pn-svz_zlfcnpr_zlfcnpr-ubzrcntr_wf&qg=1231364057761&uy=ra&nqfnsr=uvtu&br=hgs8&ahz_nqf=4&bhgchg=wf&nqgrfg=bss&pbeeryngbe=1231364057761&punaary=svz_zlfcnpr_ubzrcntr_abgybttrqva%2Psvz_zlfcnpr_aba_HTP%2Psvz_zlfcnpr_havgrq-fgngrf&hey=uggc%3N%2S%2Ssevraqf.zlfcnpr.pbz%2Svaqrk.psz&nq_glcr=grkg&rvq=6083027&rn=0&sez=0&tn_ivq=1667363813.1231364061&tn_fvq=1231364061&tn_uvq=1917563877&synfu=9.0.115&h_u=768&h_j=1024&h_nu=738&h_nj=1024&h_pq=24&h_gm=-480&h_uvf=2&h_wnin=gehr&h_acyht=7&h_azvzr=22'; michael@0: var str39 = 'ZFPhygher=VC=74.125.75.20&VCPhygher=ra-HF&CersreerqPhygher=ra-HF&Pbhagel=IIZ%3Q&SbeprqRkcvengvba=633669321699093060&gvzrMbar=-8&HFEYBP=DKWyLHAiMTH9AwHjWxAcqUx9GJ91oaEunJ4tIzyyqlMQo3IhqUW5D29xMG1IHlMQo3IhqUW5GzSgMG1Iozy0MJDtH3EuqTImWxEgLHAiMTH9BQN3WxkuqTy0qJEyCGZ3YwDkBGVzGT9hM2y0qJEyCF0kZwVhZQH3APMDo3A0LJkQo2EyCGx0ZQDmWyWyM2yiox5uoJH9D0R%3Q'; michael@0: var str40 = 'ZFPhygher=VC=74.125.75.20&VCPhygher=ra-HF&CersreerqPhygher=ra-HF&CersreerqPhygherCraqvat=&Pbhagel=IIZ=&SbeprqRkcvengvba=633669321699093060&gvzrMbar=0&HFEYBP=DKWyLHAiMTH9AwHjWxAcqUx9GJ91oaEunJ4tIzyyqlMQo3IhqUW5D29xMG1IHlMQo3IhqUW5GzSgMG1Iozy0MJDtH3EuqTImWxEgLHAiMTH9BQN3WxkuqTy0qJEyCGZ3YwDkBGVzGT9hM2y0qJEyCF0kZwVhZQH3APMDo3A0LJkQo2EyCGx0ZQDmWyWyM2yiox5uoJH9D0R='; michael@0: var s91 = computeInputVariants(str36, 9); michael@0: var s92 = computeInputVariants(str37, 9); michael@0: var s93 = computeInputVariants(str38, 9); michael@0: function runBlock7() { michael@0: for (var i = 0; i < 9; i++) { michael@0: '0'.replace(re40, ''); michael@0: '0'.replace(re10, ''); michael@0: '0'.replace(re51, ''); michael@0: '0'.replace(re52, ''); michael@0: '0'.replace(re53, ''); michael@0: '0'.replace(re39, ''); michael@0: '0'.replace(re54, ''); michael@0: 'Lrf'.replace(re40, ''); michael@0: 'Lrf'.replace(re10, ''); michael@0: 'Lrf'.replace(re51, ''); michael@0: 'Lrf'.replace(re52, ''); michael@0: 'Lrf'.replace(re53, ''); michael@0: 'Lrf'.replace(re39, ''); michael@0: 'Lrf'.replace(re54, ''); michael@0: } michael@0: for (var i = 0; i < 8; i++) { michael@0: 'Pybfr {0}'.replace(re63, ''); michael@0: 'Bcra {0}'.replace(re63, ''); michael@0: s91[i].split(re32); michael@0: s92[i].split(re32); michael@0: 'puvyq p1 svefg gnournqref'.replace(re14, ''); michael@0: 'puvyq p1 svefg gnournqref'.replace(re15, ''); michael@0: 'uqy_fcb'.replace(re14, ''); michael@0: 'uqy_fcb'.replace(re15, ''); michael@0: 'uvag'.replace(re14, ''); michael@0: 'uvag'.replace(re15, ''); michael@0: s93[i].replace(re33, ''); michael@0: 'yvfg'.replace(re14, ''); michael@0: 'yvfg'.replace(re15, ''); michael@0: 'at_bhgre'.replace(re30, ''); michael@0: 'cnerag puebzr5 qbhoyr2 NU'.replace(re14, ''); michael@0: 'cnerag puebzr5 qbhoyr2 NU'.replace(re15, ''); michael@0: 'cnerag puebzr5 dhnq5 ps NU osyvax zbarl'.replace(re14, ''); michael@0: 'cnerag puebzr5 dhnq5 ps NU osyvax zbarl'.replace(re15, ''); michael@0: 'cnerag puebzr6 fvatyr1'.replace(re14, ''); michael@0: 'cnerag puebzr6 fvatyr1'.replace(re15, ''); michael@0: 'cb_qrs'.replace(re14, ''); michael@0: 'cb_qrs'.replace(re15, ''); michael@0: 'gnopbagrag'.replace(re14, ''); michael@0: 'gnopbagrag'.replace(re15, ''); michael@0: 'iv_svefg_gvzr'.replace(re30, ''); michael@0: /(^|.)(ronl|qri-ehf3.wbg)(|fgberf|zbgbef|yvirnhpgvbaf|jvxv|rkcerff|punggre).(pbz(|.nh|.pa|.ux|.zl|.ft|.oe|.zk)|pb(.hx|.xe|.am)|pn|qr|se|vg|ay|or|ng|pu|vr|va|rf|cy|cu|fr)$/i.exec('cntrf.ronl.pbz'); michael@0: re8.exec('144631658.0.10.1231364074'); michael@0: re8.exec('144631658.1231364074.1.1.hgzpfe=(qverpg)|hgzppa=(qverpg)|hgzpzq=(abar)'); michael@0: re8.exec('144631658.2294274870215848400.1231364074.1231364074.1231364074.1'); michael@0: re8.exec('4413241q3660'); michael@0: re8.exec('SbeprqRkcvengvba=633669357391353591'); michael@0: re8.exec(str39); michael@0: re8.exec(str40); michael@0: re8.exec('AFP_zp_kkk-gdzogv_80=4413241q3660'); michael@0: re8.exec('FrffvbaQQS2=p98s8o9q42nr21or1r61pqorn1n002nsss569635984s6qp7'); michael@0: re8.exec('__hgzn=144631658.2294274870215848400.1231364074.1231364074.1231364074.1'); michael@0: re8.exec('__hgzo=144631658.0.10.1231364074'); michael@0: re8.exec('__hgzm=144631658.1231364074.1.1.hgzpfe=(qverpg)|hgzppa=(qverpg)|hgzpzq=(abar)'); michael@0: re8.exec('p98s8o9q42nr21or1r61pqorn1n002nsss569635984s6qp7'); michael@0: re34.exec(s91[i]); michael@0: re34.exec(s92[i]); michael@0: } michael@0: } michael@0: var re64 = /\b[a-z]/g; michael@0: var re65 = /^uggc:\/\//; michael@0: var re66 = /(?:^|\s+)qvfnoyrq(?:\s+|$)/; michael@0: var str41 = 'uggc://cebsvyr.zlfcnpr.pbz/Zbqhyrf/Nccyvpngvbaf/Cntrf/Pnainf.nfck'; michael@0: function runBlock8() { michael@0: for (var i = 0; i < 7; i++) { michael@0: s21[i].match(/\d+/g); michael@0: 'nsgre'.replace(re64, ''); michael@0: 'orsber'.replace(re64, ''); michael@0: 'obggbz'.replace(re64, ''); michael@0: 'ohvygva_jrngure.kzy'.replace(re65, ''); michael@0: 'ohggba'.replace(re37, ''); michael@0: 'ohggba'.replace(re18, ''); michael@0: 'qngrgvzr.kzy'.replace(re65, ''); michael@0: 'uggc://eff.paa.pbz/eff/paa_gbcfgbevrf.eff'.replace(re65, ''); michael@0: 'vachg'.replace(re37, ''); michael@0: 'vachg'.replace(re18, ''); michael@0: 'vafvqr'.replace(re64, ''); michael@0: 'cbvagre'.replace(re27, ''); michael@0: 'cbfvgvba'.replace(/[A-Z]/g, ''); michael@0: 'gbc'.replace(re27, ''); michael@0: 'gbc'.replace(re64, ''); michael@0: 'hy'.replace(re37, ''); michael@0: 'hy'.replace(re18, ''); michael@0: str26.replace(re37, ''); michael@0: str26.replace(re18, ''); michael@0: 'lbhghor_vtbbtyr/i2/lbhghor.kzy'.replace(re65, ''); michael@0: 'm-vaqrk'.replace(re27, ''); michael@0: /#([\w-]+)/.exec(str26); michael@0: re16.exec('urvtug'); michael@0: re16.exec('znetvaGbc'); michael@0: re16.exec('jvqgu'); michael@0: re19.exec('gno0 svefg ba'); michael@0: re19.exec('gno0 ba'); michael@0: re19.exec('gno4 ynfg'); michael@0: re19.exec('gno4'); michael@0: re19.exec('gno5'); michael@0: re19.exec('gno6'); michael@0: re19.exec('gno7'); michael@0: re19.exec('gno8'); michael@0: /NqborNVE\/([^\s]*)/.exec(s15[i]); michael@0: /NccyrJroXvg\/([^ ]*)/.exec(s15[i]); michael@0: /XUGZY/gi.exec(s15[i]); michael@0: /^(?:obql|ugzy)$/i.exec('YV'); michael@0: re38.exec('ohggba'); michael@0: re38.exec('vachg'); michael@0: re38.exec('hy'); michael@0: re38.exec(str26); michael@0: /^(\w+|\*)/.exec(str26); michael@0: /znp|jva|yvahk/i.exec('Jva32'); michael@0: /eton?\([\d\s,]+\)/.exec('fgngvp'); michael@0: } michael@0: for (var i = 0; i < 6; i++) { michael@0: ''.replace(/\r/g, ''); michael@0: '/'.replace(re40, ''); michael@0: '/'.replace(re10, ''); michael@0: '/'.replace(re51, ''); michael@0: '/'.replace(re52, ''); michael@0: '/'.replace(re53, ''); michael@0: '/'.replace(re39, ''); michael@0: '/'.replace(re54, ''); michael@0: 'uggc://zfacbegny.112.2b7.arg/o/ff/zfacbegnyubzr/1/U.7-cqi-2/{0}?[NDO]&{1}&{2}&[NDR]'.replace(re63, ''); michael@0: str41.replace(re12, ''); michael@0: 'uggc://jjj.snprobbx.pbz/fepu.cuc'.replace(re23, ''); michael@0: 'freivpr'.replace(re40, ''); michael@0: 'freivpr'.replace(re41, ''); michael@0: 'freivpr'.replace(re42, ''); michael@0: 'freivpr'.replace(re43, ''); michael@0: 'freivpr'.replace(re44, ''); michael@0: 'freivpr'.replace(re45, ''); michael@0: 'freivpr'.replace(re46, ''); michael@0: 'freivpr'.replace(re47, ''); michael@0: 'freivpr'.replace(re48, ''); michael@0: /((ZFVR\s+([6-9]|\d\d)\.))/.exec(s15[i]); michael@0: re66.exec(''); michael@0: re50.exec('fryrpgrq'); michael@0: re8.exec('8sqq78r9n442851q565599o401385sp3s04r92rnn7o19ssn'); michael@0: re8.exec('SbeprqRkcvengvba=633669340386893867'); michael@0: re8.exec('VC=74.125.75.17'); michael@0: re8.exec('FrffvbaQQS2=8sqq78r9n442851q565599o401385sp3s04r92rnn7o19ssn'); michael@0: /Xbadhrebe|Fnsnev|XUGZY/.exec(s15[i]); michael@0: re13.exec(str41); michael@0: re49.exec('unfsbphf'); michael@0: } michael@0: } michael@0: var re67 = /zrah_byq/g; michael@0: var str42 = 'FrffvbaQQS2=473qq1rs0n2r70q9qo1pq48n021s9468ron90nps048p4p29; ZFPhygher=VC=74.125.75.3&VCPhygher=ra-HF&CersreerqPhygher=ra-HF&CersreerqPhygherCraqvat=&Pbhagel=IIZ=&SbeprqRkcvengvba=633669325184628362&gvzrMbar=0&HFEYBP=DKWyLHAiMTH9AwHjWxAcqUx9GJ91oaEunJ4tIzyyqlMQo3IhqUW5D29xMG1IHlMQo3IhqUW5GzSgMG1Iozy0MJDtH3EuqTImWxEgLHAiMTH9BQN3WxkuqTy0qJEyCGZ3YwDkBGVzGT9hM2y0qJEyCF0kZwVhZQH3APMDo3A0LJkQo2EyCGx0ZQDmWyWyM2yiox5uoJH9D0R='; michael@0: var str43 = 'FrffvbaQQS2=473qq1rs0n2r70q9qo1pq48n021s9468ron90nps048p4p29; __hgzm=144631658.1231364380.1.1.hgzpfe=(qverpg)|hgzppa=(qverpg)|hgzpzq=(abar); __hgzn=144631658.3931862196947939300.1231364380.1231364380.1231364380.1; __hgzo=144631658.0.10.1231364380; __hgzp=144631658; ZFPhygher=VC=74.125.75.3&VCPhygher=ra-HF&CersreerqPhygher=ra-HF&Pbhagel=IIZ%3Q&SbeprqRkcvengvba=633669325184628362&gvzrMbar=-8&HFEYBP=DKWyLHAiMTH9AwHjWxAcqUx9GJ91oaEunJ4tIzyyqlMQo3IhqUW5D29xMG1IHlMQo3IhqUW5GzSgMG1Iozy0MJDtH3EuqTImWxEgLHAiMTH9BQN3WxkuqTy0qJEyCGZ3YwDkBGVzGT9hM2y0qJEyCF0kZwVhZQH3APMDo3A0LJkQo2EyCGx0ZQDmWyWyM2yiox5uoJH9D0R%3Q'; michael@0: var str44 = 'uggc://tbbtyrnqf.t.qbhoyrpyvpx.arg/cntrnq/nqf?pyvrag=pn-svz_zlfcnpr_vzntrf_wf&qg=1231364373088&uy=ra&nqfnsr=uvtu&br=hgs8&ahz_nqf=4&bhgchg=wf&nqgrfg=bss&pbeeryngbe=1231364373088&punaary=svz_zlfcnpr_hfre-ivrj-pbzzragf%2Psvz_zlfcnpr_havgrq-fgngrf&hey=uggc%3N%2S%2Spbzzrag.zlfcnpr.pbz%2Svaqrk.psz&nq_glcr=grkg&rvq=6083027&rn=0&sez=0&tn_ivq=1158737789.1231364375&tn_fvq=1231364375&tn_uvq=415520832&synfu=9.0.115&h_u=768&h_j=1024&h_nu=738&h_nj=1024&h_pq=24&h_gm=-480&h_uvf=2&h_wnin=gehr&h_acyht=7&h_azvzr=22'; michael@0: var str45 = 'ZFPhygher=VC=74.125.75.3&VCPhygher=ra-HF&CersreerqPhygher=ra-HF&Pbhagel=IIZ%3Q&SbeprqRkcvengvba=633669325184628362&gvzrMbar=-8&HFEYBP=DKWyLHAiMTH9AwHjWxAcqUx9GJ91oaEunJ4tIzyyqlMQo3IhqUW5D29xMG1IHlMQo3IhqUW5GzSgMG1Iozy0MJDtH3EuqTImWxEgLHAiMTH9BQN3WxkuqTy0qJEyCGZ3YwDkBGVzGT9hM2y0qJEyCF0kZwVhZQH3APMDo3A0LJkQo2EyCGx0ZQDmWyWyM2yiox5uoJH9D0R%3Q'; michael@0: var str46 = 'ZFPhygher=VC=74.125.75.3&VCPhygher=ra-HF&CersreerqPhygher=ra-HF&CersreerqPhygherCraqvat=&Pbhagel=IIZ=&SbeprqRkcvengvba=633669325184628362&gvzrMbar=0&HFEYBP=DKWyLHAiMTH9AwHjWxAcqUx9GJ91oaEunJ4tIzyyqlMQo3IhqUW5D29xMG1IHlMQo3IhqUW5GzSgMG1Iozy0MJDtH3EuqTImWxEgLHAiMTH9BQN3WxkuqTy0qJEyCGZ3YwDkBGVzGT9hM2y0qJEyCF0kZwVhZQH3APMDo3A0LJkQo2EyCGx0ZQDmWyWyM2yiox5uoJH9D0R='; michael@0: var re68 = /^([#.]?)((?:[\w\u0128-\uffff*_-]|\\.)*)/; michael@0: var re69 = /\{1\}/g; michael@0: var re70 = /\s+/; michael@0: var re71 = /(\$\{4\})|(\$4\b)/g; michael@0: var re72 = /(\$\{5\})|(\$5\b)/g; michael@0: var re73 = /\{2\}/g; michael@0: var re74 = /[^+>] [^+>]/; michael@0: var re75 = /\bucpyv\s*=\s*([^;]*)/i; michael@0: var re76 = /\bucuvqr\s*=\s*([^;]*)/i; michael@0: var re77 = /\bucfie\s*=\s*([^;]*)/i; michael@0: var re78 = /\bhfucjrn\s*=\s*([^;]*)/i; michael@0: var re79 = /\bmvc\s*=\s*([^;]*)/i; michael@0: var re80 = /^((?:[\w\u0128-\uffff*_-]|\\.)+)(#)((?:[\w\u0128-\uffff*_-]|\\.)+)/; michael@0: var re81 = /^([>+~])\s*(\w*)/i; michael@0: var re82 = /^>\s*((?:[\w\u0128-\uffff*_-]|\\.)+)/; michael@0: var re83 = /^[\s[]?shapgvba/; michael@0: var re84 = /v\/g.tvs#(.*)/i; michael@0: var str47 = '#Zbq-Vasb-Vasb-WninFpevcgUvag'; michael@0: var str48 = ',n.svryqOgaPnapry'; michael@0: var str49 = 'FrffvbaQQS2=p98s8o9q42nr21or1r61pqorn1n002nsss569635984s6qp7; ZFPhygher=VC=74.125.75.3&VCPhygher=ra-HF&CersreerqPhygher=ra-HF&CersreerqPhygherCraqvat=&Pbhagel=IIZ=&SbeprqRkcvengvba=633669357391353591&gvzrMbar=0&HFEYBP=DKWyLHAiMTH9AwHjWxAcqUx9GJ91oaEunJ4tIzyyqlMQo3IhqUW5D29xMG1IHlMQo3IhqUW5GzSgMG1Iozy0MJDtH3EuqTImWxEgLHAiMTH9BQN3WxkuqTy0qJEyCGZ3YwDkBGVzGT9hM2y0qJEyCF0kZwVhZQH3APMDo3A0LJkQo2EyCGx0ZQDmWyWyM2yiox5uoJH9D0R=; AFP_zp_kkk-gdzogv_80=4413241q3660'; michael@0: var str50 = 'FrffvbaQQS2=p98s8o9q42nr21or1r61pqorn1n002nsss569635984s6qp7; AFP_zp_kkk-gdzogv_80=4413241q3660; AFP_zp_kkk-aowb_80=4413235p3660; __hgzm=144631658.1231367708.1.1.hgzpfe=(qverpg)|hgzppa=(qverpg)|hgzpzq=(abar); __hgzn=144631658.2770915348920628700.1231367708.1231367708.1231367708.1; __hgzo=144631658.0.10.1231367708; __hgzp=144631658; ZFPhygher=VC=74.125.75.3&VCPhygher=ra-HF&CersreerqPhygher=ra-HF&Pbhagel=IIZ%3Q&SbeprqRkcvengvba=633669357391353591&gvzrMbar=-8&HFEYBP=DKWyLHAiMTH9AwHjWxAcqUx9GJ91oaEunJ4tIzyyqlMQo3IhqUW5D29xMG1IHlMQo3IhqUW5GzSgMG1Iozy0MJDtH3EuqTImWxEgLHAiMTH9BQN3WxkuqTy0qJEyCGZ3YwDkBGVzGT9hM2y0qJEyCF0kZwVhZQH3APMDo3A0LJkQo2EyCGx0ZQDmWyWyM2yiox5uoJH9D0R%3Q'; michael@0: var str51 = 'uggc://tbbtyrnqf.t.qbhoyrpyvpx.arg/cntrnq/nqf?pyvrag=pn-svz_zlfcnpr_zlfcnpr-ubzrcntr_wf&qg=1231367691141&uy=ra&nqfnsr=uvtu&br=hgs8&ahz_nqf=4&bhgchg=wf&nqgrfg=bss&pbeeryngbe=1231367691141&punaary=svz_zlfcnpr_ubzrcntr_abgybttrqva%2Psvz_zlfcnpr_aba_HTP%2Psvz_zlfcnpr_havgrq-fgngrf&hey=uggc%3N%2S%2Sjjj.zlfcnpr.pbz%2S&nq_glcr=grkg&rvq=6083027&rn=0&sez=0&tn_ivq=320757904.1231367694&tn_fvq=1231367694&tn_uvq=1758792003&synfu=9.0.115&h_u=768&h_j=1024&h_nu=738&h_nj=1024&h_pq=24&h_gm=-480&h_uvf=2&h_wnin=gehr&h_acyht=7&h_azvzr=22'; michael@0: var str52 = 'uggc://zfacbegny.112.2b7.arg/o/ff/zfacbegnyubzr/1/U.7-cqi-2/f55332979829981?[NDO]&aqu=1&g=7%2S0%2S2009%2014%3N38%3N42%203%20480&af=zfacbegny&cntrAnzr=HF%20UCZFSGJ&t=uggc%3N%2S%2Sjjj.zfa.pbz%2S&f=1024k768&p=24&x=L&oj=994&ou=634&uc=A&{2}&[NDR]'; michael@0: var str53 = 'cnerag puebzr6 fvatyr1 gno fryrpgrq ovaq qbhoyr2 ps'; michael@0: var str54 = 'ZFPhygher=VC=74.125.75.3&VCPhygher=ra-HF&CersreerqPhygher=ra-HF&Pbhagel=IIZ%3Q&SbeprqRkcvengvba=633669357391353591&gvzrMbar=-8&HFEYBP=DKWyLHAiMTH9AwHjWxAcqUx9GJ91oaEunJ4tIzyyqlMQo3IhqUW5D29xMG1IHlMQo3IhqUW5GzSgMG1Iozy0MJDtH3EuqTImWxEgLHAiMTH9BQN3WxkuqTy0qJEyCGZ3YwDkBGVzGT9hM2y0qJEyCF0kZwVhZQH3APMDo3A0LJkQo2EyCGx0ZQDmWyWyM2yiox5uoJH9D0R%3Q'; michael@0: var str55 = 'ZFPhygher=VC=74.125.75.3&VCPhygher=ra-HF&CersreerqPhygher=ra-HF&CersreerqPhygherCraqvat=&Pbhagel=IIZ=&SbeprqRkcvengvba=633669357391353591&gvzrMbar=0&HFEYBP=DKWyLHAiMTH9AwHjWxAcqUx9GJ91oaEunJ4tIzyyqlMQo3IhqUW5D29xMG1IHlMQo3IhqUW5GzSgMG1Iozy0MJDtH3EuqTImWxEgLHAiMTH9BQN3WxkuqTy0qJEyCGZ3YwDkBGVzGT9hM2y0qJEyCF0kZwVhZQH3APMDo3A0LJkQo2EyCGx0ZQDmWyWyM2yiox5uoJH9D0R='; michael@0: var str56 = 'ne;ng;nh;or;oe;pn;pu;py;pa;qr;qx;rf;sv;se;to;ux;vq;vr;va;vg;wc;xe;zk;zl;ay;ab;am;cu;cy;cg;eh;fr;ft;gu;ge;gj;mn;'; michael@0: var str57 = 'ZP1=I=3&THVQ=6nnpr9q661804s33nnop45nosqp17q85; zu=ZFSG; PHYGHER=RA-HF; SyvtugTebhcVq=97; SyvtugVq=OnfrCntr; ucfie=Z:5|S:5|G:5|R:5|Q:oyh|J:S; ucpyv=J.U|Y.|F.|E.|H.Y|P.|U.; hfucjrn=jp:HFPN0746; ZHVQ=Q783SN9O14054831N4869R51P0SO8886&GHVQ=1'; michael@0: var str58 = 'ZP1=I=3&THVQ=6nnpr9q661804s33nnop45nosqp17q85; zu=ZFSG; PHYGHER=RA-HF; SyvtugTebhcVq=97; SyvtugVq=OnfrCntr; ucfie=Z:5|S:5|G:5|R:5|Q:oyh|J:S; ucpyv=J.U|Y.|F.|E.|H.Y|P.|U.; hfucjrn=jp:HFPN0746; ZHVQ=Q783SN9O14054831N4869R51P0SO8886'; michael@0: var str59 = 'ZP1=I=3&THVQ=6nnpr9q661804s33nnop45nosqp17q85; zu=ZFSG; PHYGHER=RA-HF; SyvtugTebhcVq=97; SyvtugVq=OnfrCntr; ucfie=Z:5|S:5|G:5|R:5|Q:oyh|J:S; ucpyv=J.U|Y.|F.|E.|H.Y|P.|U.; hfucjrn=jp:HFPN0746; ZHVQ=Q783SN9O14054831N4869R51P0SO8886; mvc=m:94043|yn:37.4154|yb:-122.0585|p:HF|ue:1'; michael@0: var str60 = 'ZP1=I=3&THVQ=6nnpr9q661804s33nnop45nosqp17q85; zu=ZFSG; PHYGHER=RA-HF; SyvtugTebhcVq=97; SyvtugVq=OnfrCntr; ucfie=Z:5|S:5|G:5|R:5|Q:oyh|J:S; ucpyv=J.U|Y.|F.|E.|H.Y|P.|U.; hfucjrn=jp:HFPN0746; ZHVQ=Q783SN9O14054831N4869R51P0SO8886; mvc=m:94043|yn:37.4154|yb:-122.0585|p:HF'; michael@0: var str61 = 'uggc://gx2.fgp.f-zfa.pbz/oe/uc/11/ra-hf/pff/v/g.tvs#uggc://gx2.fgo.f-zfa.pbz/v/29/4RQP4969777N048NPS4RRR3PO2S7S.wct'; michael@0: var str62 = 'uggc://gx2.fgp.f-zfa.pbz/oe/uc/11/ra-hf/pff/v/g.tvs#uggc://gx2.fgo.f-zfa.pbz/v/OQ/63NP9O94NS5OQP1249Q9S1ROP7NS3.wct'; michael@0: var str63 = 'zbmvyyn/5.0 (jvaqbjf; h; jvaqbjf ag 5.1; ra-hf) nccyrjroxvg/528.9 (xugzy, yvxr trpxb) puebzr/2.0.157.0 fnsnev/528.9'; michael@0: var s94 = computeInputVariants(str42, 5); michael@0: var s95 = computeInputVariants(str43, 5); michael@0: var s96 = computeInputVariants(str44, 5); michael@0: var s97 = computeInputVariants(str47, 5); michael@0: var s98 = computeInputVariants(str48, 5); michael@0: var s99 = computeInputVariants(str49, 5); michael@0: var s100 = computeInputVariants(str50, 5); michael@0: var s101 = computeInputVariants(str51, 5); michael@0: var s102 = computeInputVariants(str52, 5); michael@0: var s103 = computeInputVariants(str53, 5); michael@0: michael@0: function runBlock9() { michael@0: for (var i = 0; i < 5; i++) { michael@0: s94[i].split(re32); michael@0: s95[i].split(re32); michael@0: 'svz_zlfcnpr_hfre-ivrj-pbzzragf,svz_zlfcnpr_havgrq-fgngrf'.split(re20); michael@0: s96[i].replace(re33, ''); michael@0: 'zrah_arj zrah_arj_gbttyr zrah_gbttyr'.replace(re67, ''); michael@0: 'zrah_byq zrah_byq_gbttyr zrah_gbttyr'.replace(re67, ''); michael@0: re8.exec('102n9o0o9pq60132qn0337rr867p75953502q2s27s2s5r98'); michael@0: re8.exec('144631658.0.10.1231364380'); michael@0: re8.exec('144631658.1231364380.1.1.hgzpfe=(qverpg)|hgzppa=(qverpg)|hgzpzq=(abar)'); michael@0: re8.exec('144631658.3931862196947939300.1231364380.1231364380.1231364380.1'); michael@0: re8.exec('441326q33660'); michael@0: re8.exec('SbeprqRkcvengvba=633669341278771470'); michael@0: re8.exec(str45); michael@0: re8.exec(str46); michael@0: re8.exec('AFP_zp_dfctwzssrwh-aowb_80=441326q33660'); michael@0: re8.exec('FrffvbaQQS2=102n9o0o9pq60132qn0337rr867p75953502q2s27s2s5r98'); michael@0: re8.exec('__hgzn=144631658.3931862196947939300.1231364380.1231364380.1231364380.1'); michael@0: re8.exec('__hgzo=144631658.0.10.1231364380'); michael@0: re8.exec('__hgzm=144631658.1231364380.1.1.hgzpfe=(qverpg)|hgzppa=(qverpg)|hgzpzq=(abar)'); michael@0: } michael@0: for (var i = 0; i < 4; i++) { michael@0: ' yvfg1'.replace(re14, ''); michael@0: ' yvfg1'.replace(re15, ''); michael@0: ' yvfg2'.replace(re14, ''); michael@0: ' yvfg2'.replace(re15, ''); michael@0: ' frneputebhc1'.replace(re14, ''); michael@0: ' frneputebhc1'.replace(re15, ''); michael@0: s97[i].replace(re68, ''); michael@0: s97[i].replace(re18, ''); michael@0: ''.replace(/&/g, ''); michael@0: ''.replace(re35, ''); michael@0: '(..-{0})(\|(\d+)|)'.replace(re63, ''); michael@0: s98[i].replace(re18, ''); michael@0: '//vzt.jro.qr/vij/FC/${cngu}/${anzr}/${inyhr}?gf=${abj}'.replace(re56, ''); michael@0: '//vzt.jro.qr/vij/FC/tzk_uc/${anzr}/${inyhr}?gf=${abj}'.replace(/(\$\{anzr\})|(\$anzr\b)/g, ''); michael@0: 'Jvaqbjf Yvir Ubgznvy{1}'.replace(re69, ''); michael@0: '{0}{1}'.replace(re63, ''); michael@0: '{1}'.replace(re69, ''); michael@0: '{1}'.replace(re63, ''); michael@0: 'Vzntrf'.replace(re15, ''); michael@0: 'ZFA'.replace(re15, ''); michael@0: 'Zncf'.replace(re15, ''); michael@0: 'Zbq-Vasb-Vasb-WninFpevcgUvag'.replace(re39, ''); michael@0: 'Arjf'.replace(re15, ''); michael@0: s99[i].split(re32); michael@0: s100[i].split(re32); michael@0: 'Ivqrb'.replace(re15, ''); michael@0: 'Jro'.replace(re15, ''); michael@0: 'n'.replace(re39, ''); michael@0: 'nwnkFgneg'.split(re70); michael@0: 'nwnkFgbc'.split(re70); michael@0: 'ovaq'.replace(re14, ''); michael@0: 'ovaq'.replace(re15, ''); michael@0: 'oevatf lbh zber. Zber fcnpr (5TO), zber frphevgl, fgvyy serr.'.replace(re63, ''); michael@0: 'puvyq p1 svefg qrpx'.replace(re14, ''); michael@0: 'puvyq p1 svefg qrpx'.replace(re15, ''); michael@0: 'puvyq p1 svefg qbhoyr2'.replace(re14, ''); michael@0: 'puvyq p1 svefg qbhoyr2'.replace(re15, ''); michael@0: 'puvyq p2 ynfg'.replace(re14, ''); michael@0: 'puvyq p2 ynfg'.replace(re15, ''); michael@0: 'puvyq p2'.replace(re14, ''); michael@0: 'puvyq p2'.replace(re15, ''); michael@0: 'puvyq p3'.replace(re14, ''); michael@0: 'puvyq p3'.replace(re15, ''); michael@0: 'puvyq p4 ynfg'.replace(re14, ''); michael@0: 'puvyq p4 ynfg'.replace(re15, ''); michael@0: 'pbclevtug'.replace(re14, ''); michael@0: 'pbclevtug'.replace(re15, ''); michael@0: 'qZFAZR_1'.replace(re14, ''); michael@0: 'qZFAZR_1'.replace(re15, ''); michael@0: 'qbhoyr2 ps'.replace(re14, ''); michael@0: 'qbhoyr2 ps'.replace(re15, ''); michael@0: 'qbhoyr2'.replace(re14, ''); michael@0: 'qbhoyr2'.replace(re15, ''); michael@0: 'uqy_arj'.replace(re14, ''); michael@0: 'uqy_arj'.replace(re15, ''); michael@0: 'uc_fubccvatobk'.replace(re30, ''); michael@0: 'ugzy%2Rvq'.replace(re29, ''); michael@0: 'ugzy%2Rvq'.replace(re30, ''); michael@0: s101[i].replace(re33, ''); michael@0: 'uggc://wf.hv-cbegny.qr/tzk/ubzr/wf/20080602/cebgbglcr.wf${4}${5}'.replace(re71, ''); michael@0: 'uggc://wf.hv-cbegny.qr/tzk/ubzr/wf/20080602/cebgbglcr.wf${5}'.replace(re72, ''); michael@0: s102[i].replace(re73, ''); michael@0: 'uggc://zfacbegny.112.2b7.arg/o/ff/zfacbegnyubzr/1/U.7-cqi-2/f55332979829981?[NDO]&{1}&{2}&[NDR]'.replace(re69, ''); michael@0: 'vztZFSG'.replace(re14, ''); michael@0: 'vztZFSG'.replace(re15, ''); michael@0: 'zfasbbg1 ps'.replace(re14, ''); michael@0: 'zfasbbg1 ps'.replace(re15, ''); michael@0: s103[i].replace(re14, ''); michael@0: s103[i].replace(re15, ''); michael@0: 'cnerag puebzr6 fvatyr1 gno fryrpgrq ovaq'.replace(re14, ''); michael@0: 'cnerag puebzr6 fvatyr1 gno fryrpgrq ovaq'.replace(re15, ''); michael@0: 'cevznel'.replace(re14, ''); michael@0: 'cevznel'.replace(re15, ''); michael@0: 'erpgnatyr'.replace(re30, ''); michael@0: 'frpbaqnel'.replace(re14, ''); michael@0: 'frpbaqnel'.replace(re15, ''); michael@0: 'haybnq'.split(re70); michael@0: '{0}{1}1'.replace(re63, ''); michael@0: '|{1}1'.replace(re69, ''); michael@0: /(..-HF)(\|(\d+)|)/i.exec('xb-xe,ra-va,gu-gu'); michael@0: re4.exec('/ZlFcnprNccf/NccPnainf,45000012'); michael@0: re8.exec('144631658.0.10.1231367708'); michael@0: re8.exec('144631658.1231367708.1.1.hgzpfe=(qverpg)|hgzppa=(qverpg)|hgzpzq=(abar)'); michael@0: re8.exec('144631658.2770915348920628700.1231367708.1231367708.1231367708.1'); michael@0: re8.exec('4413235p3660'); michael@0: re8.exec('441327q73660'); michael@0: re8.exec('9995p6rp12rrnr893334ro7nq70o7p64p69rqn844prs1473'); michael@0: re8.exec('SbeprqRkcvengvba=633669350559478880'); michael@0: re8.exec(str54); michael@0: re8.exec(str55); michael@0: re8.exec('AFP_zp_dfctwzs-aowb_80=441327q73660'); michael@0: re8.exec('AFP_zp_kkk-aowb_80=4413235p3660'); michael@0: re8.exec('FrffvbaQQS2=9995p6rp12rrnr893334ro7nq70o7p64p69rqn844prs1473'); michael@0: re8.exec('__hgzn=144631658.2770915348920628700.1231367708.1231367708.1231367708.1'); michael@0: re8.exec('__hgzo=144631658.0.10.1231367708'); michael@0: re8.exec('__hgzm=144631658.1231367708.1.1.hgzpfe=(qverpg)|hgzppa=(qverpg)|hgzpzq=(abar)'); michael@0: re34.exec(s99[i]); michael@0: re34.exec(s100[i]); michael@0: /ZFVR\s+5[.]01/.exec(s15[i]); michael@0: /HF(?=;)/i.exec(str56); michael@0: re74.exec(s97[i]); michael@0: re28.exec('svefg npgvir svefgNpgvir'); michael@0: re28.exec('ynfg'); michael@0: /\bp:(..)/i.exec('m:94043|yn:37.4154|yb:-122.0585|p:HF'); michael@0: re75.exec(str57); michael@0: re75.exec(str58); michael@0: re76.exec(str57); michael@0: re76.exec(str58); michael@0: re77.exec(str57); michael@0: re77.exec(str58); michael@0: /\bhfucce\s*=\s*([^;]*)/i.exec(str59); michael@0: re78.exec(str57); michael@0: re78.exec(str58); michael@0: /\bjci\s*=\s*([^;]*)/i.exec(str59); michael@0: re79.exec(str58); michael@0: re79.exec(str60); michael@0: re79.exec(str59); michael@0: /\|p:([a-z]{2})/i.exec('m:94043|yn:37.4154|yb:-122.0585|p:HF|ue:1'); michael@0: re80.exec(s97[i]); michael@0: re61.exec('cebgbglcr.wf'); michael@0: re68.exec(s97[i]); michael@0: re81.exec(s97[i]); michael@0: re82.exec(s97[i]); michael@0: /^Fubpxjnir Synfu (\d)/.exec(s21[i]); michael@0: /^Fubpxjnir Synfu (\d+)/.exec(s21[i]); michael@0: re83.exec('[bowrpg tybony]'); michael@0: re62.exec(s97[i]); michael@0: re84.exec(str61); michael@0: re84.exec(str62); michael@0: /jroxvg/.exec(str63); michael@0: } michael@0: } michael@0: var re85 = /eaq_zbqobkva/; michael@0: var str64 = '1231365729213'; michael@0: var str65 = '74.125.75.3-1057165600.29978900'; michael@0: var str66 = '74.125.75.3-1057165600.29978900.1231365730214'; michael@0: var str67 = 'Frnepu%20Zvpebfbsg.pbz'; michael@0: var str68 = 'FrffvbaQQS2=8sqq78r9n442851q565599o401385sp3s04r92rnn7o19ssn; ZFPhygher=VC=74.125.75.17&VCPhygher=ra-HF&CersreerqPhygher=ra-HF&CersreerqPhygherCraqvat=&Pbhagel=IIZ=&SbeprqRkcvengvba=633669340386893867&gvzrMbar=0&HFEYBP=DKWyLHAiMTH9AwHjWxAcqUx9GJ91oaEunJ4tIzyyqlMQo3IhqUW5D29xMG1IHlMQo3IhqUW5GzSgMG1Iozy0MJDtH3EuqTImWxEgLHAiMTH9BQN3WxkuqTy0qJEyCGZ3YwDkBGVzGT9hM2y0qJEyCF0kZwVhZQH3APMDo3A0LJkQo2EyCGx0ZQDmWyWyM2yiox5uoJH9D0R='; michael@0: var str69 = 'FrffvbaQQS2=8sqq78r9n442851q565599o401385sp3s04r92rnn7o19ssn; __hgzm=144631658.1231365779.1.1.hgzpfe=(qverpg)|hgzppa=(qverpg)|hgzpzq=(abar); __hgzn=144631658.1877536177953918500.1231365779.1231365779.1231365779.1; __hgzo=144631658.0.10.1231365779; __hgzp=144631658; ZFPhygher=VC=74.125.75.17&VCPhygher=ra-HF&CersreerqPhygher=ra-HF&Pbhagel=IIZ%3Q&SbeprqRkcvengvba=633669340386893867&gvzrMbar=-8&HFEYBP=DKWyLHAiMTH9AwHjWxAcqUx9GJ91oaEunJ4tIzyyqlMQo3IhqUW5D29xMG1IHlMQo3IhqUW5GzSgMG1Iozy0MJDtH3EuqTImWxEgLHAiMTH9BQN3WxkuqTy0qJEyCGZ3YwDkBGVzGT9hM2y0qJEyCF0kZwVhZQH3APMDo3A0LJkQo2EyCGx0ZQDmWyWyM2yiox5uoJH9D0R%3Q'; michael@0: var str70 = 'I=3%26THVQ=757q3ss871q44o7o805n8113n5p72q52'; michael@0: var str71 = 'I=3&THVQ=757q3ss871q44o7o805n8113n5p72q52'; michael@0: var str72 = 'uggc://tbbtyrnqf.t.qbhoyrpyvpx.arg/cntrnq/nqf?pyvrag=pn-svz_zlfcnpr_zlfcnpr-ubzrcntr_wf&qg=1231365765292&uy=ra&nqfnsr=uvtu&br=hgs8&ahz_nqf=4&bhgchg=wf&nqgrfg=bss&pbeeryngbe=1231365765292&punaary=svz_zlfcnpr_ubzrcntr_abgybttrqva%2Psvz_zlfcnpr_aba_HTP%2Psvz_zlfcnpr_havgrq-fgngrf&hey=uggc%3N%2S%2Sohyyrgvaf.zlfcnpr.pbz%2Svaqrk.psz&nq_glcr=grkg&rvq=6083027&rn=0&sez=0&tn_ivq=1579793869.1231365768&tn_fvq=1231365768&tn_uvq=2056210897&synfu=9.0.115&h_u=768&h_j=1024&h_nu=738&h_nj=1024&h_pq=24&h_gm=-480&h_uvf=2&h_wnin=gehr&h_acyht=7&h_azvzr=22'; michael@0: var str73 = 'frnepu.zvpebfbsg.pbz'; michael@0: var str74 = 'frnepu.zvpebfbsg.pbz/'; michael@0: var str75 = 'ZFPhygher=VC=74.125.75.17&VCPhygher=ra-HF&CersreerqPhygher=ra-HF&Pbhagel=IIZ%3Q&SbeprqRkcvengvba=633669340386893867&gvzrMbar=-8&HFEYBP=DKWyLHAiMTH9AwHjWxAcqUx9GJ91oaEunJ4tIzyyqlMQo3IhqUW5D29xMG1IHlMQo3IhqUW5GzSgMG1Iozy0MJDtH3EuqTImWxEgLHAiMTH9BQN3WxkuqTy0qJEyCGZ3YwDkBGVzGT9hM2y0qJEyCF0kZwVhZQH3APMDo3A0LJkQo2EyCGx0ZQDmWyWyM2yiox5uoJH9D0R%3Q'; michael@0: var str76 = 'ZFPhygher=VC=74.125.75.17&VCPhygher=ra-HF&CersreerqPhygher=ra-HF&CersreerqPhygherCraqvat=&Pbhagel=IIZ=&SbeprqRkcvengvba=633669340386893867&gvzrMbar=0&HFEYBP=DKWyLHAiMTH9AwHjWxAcqUx9GJ91oaEunJ4tIzyyqlMQo3IhqUW5D29xMG1IHlMQo3IhqUW5GzSgMG1Iozy0MJDtH3EuqTImWxEgLHAiMTH9BQN3WxkuqTy0qJEyCGZ3YwDkBGVzGT9hM2y0qJEyCF0kZwVhZQH3APMDo3A0LJkQo2EyCGx0ZQDmWyWyM2yiox5uoJH9D0R='; michael@0: function runBlock10() { michael@0: for (var i = 0; i < 3; i++) { michael@0: '%3Szxg=ra-HF'.replace(re39, ''); michael@0: '-8'.replace(re40, ''); michael@0: '-8'.replace(re10, ''); michael@0: '-8'.replace(re51, ''); michael@0: '-8'.replace(re52, ''); michael@0: '-8'.replace(re53, ''); michael@0: '-8'.replace(re39, ''); michael@0: '-8'.replace(re54, ''); michael@0: '1.5'.replace(re40, ''); michael@0: '1.5'.replace(re10, ''); michael@0: '1.5'.replace(re51, ''); michael@0: '1.5'.replace(re52, ''); michael@0: '1.5'.replace(re53, ''); michael@0: '1.5'.replace(re39, ''); michael@0: '1.5'.replace(re54, ''); michael@0: '1024k768'.replace(re40, ''); michael@0: '1024k768'.replace(re10, ''); michael@0: '1024k768'.replace(re51, ''); michael@0: '1024k768'.replace(re52, ''); michael@0: '1024k768'.replace(re53, ''); michael@0: '1024k768'.replace(re39, ''); michael@0: '1024k768'.replace(re54, ''); michael@0: str64.replace(re40, ''); michael@0: str64.replace(re10, ''); michael@0: str64.replace(re51, ''); michael@0: str64.replace(re52, ''); michael@0: str64.replace(re53, ''); michael@0: str64.replace(re39, ''); michael@0: str64.replace(re54, ''); michael@0: '14'.replace(re40, ''); michael@0: '14'.replace(re10, ''); michael@0: '14'.replace(re51, ''); michael@0: '14'.replace(re52, ''); michael@0: '14'.replace(re53, ''); michael@0: '14'.replace(re39, ''); michael@0: '14'.replace(re54, ''); michael@0: '24'.replace(re40, ''); michael@0: '24'.replace(re10, ''); michael@0: '24'.replace(re51, ''); michael@0: '24'.replace(re52, ''); michael@0: '24'.replace(re53, ''); michael@0: '24'.replace(re39, ''); michael@0: '24'.replace(re54, ''); michael@0: str65.replace(re40, ''); michael@0: str65.replace(re10, ''); michael@0: str65.replace(re51, ''); michael@0: str65.replace(re52, ''); michael@0: str65.replace(re53, ''); michael@0: str65.replace(re39, ''); michael@0: str65.replace(re54, ''); michael@0: str66.replace(re40, ''); michael@0: str66.replace(re10, ''); michael@0: str66.replace(re51, ''); michael@0: str66.replace(re52, ''); michael@0: str66.replace(re53, ''); michael@0: str66.replace(re39, ''); michael@0: str66.replace(re54, ''); michael@0: '9.0'.replace(re40, ''); michael@0: '9.0'.replace(re10, ''); michael@0: '9.0'.replace(re51, ''); michael@0: '9.0'.replace(re52, ''); michael@0: '9.0'.replace(re53, ''); michael@0: '9.0'.replace(re39, ''); michael@0: '9.0'.replace(re54, ''); michael@0: '994k634'.replace(re40, ''); michael@0: '994k634'.replace(re10, ''); michael@0: '994k634'.replace(re51, ''); michael@0: '994k634'.replace(re52, ''); michael@0: '994k634'.replace(re53, ''); michael@0: '994k634'.replace(re39, ''); michael@0: '994k634'.replace(re54, ''); michael@0: '?zxg=ra-HF'.replace(re40, ''); michael@0: '?zxg=ra-HF'.replace(re10, ''); michael@0: '?zxg=ra-HF'.replace(re51, ''); michael@0: '?zxg=ra-HF'.replace(re52, ''); michael@0: '?zxg=ra-HF'.replace(re53, ''); michael@0: '?zxg=ra-HF'.replace(re54, ''); michael@0: 'PAA.pbz'.replace(re25, ''); michael@0: 'PAA.pbz'.replace(re12, ''); michael@0: 'PAA.pbz'.replace(re39, ''); michael@0: 'Qngr & Gvzr'.replace(re25, ''); michael@0: 'Qngr & Gvzr'.replace(re12, ''); michael@0: 'Qngr & Gvzr'.replace(re39, ''); michael@0: 'Frnepu Zvpebfbsg.pbz'.replace(re40, ''); michael@0: 'Frnepu Zvpebfbsg.pbz'.replace(re54, ''); michael@0: str67.replace(re10, ''); michael@0: str67.replace(re51, ''); michael@0: str67.replace(re52, ''); michael@0: str67.replace(re53, ''); michael@0: str67.replace(re39, ''); michael@0: str68.split(re32); michael@0: str69.split(re32); michael@0: str70.replace(re52, ''); michael@0: str70.replace(re53, ''); michael@0: str70.replace(re39, ''); michael@0: str71.replace(re40, ''); michael@0: str71.replace(re10, ''); michael@0: str71.replace(re51, ''); michael@0: str71.replace(re54, ''); michael@0: 'Jrngure'.replace(re25, ''); michael@0: 'Jrngure'.replace(re12, ''); michael@0: 'Jrngure'.replace(re39, ''); michael@0: 'LbhGhor'.replace(re25, ''); michael@0: 'LbhGhor'.replace(re12, ''); michael@0: 'LbhGhor'.replace(re39, ''); michael@0: str72.replace(re33, ''); michael@0: 'erzbgr_vsenzr_1'.replace(/^erzbgr_vsenzr_/, ''); michael@0: str73.replace(re40, ''); michael@0: str73.replace(re10, ''); michael@0: str73.replace(re51, ''); michael@0: str73.replace(re52, ''); michael@0: str73.replace(re53, ''); michael@0: str73.replace(re39, ''); michael@0: str73.replace(re54, ''); michael@0: str74.replace(re40, ''); michael@0: str74.replace(re10, ''); michael@0: str74.replace(re51, ''); michael@0: str74.replace(re52, ''); michael@0: str74.replace(re53, ''); michael@0: str74.replace(re39, ''); michael@0: str74.replace(re54, ''); michael@0: 'lhv-h'.replace(/\-/g, ''); michael@0: re9.exec('p'); michael@0: re9.exec('qz p'); michael@0: re9.exec('zbqynory'); michael@0: re9.exec('lhv-h svefg'); michael@0: re8.exec('144631658.0.10.1231365779'); michael@0: re8.exec('144631658.1231365779.1.1.hgzpfe=(qverpg)|hgzppa=(qverpg)|hgzpzq=(abar)'); michael@0: re8.exec('144631658.1877536177953918500.1231365779.1231365779.1231365779.1'); michael@0: re8.exec(str75); michael@0: re8.exec(str76); michael@0: re8.exec('__hgzn=144631658.1877536177953918500.1231365779.1231365779.1231365779.1'); michael@0: re8.exec('__hgzo=144631658.0.10.1231365779'); michael@0: re8.exec('__hgzm=144631658.1231365779.1.1.hgzpfe=(qverpg)|hgzppa=(qverpg)|hgzpzq=(abar)'); michael@0: re34.exec(str68); michael@0: re34.exec(str69); michael@0: /^$/.exec(''); michael@0: re31.exec('qr'); michael@0: /^znk\d+$/.exec(''); michael@0: /^zva\d+$/.exec(''); michael@0: /^erfgber$/.exec(''); michael@0: re85.exec('zbqobkva zbqobk_abcnqqvat '); michael@0: re85.exec('zbqgvgyr'); michael@0: re85.exec('eaq_zbqobkva '); michael@0: re85.exec('eaq_zbqgvgyr '); michael@0: /frpgvba\d+_pbagragf/.exec('obggbz_ani'); michael@0: } michael@0: } michael@0: var re86 = /;\s*/; michael@0: var re87 = /(\$\{inyhr\})|(\$inyhr\b)/g; michael@0: var re88 = /(\$\{abj\})|(\$abj\b)/g; michael@0: var re89 = /\s+$/; michael@0: var re90 = /^\s+/; michael@0: var re91 = /(\\\"|\x00-|\x1f|\x7f-|\x9f|\u00ad|\u0600-|\u0604|\u070f|\u17b4|\u17b5|\u200c-|\u200f|\u2028-|\u202f|\u2060-|\u206f|\ufeff|\ufff0-|\uffff)/g; michael@0: var re92 = /^(:)([\w-]+)\("?'?(.*?(\(.*?\))?[^(]*?)"?'?\)/; michael@0: var re93 = /^([:.#]*)((?:[\w\u0128-\uffff*_-]|\\.)+)/; michael@0: var re94 = /^(\[) *@?([\w-]+) *([!*$^~=]*) *('?"?)(.*?)\4 *\]/; michael@0: var str77 = '#fubhgobk .pybfr'; michael@0: var str78 = 'FrffvbaQQS2=102n9o0o9pq60132qn0337rr867p75953502q2s27s2s5r98; ZFPhygher=VC=74.125.75.1&VCPhygher=ra-HF&CersreerqPhygher=ra-HF&CersreerqPhygherCraqvat=&Pbhagel=IIZ=&SbeprqRkcvengvba=633669341278771470&gvzrMbar=0&HFEYBP=DKWyLHAiMTH9AwHjWxAcqUx9GJ91oaEunJ4tIzyyqlMQo3IhqUW5D29xMG1IHlMQo3IhqUW5GzSgMG1Iozy0MJDtH3EuqTImWxEgLHAiMTH9BQN3WxkuqTy0qJEyCGZ3YwDkBGVzGT9hM2y0qJEyCF0kZwVhZQH3APMDo3A0LJkQo2EyCGx0ZQDmWyWyM2yiox5uoJH9D0R=; AFP_zp_dfctwzssrwh-aowb_80=441326q33660'; michael@0: var str79 = 'FrffvbaQQS2=102n9o0o9pq60132qn0337rr867p75953502q2s27s2s5r98; AFP_zp_dfctwzssrwh-aowb_80=441326q33660; __hgzm=144631658.1231365869.1.1.hgzpfe=(qverpg)|hgzppa=(qverpg)|hgzpzq=(abar); __hgzn=144631658.1670816052019209000.1231365869.1231365869.1231365869.1; __hgzo=144631658.0.10.1231365869; __hgzp=144631658; ZFPhygher=VC=74.125.75.1&VCPhygher=ra-HF&CersreerqPhygher=ra-HF&Pbhagel=IIZ%3Q&SbeprqRkcvengvba=633669341278771470&gvzrMbar=-8&HFEYBP=DKWyLHAiMTH9AwHjWxAcqUx9GJ91oaEunJ4tIzyyqlMQo3IhqUW5D29xMG1IHlMQo3IhqUW5GzSgMG1Iozy0MJDtH3EuqTImWxEgLHAiMTH9BQN3WxkuqTy0qJEyCGZ3YwDkBGVzGT9hM2y0qJEyCF0kZwVhZQH3APMDo3A0LJkQo2EyCGx0ZQDmWyWyM2yiox5uoJH9D0R%3Q'; michael@0: var str80 = 'FrffvbaQQS2=9995p6rp12rrnr893334ro7nq70o7p64p69rqn844prs1473; ZFPhygher=VC=74.125.75.1&VCPhygher=ra-HF&CersreerqPhygher=ra-HF&CersreerqPhygherCraqvat=&Pbhagel=IIZ=&SbeprqRkcvengvba=633669350559478880&gvzrMbar=0&HFEYBP=DKWyLHAiMTH9AwHjWxAcqUx9GJ91oaEunJ4tIzyyqlMQo3IhqUW5D29xMG1IHlMQo3IhqUW5GzSgMG1Iozy0MJDtH3EuqTImWxEgLHAiMTH9BQN3WxkuqTy0qJEyCGZ3YwDkBGVzGT9hM2y0qJEyCF0kZwVhZQH3APMDo3A0LJkQo2EyCGx0ZQDmWyWyM2yiox5uoJH9D0R=; AFP_zp_dfctwzs-aowb_80=441327q73660'; michael@0: var str81 = 'FrffvbaQQS2=9995p6rp12rrnr893334ro7nq70o7p64p69rqn844prs1473; AFP_zp_dfctwzs-aowb_80=441327q73660; __hgzm=144631658.1231367054.1.1.hgzpfe=(qverpg)|hgzppa=(qverpg)|hgzpzq=(abar); __hgzn=144631658.1796080716621419500.1231367054.1231367054.1231367054.1; __hgzo=144631658.0.10.1231367054; __hgzp=144631658; ZFPhygher=VC=74.125.75.1&VCPhygher=ra-HF&CersreerqPhygher=ra-HF&Pbhagel=IIZ%3Q&SbeprqRkcvengvba=633669350559478880&gvzrMbar=-8&HFEYBP=DKWyLHAiMTH9AwHjWxAcqUx9GJ91oaEunJ4tIzyyqlMQo3IhqUW5D29xMG1IHlMQo3IhqUW5GzSgMG1Iozy0MJDtH3EuqTImWxEgLHAiMTH9BQN3WxkuqTy0qJEyCGZ3YwDkBGVzGT9hM2y0qJEyCF0kZwVhZQH3APMDo3A0LJkQo2EyCGx0ZQDmWyWyM2yiox5uoJH9D0R%3Q'; michael@0: var str82 = '[glcr=fhozvg]'; michael@0: var str83 = 'n.svryqOga,n.svryqOgaPnapry'; michael@0: var str84 = 'n.svryqOgaPnapry'; michael@0: var str85 = 'oyvpxchaxg'; michael@0: var str86 = 'qvi.bow-nppbeqvba qg'; michael@0: var str87 = 'uggc://tbbtyrnqf.t.qbhoyrpyvpx.arg/cntrnq/nqf?pyvrag=pn-svz_zlfcnpr_nccf_wf&qg=1231367052227&uy=ra&nqfnsr=uvtu&br=hgs8&ahz_nqf=4&bhgchg=wf&nqgrfg=bss&pbeeryngbe=1231367052227&punaary=svz_zlfcnpr_nccf-pnainf%2Psvz_zlfcnpr_havgrq-fgngrf&hey=uggc%3N%2S%2Scebsvyr.zlfcnpr.pbz%2SZbqhyrf%2SNccyvpngvbaf%2SCntrf%2SPnainf.nfck&nq_glcr=grkg&rvq=6083027&rn=0&sez=1&tn_ivq=716357910.1231367056&tn_fvq=1231367056&tn_uvq=1387206491&synfu=9.0.115&h_u=768&h_j=1024&h_nu=738&h_nj=1024&h_pq=24&h_gm=-480&h_uvf=2&h_wnin=gehr&h_acyht=7&h_azvzr=22'; michael@0: var str88 = 'uggc://tbbtyrnqf.t.qbhoyrpyvpx.arg/cntrnq/nqf?pyvrag=pn-svz_zlfcnpr_zlfcnpr-ubzrcntr_wf&qg=1231365851658&uy=ra&nqfnsr=uvtu&br=hgs8&ahz_nqf=4&bhgchg=wf&nqgrfg=bss&pbeeryngbe=1231365851658&punaary=svz_zlfcnpr_ubzrcntr_abgybttrqva%2Psvz_zlfcnpr_aba_HTP%2Psvz_zlfcnpr_havgrq-fgngrf&hey=uggc%3N%2S%2Scebsvyrrqvg.zlfcnpr.pbz%2Svaqrk.psz&nq_glcr=grkg&rvq=6083027&rn=0&sez=0&tn_ivq=1979828129.1231365855&tn_fvq=1231365855&tn_uvq=2085229649&synfu=9.0.115&h_u=768&h_j=1024&h_nu=738&h_nj=1024&h_pq=24&h_gm=-480&h_uvf=2&h_wnin=gehr&h_acyht=7&h_azvzr=22'; michael@0: var str89 = 'uggc://zfacbegny.112.2b7.arg/o/ff/zfacbegnyubzr/1/U.7-cqi-2/f55023338617756?[NDO]&aqu=1&g=7%2S0%2S2009%2014%3N12%3N47%203%20480&af=zfacbegny&cntrAnzr=HF%20UCZFSGJ&t=uggc%3N%2S%2Sjjj.zfa.pbz%2S&f=0k0&p=43835816&x=A&oj=994&ou=634&uc=A&{2}&[NDR]'; michael@0: var str90 = 'zrgn[anzr=nwnkHey]'; michael@0: var str91 = 'anpuevpugra'; michael@0: var str92 = 'b oS={\'oT\':1.1};x $8n(B){z(B!=o9)};x $S(B){O(!$8n(B))z A;O(B.4L)z\'T\';b S=7t B;O(S==\'2P\'&&B.p4){23(B.7f){12 1:z\'T\';12 3:z/\S/.2g(B.8M)?\'ox\':\'oh\'}}O(S==\'2P\'||S==\'x\'){23(B.nE){12 2V:z\'1O\';12 7I:z\'5a\';12 18:z\'4B\'}O(7t B.I==\'4F\'){O(B.3u)z\'pG\';O(B.8e)z\'1p\'}}z S};x $2p(){b 4E={};Z(b v=0;v<1p.I;v++){Z(b X 1o 1p[v]){b nc=1p[v][X];b 6E=4E[X];O(6E&&$S(nc)==\'2P\'&&$S(6E)==\'2P\')4E[X]=$2p(6E,nc);17 4E[X]=nc}}z 4E};b $E=7p.E=x(){b 1d=1p;O(!1d[1])1d=[p,1d[0]];Z(b X 1o 1d[1])1d[0][X]=1d[1][X];z 1d[0]};b $4D=7p.pJ=x(){Z(b v=0,y=1p.I;v-1:p.3F(2R)>-1},nX:x(){z p.3y(/([.*+?^${}()|[\]\/\\])/t,\'\\$1\')}});2V.E({5V:x(1O){O(p.I<3)z A;O(p.I==4&&p[3]==0&&!1O)z\'p5\';b 3P=[];Z(b v=0;v<3;v++){b 52=(p[v]-0).4h(16);3P.1x((52.I==1)?\'0\'+52:52)}z 1O?3P:\'#\'+3P.2u(\'\')},5U:x(1O){O(p.I!=3)z A;b 1i=[];Z(b v=0;v<3;v++){1i.1x(5K((p[v].I==1)?p[v]+p[v]:p[v],16))}z 1O?1i:\'1i(\'+1i.2u(\',\')+\')\'}});7F.E({3n:x(P){b J=p;P=$2p({\'L\':J,\'V\':A,\'1p\':1S,\'2x\':A,\'4s\':A,\'6W\':A},P);O($2O(P.1p)&&$S(P.1p)!=\'1O\')P.1p=[P.1p];z x(V){b 1d;O(P.V){V=V||H.V;1d=[(P.V===1r)?V:Y P.V(V)];O(P.1p)1d.E(P.1p)}17 1d=P.1p||1p;b 3C=x(){z J.3H($5S(P'; michael@0: var str93 = 'hagreunyghat'; michael@0: var str94 = 'ZFPhygher=VC=74.125.75.1&VCPhygher=ra-HF&CersreerqPhygher=ra-HF&Pbhagel=IIZ%3Q&SbeprqRkcvengvba=633669341278771470&gvzrMbar=-8&HFEYBP=DKWyLHAiMTH9AwHjWxAcqUx9GJ91oaEunJ4tIzyyqlMQo3IhqUW5D29xMG1IHlMQo3IhqUW5GzSgMG1Iozy0MJDtH3EuqTImWxEgLHAiMTH9BQN3WxkuqTy0qJEyCGZ3YwDkBGVzGT9hM2y0qJEyCF0kZwVhZQH3APMDo3A0LJkQo2EyCGx0ZQDmWyWyM2yiox5uoJH9D0R%3Q'; michael@0: var str95 = 'ZFPhygher=VC=74.125.75.1&VCPhygher=ra-HF&CersreerqPhygher=ra-HF&Pbhagel=IIZ%3Q&SbeprqRkcvengvba=633669350559478880&gvzrMbar=-8&HFEYBP=DKWyLHAiMTH9AwHjWxAcqUx9GJ91oaEunJ4tIzyyqlMQo3IhqUW5D29xMG1IHlMQo3IhqUW5GzSgMG1Iozy0MJDtH3EuqTImWxEgLHAiMTH9BQN3WxkuqTy0qJEyCGZ3YwDkBGVzGT9hM2y0qJEyCF0kZwVhZQH3APMDo3A0LJkQo2EyCGx0ZQDmWyWyM2yiox5uoJH9D0R%3Q'; michael@0: var str96 = 'ZFPhygher=VC=74.125.75.1&VCPhygher=ra-HF&CersreerqPhygher=ra-HF&CersreerqPhygherCraqvat=&Pbhagel=IIZ=&SbeprqRkcvengvba=633669341278771470&gvzrMbar=0&HFEYBP=DKWyLHAiMTH9AwHjWxAcqUx9GJ91oaEunJ4tIzyyqlMQo3IhqUW5D29xMG1IHlMQo3IhqUW5GzSgMG1Iozy0MJDtH3EuqTImWxEgLHAiMTH9BQN3WxkuqTy0qJEyCGZ3YwDkBGVzGT9hM2y0qJEyCF0kZwVhZQH3APMDo3A0LJkQo2EyCGx0ZQDmWyWyM2yiox5uoJH9D0R='; michael@0: var str97 = 'ZFPhygher=VC=74.125.75.1&VCPhygher=ra-HF&CersreerqPhygher=ra-HF&CersreerqPhygherCraqvat=&Pbhagel=IIZ=&SbeprqRkcvengvba=633669350559478880&gvzrMbar=0&HFEYBP=DKWyLHAiMTH9AwHjWxAcqUx9GJ91oaEunJ4tIzyyqlMQo3IhqUW5D29xMG1IHlMQo3IhqUW5GzSgMG1Iozy0MJDtH3EuqTImWxEgLHAiMTH9BQN3WxkuqTy0qJEyCGZ3YwDkBGVzGT9hM2y0qJEyCF0kZwVhZQH3APMDo3A0LJkQo2EyCGx0ZQDmWyWyM2yiox5uoJH9D0R='; michael@0: var str98 = 'shapgvba (){Cuk.Nccyvpngvba.Frghc.Pber();Cuk.Nccyvpngvba.Frghc.Nwnk();Cuk.Nccyvpngvba.Frghc.Synfu();Cuk.Nccyvpngvba.Frghc.Zbqhyrf()}'; michael@0: function runBlock11() { michael@0: for (var i = 0; i < 2; i++) { michael@0: ' .pybfr'.replace(re18, ''); michael@0: ' n.svryqOgaPnapry'.replace(re18, ''); michael@0: ' qg'.replace(re18, ''); michael@0: str77.replace(re68, ''); michael@0: str77.replace(re18, ''); michael@0: ''.replace(re39, ''); michael@0: ''.replace(/^/, ''); michael@0: ''.split(re86); michael@0: '*'.replace(re39, ''); michael@0: '*'.replace(re68, ''); michael@0: '*'.replace(re18, ''); michael@0: '.pybfr'.replace(re68, ''); michael@0: '.pybfr'.replace(re18, ''); michael@0: '//vzt.jro.qr/vij/FC/tzk_uc/fperra/${inyhr}?gf=${abj}'.replace(re87, ''); michael@0: '//vzt.jro.qr/vij/FC/tzk_uc/fperra/1024?gf=${abj}'.replace(re88, ''); michael@0: '//vzt.jro.qr/vij/FC/tzk_uc/jvafvmr/${inyhr}?gf=${abj}'.replace(re87, ''); michael@0: '//vzt.jro.qr/vij/FC/tzk_uc/jvafvmr/992/608?gf=${abj}'.replace(re88, ''); michael@0: '300k120'.replace(re30, ''); michael@0: '300k250'.replace(re30, ''); michael@0: '310k120'.replace(re30, ''); michael@0: '310k170'.replace(re30, ''); michael@0: '310k250'.replace(re30, ''); michael@0: '9.0 e115'.replace(/^.*\.(.*)\s.*$/, ''); michael@0: 'Nppbeqvba'.replace(re2, ''); michael@0: 'Nxghryy\x0a'.replace(re89, ''); michael@0: 'Nxghryy\x0a'.replace(re90, ''); michael@0: 'Nccyvpngvba'.replace(re2, ''); michael@0: 'Oyvpxchaxg\x0a'.replace(re89, ''); michael@0: 'Oyvpxchaxg\x0a'.replace(re90, ''); michael@0: 'Svanamra\x0a'.replace(re89, ''); michael@0: 'Svanamra\x0a'.replace(re90, ''); michael@0: 'Tnzrf\x0a'.replace(re89, ''); michael@0: 'Tnzrf\x0a'.replace(re90, ''); michael@0: 'Ubebfxbc\x0a'.replace(re89, ''); michael@0: 'Ubebfxbc\x0a'.replace(re90, ''); michael@0: 'Xvab\x0a'.replace(re89, ''); michael@0: 'Xvab\x0a'.replace(re90, ''); michael@0: 'Zbqhyrf'.replace(re2, ''); michael@0: 'Zhfvx\x0a'.replace(re89, ''); michael@0: 'Zhfvx\x0a'.replace(re90, ''); michael@0: 'Anpuevpugra\x0a'.replace(re89, ''); michael@0: 'Anpuevpugra\x0a'.replace(re90, ''); michael@0: 'Cuk'.replace(re2, ''); michael@0: 'ErdhrfgSvavfu'.split(re70); michael@0: 'ErdhrfgSvavfu.NWNK.Cuk'.split(re70); michael@0: 'Ebhgr\x0a'.replace(re89, ''); michael@0: 'Ebhgr\x0a'.replace(re90, ''); michael@0: str78.split(re32); michael@0: str79.split(re32); michael@0: str80.split(re32); michael@0: str81.split(re32); michael@0: 'Fcbeg\x0a'.replace(re89, ''); michael@0: 'Fcbeg\x0a'.replace(re90, ''); michael@0: 'GI-Fcbg\x0a'.replace(re89, ''); michael@0: 'GI-Fcbg\x0a'.replace(re90, ''); michael@0: 'Gbhe\x0a'.replace(re89, ''); michael@0: 'Gbhe\x0a'.replace(re90, ''); michael@0: 'Hagreunyghat\x0a'.replace(re89, ''); michael@0: 'Hagreunyghat\x0a'.replace(re90, ''); michael@0: 'Ivqrb\x0a'.replace(re89, ''); michael@0: 'Ivqrb\x0a'.replace(re90, ''); michael@0: 'Jrggre\x0a'.replace(re89, ''); michael@0: 'Jrggre\x0a'.replace(re90, ''); michael@0: str82.replace(re68, ''); michael@0: str82.replace(re18, ''); michael@0: str83.replace(re68, ''); michael@0: str83.replace(re18, ''); michael@0: str84.replace(re68, ''); michael@0: str84.replace(re18, ''); michael@0: 'nqiFreivprObk'.replace(re30, ''); michael@0: 'nqiFubccvatObk'.replace(re30, ''); michael@0: 'nwnk'.replace(re39, ''); michael@0: 'nxghryy'.replace(re40, ''); michael@0: 'nxghryy'.replace(re41, ''); michael@0: 'nxghryy'.replace(re42, ''); michael@0: 'nxghryy'.replace(re43, ''); michael@0: 'nxghryy'.replace(re44, ''); michael@0: 'nxghryy'.replace(re45, ''); michael@0: 'nxghryy'.replace(re46, ''); michael@0: 'nxghryy'.replace(re47, ''); michael@0: 'nxghryy'.replace(re48, ''); michael@0: str85.replace(re40, ''); michael@0: str85.replace(re41, ''); michael@0: str85.replace(re42, ''); michael@0: str85.replace(re43, ''); michael@0: str85.replace(re44, ''); michael@0: str85.replace(re45, ''); michael@0: str85.replace(re46, ''); michael@0: str85.replace(re47, ''); michael@0: str85.replace(re48, ''); michael@0: 'pngrtbel'.replace(re29, ''); michael@0: 'pngrtbel'.replace(re30, ''); michael@0: 'pybfr'.replace(re39, ''); michael@0: 'qvi'.replace(re39, ''); michael@0: str86.replace(re68, ''); michael@0: str86.replace(re18, ''); michael@0: 'qg'.replace(re39, ''); michael@0: 'qg'.replace(re68, ''); michael@0: 'qg'.replace(re18, ''); michael@0: 'rzorq'.replace(re39, ''); michael@0: 'rzorq'.replace(re68, ''); michael@0: 'rzorq'.replace(re18, ''); michael@0: 'svryqOga'.replace(re39, ''); michael@0: 'svryqOgaPnapry'.replace(re39, ''); michael@0: 'svz_zlfcnpr_nccf-pnainf,svz_zlfcnpr_havgrq-fgngrf'.split(re20); michael@0: 'svanamra'.replace(re40, ''); michael@0: 'svanamra'.replace(re41, ''); michael@0: 'svanamra'.replace(re42, ''); michael@0: 'svanamra'.replace(re43, ''); michael@0: 'svanamra'.replace(re44, ''); michael@0: 'svanamra'.replace(re45, ''); michael@0: 'svanamra'.replace(re46, ''); michael@0: 'svanamra'.replace(re47, ''); michael@0: 'svanamra'.replace(re48, ''); michael@0: 'sbphf'.split(re70); michael@0: 'sbphf.gno sbphfva.gno'.split(re70); michael@0: 'sbphfva'.split(re70); michael@0: 'sbez'.replace(re39, ''); michael@0: 'sbez.nwnk'.replace(re68, ''); michael@0: 'sbez.nwnk'.replace(re18, ''); michael@0: 'tnzrf'.replace(re40, ''); michael@0: 'tnzrf'.replace(re41, ''); michael@0: 'tnzrf'.replace(re42, ''); michael@0: 'tnzrf'.replace(re43, ''); michael@0: 'tnzrf'.replace(re44, ''); michael@0: 'tnzrf'.replace(re45, ''); michael@0: 'tnzrf'.replace(re46, ''); michael@0: 'tnzrf'.replace(re47, ''); michael@0: 'tnzrf'.replace(re48, ''); michael@0: 'ubzrcntr'.replace(re30, ''); michael@0: 'ubebfxbc'.replace(re40, ''); michael@0: 'ubebfxbc'.replace(re41, ''); michael@0: 'ubebfxbc'.replace(re42, ''); michael@0: 'ubebfxbc'.replace(re43, ''); michael@0: 'ubebfxbc'.replace(re44, ''); michael@0: 'ubebfxbc'.replace(re45, ''); michael@0: 'ubebfxbc'.replace(re46, ''); michael@0: 'ubebfxbc'.replace(re47, ''); michael@0: 'ubebfxbc'.replace(re48, ''); michael@0: 'uc_cebzbobk_ugzy%2Puc_cebzbobk_vzt'.replace(re30, ''); michael@0: 'uc_erpgnatyr'.replace(re30, ''); michael@0: str87.replace(re33, ''); michael@0: str88.replace(re33, ''); michael@0: 'uggc://wf.hv-cbegny.qr/tzk/ubzr/wf/20080602/onfr.wf${4}${5}'.replace(re71, ''); michael@0: 'uggc://wf.hv-cbegny.qr/tzk/ubzr/wf/20080602/onfr.wf${5}'.replace(re72, ''); michael@0: 'uggc://wf.hv-cbegny.qr/tzk/ubzr/wf/20080602/qlaYvo.wf${4}${5}'.replace(re71, ''); michael@0: 'uggc://wf.hv-cbegny.qr/tzk/ubzr/wf/20080602/qlaYvo.wf${5}'.replace(re72, ''); michael@0: 'uggc://wf.hv-cbegny.qr/tzk/ubzr/wf/20080602/rssrpgYvo.wf${4}${5}'.replace(re71, ''); michael@0: 'uggc://wf.hv-cbegny.qr/tzk/ubzr/wf/20080602/rssrpgYvo.wf${5}'.replace(re72, ''); michael@0: str89.replace(re73, ''); michael@0: 'uggc://zfacbegny.112.2b7.arg/o/ff/zfacbegnyubzr/1/U.7-cqi-2/f55023338617756?[NDO]&{1}&{2}&[NDR]'.replace(re69, ''); michael@0: str6.replace(re23, ''); michael@0: 'xvab'.replace(re40, ''); michael@0: 'xvab'.replace(re41, ''); michael@0: 'xvab'.replace(re42, ''); michael@0: 'xvab'.replace(re43, ''); michael@0: 'xvab'.replace(re44, ''); michael@0: 'xvab'.replace(re45, ''); michael@0: 'xvab'.replace(re46, ''); michael@0: 'xvab'.replace(re47, ''); michael@0: 'xvab'.replace(re48, ''); michael@0: 'ybnq'.split(re70); michael@0: 'zrqvnzbqgno lhv-anifrg lhv-anifrg-gbc'.replace(re18, ''); michael@0: 'zrgn'.replace(re39, ''); michael@0: str90.replace(re68, ''); michael@0: str90.replace(re18, ''); michael@0: 'zbhfrzbir'.split(re70); michael@0: 'zbhfrzbir.gno'.split(re70); michael@0: str63.replace(/^.*jroxvg\/(\d+(\.\d+)?).*$/, ''); michael@0: 'zhfvx'.replace(re40, ''); michael@0: 'zhfvx'.replace(re41, ''); michael@0: 'zhfvx'.replace(re42, ''); michael@0: 'zhfvx'.replace(re43, ''); michael@0: 'zhfvx'.replace(re44, ''); michael@0: 'zhfvx'.replace(re45, ''); michael@0: 'zhfvx'.replace(re46, ''); michael@0: 'zhfvx'.replace(re47, ''); michael@0: 'zhfvx'.replace(re48, ''); michael@0: 'zlfcnpr_nccf_pnainf'.replace(re52, ''); michael@0: str91.replace(re40, ''); michael@0: str91.replace(re41, ''); michael@0: str91.replace(re42, ''); michael@0: str91.replace(re43, ''); michael@0: str91.replace(re44, ''); michael@0: str91.replace(re45, ''); michael@0: str91.replace(re46, ''); michael@0: str91.replace(re47, ''); michael@0: str91.replace(re48, ''); michael@0: 'anzr'.replace(re39, ''); michael@0: str92.replace(/\b\w+\b/g, ''); michael@0: 'bow-nppbeqvba'.replace(re39, ''); michael@0: 'bowrpg'.replace(re39, ''); michael@0: 'bowrpg'.replace(re68, ''); michael@0: 'bowrpg'.replace(re18, ''); michael@0: 'cnenzf%2Rfglyrf'.replace(re29, ''); michael@0: 'cnenzf%2Rfglyrf'.replace(re30, ''); michael@0: 'cbchc'.replace(re30, ''); michael@0: 'ebhgr'.replace(re40, ''); michael@0: 'ebhgr'.replace(re41, ''); michael@0: 'ebhgr'.replace(re42, ''); michael@0: 'ebhgr'.replace(re43, ''); michael@0: 'ebhgr'.replace(re44, ''); michael@0: 'ebhgr'.replace(re45, ''); michael@0: 'ebhgr'.replace(re46, ''); michael@0: 'ebhgr'.replace(re47, ''); michael@0: 'ebhgr'.replace(re48, ''); michael@0: 'freivprobk_uc'.replace(re30, ''); michael@0: 'fubccvatobk_uc'.replace(re30, ''); michael@0: 'fubhgobk'.replace(re39, ''); michael@0: 'fcbeg'.replace(re40, ''); michael@0: 'fcbeg'.replace(re41, ''); michael@0: 'fcbeg'.replace(re42, ''); michael@0: 'fcbeg'.replace(re43, ''); michael@0: 'fcbeg'.replace(re44, ''); michael@0: 'fcbeg'.replace(re45, ''); michael@0: 'fcbeg'.replace(re46, ''); michael@0: 'fcbeg'.replace(re47, ''); michael@0: 'fcbeg'.replace(re48, ''); michael@0: 'gbhe'.replace(re40, ''); michael@0: 'gbhe'.replace(re41, ''); michael@0: 'gbhe'.replace(re42, ''); michael@0: 'gbhe'.replace(re43, ''); michael@0: 'gbhe'.replace(re44, ''); michael@0: 'gbhe'.replace(re45, ''); michael@0: 'gbhe'.replace(re46, ''); michael@0: 'gbhe'.replace(re47, ''); michael@0: 'gbhe'.replace(re48, ''); michael@0: 'gi-fcbg'.replace(re40, ''); michael@0: 'gi-fcbg'.replace(re41, ''); michael@0: 'gi-fcbg'.replace(re42, ''); michael@0: 'gi-fcbg'.replace(re43, ''); michael@0: 'gi-fcbg'.replace(re44, ''); michael@0: 'gi-fcbg'.replace(re45, ''); michael@0: 'gi-fcbg'.replace(re46, ''); michael@0: 'gi-fcbg'.replace(re47, ''); michael@0: 'gi-fcbg'.replace(re48, ''); michael@0: 'glcr'.replace(re39, ''); michael@0: 'haqrsvarq'.replace(/\//g, ''); michael@0: str93.replace(re40, ''); michael@0: str93.replace(re41, ''); michael@0: str93.replace(re42, ''); michael@0: str93.replace(re43, ''); michael@0: str93.replace(re44, ''); michael@0: str93.replace(re45, ''); michael@0: str93.replace(re46, ''); michael@0: str93.replace(re47, ''); michael@0: str93.replace(re48, ''); michael@0: 'ivqrb'.replace(re40, ''); michael@0: 'ivqrb'.replace(re41, ''); michael@0: 'ivqrb'.replace(re42, ''); michael@0: 'ivqrb'.replace(re43, ''); michael@0: 'ivqrb'.replace(re44, ''); michael@0: 'ivqrb'.replace(re45, ''); michael@0: 'ivqrb'.replace(re46, ''); michael@0: 'ivqrb'.replace(re47, ''); michael@0: 'ivqrb'.replace(re48, ''); michael@0: 'ivfvgf=1'.split(re86); michael@0: 'jrggre'.replace(re40, ''); michael@0: 'jrggre'.replace(re41, ''); michael@0: 'jrggre'.replace(re42, ''); michael@0: 'jrggre'.replace(re43, ''); michael@0: 'jrggre'.replace(re44, ''); michael@0: 'jrggre'.replace(re45, ''); michael@0: 'jrggre'.replace(re46, ''); michael@0: 'jrggre'.replace(re47, ''); michael@0: 'jrggre'.replace(re48, ''); michael@0: /#[a-z0-9]+$/i.exec('uggc://jjj.fpuhryreim.arg/Qrsnhyg'); michael@0: re66.exec('fryrpgrq'); michael@0: /(?:^|\s+)lhv-ani(?:\s+|$)/.exec('sff lhv-ani'); michael@0: /(?:^|\s+)lhv-anifrg(?:\s+|$)/.exec('zrqvnzbqgno lhv-anifrg'); michael@0: /(?:^|\s+)lhv-anifrg-gbc(?:\s+|$)/.exec('zrqvnzbqgno lhv-anifrg'); michael@0: re91.exec('GnoThvq'); michael@0: re91.exec('thvq'); michael@0: /(pbzcngvoyr|jroxvg)/.exec(str63); michael@0: /.+(?:ei|vg|en|vr)[\/: ]([\d.]+)/.exec(str63); michael@0: re8.exec('144631658.0.10.1231365869'); michael@0: re8.exec('144631658.0.10.1231367054'); michael@0: re8.exec('144631658.1231365869.1.1.hgzpfe=(qverpg)|hgzppa=(qverpg)|hgzpzq=(abar)'); michael@0: re8.exec('144631658.1231367054.1.1.hgzpfe=(qverpg)|hgzppa=(qverpg)|hgzpzq=(abar)'); michael@0: re8.exec('144631658.1670816052019209000.1231365869.1231365869.1231365869.1'); michael@0: re8.exec('144631658.1796080716621419500.1231367054.1231367054.1231367054.1'); michael@0: re8.exec(str94); michael@0: re8.exec(str95); michael@0: re8.exec(str96); michael@0: re8.exec(str97); michael@0: re8.exec('__hgzn=144631658.1670816052019209000.1231365869.1231365869.1231365869.1'); michael@0: re8.exec('__hgzn=144631658.1796080716621419500.1231367054.1231367054.1231367054.1'); michael@0: re8.exec('__hgzo=144631658.0.10.1231365869'); michael@0: re8.exec('__hgzo=144631658.0.10.1231367054'); michael@0: re8.exec('__hgzm=144631658.1231365869.1.1.hgzpfe=(qverpg)|hgzppa=(qverpg)|hgzpzq=(abar)'); michael@0: re8.exec('__hgzm=144631658.1231367054.1.1.hgzpfe=(qverpg)|hgzppa=(qverpg)|hgzpzq=(abar)'); michael@0: re34.exec(str78); michael@0: re34.exec(str79); michael@0: re34.exec(str81); michael@0: re74.exec(str77); michael@0: re74.exec('*'); michael@0: re74.exec(str82); michael@0: re74.exec(str83); michael@0: re74.exec(str86); michael@0: re74.exec('rzorq'); michael@0: re74.exec('sbez.nwnk'); michael@0: re74.exec(str90); michael@0: re74.exec('bowrpg'); michael@0: /\/onfr.wf(\?.+)?$/.exec('/uggc://wf.hv-cbegny.qr/tzk/ubzr/wf/20080602/onfr.wf'); michael@0: re28.exec('uvag ynfgUvag ynfg'); michael@0: re75.exec(''); michael@0: re76.exec(''); michael@0: re77.exec(''); michael@0: re78.exec(''); michael@0: re80.exec(str77); michael@0: re80.exec('*'); michael@0: re80.exec('.pybfr'); michael@0: re80.exec(str82); michael@0: re80.exec(str83); michael@0: re80.exec(str84); michael@0: re80.exec(str86); michael@0: re80.exec('qg'); michael@0: re80.exec('rzorq'); michael@0: re80.exec('sbez.nwnk'); michael@0: re80.exec(str90); michael@0: re80.exec('bowrpg'); michael@0: re61.exec('qlaYvo.wf'); michael@0: re61.exec('rssrpgYvo.wf'); michael@0: re61.exec('uggc://jjj.tzk.arg/qr/?fgnghf=uvajrvf'); michael@0: re92.exec(' .pybfr'); michael@0: re92.exec(' n.svryqOgaPnapry'); michael@0: re92.exec(' qg'); michael@0: re92.exec(str48); michael@0: re92.exec('.nwnk'); michael@0: re92.exec('.svryqOga,n.svryqOgaPnapry'); michael@0: re92.exec('.svryqOgaPnapry'); michael@0: re92.exec('.bow-nppbeqvba qg'); michael@0: re68.exec(str77); michael@0: re68.exec('*'); michael@0: re68.exec('.pybfr'); michael@0: re68.exec(str82); michael@0: re68.exec(str83); michael@0: re68.exec(str84); michael@0: re68.exec(str86); michael@0: re68.exec('qg'); michael@0: re68.exec('rzorq'); michael@0: re68.exec('sbez.nwnk'); michael@0: re68.exec(str90); michael@0: re68.exec('bowrpg'); michael@0: re93.exec(' .pybfr'); michael@0: re93.exec(' n.svryqOgaPnapry'); michael@0: re93.exec(' qg'); michael@0: re93.exec(str48); michael@0: re93.exec('.nwnk'); michael@0: re93.exec('.svryqOga,n.svryqOgaPnapry'); michael@0: re93.exec('.svryqOgaPnapry'); michael@0: re93.exec('.bow-nppbeqvba qg'); michael@0: re81.exec(str77); michael@0: re81.exec('*'); michael@0: re81.exec(str48); michael@0: re81.exec('.pybfr'); michael@0: re81.exec(str82); michael@0: re81.exec(str83); michael@0: re81.exec(str84); michael@0: re81.exec(str86); michael@0: re81.exec('qg'); michael@0: re81.exec('rzorq'); michael@0: re81.exec('sbez.nwnk'); michael@0: re81.exec(str90); michael@0: re81.exec('bowrpg'); michael@0: re94.exec(' .pybfr'); michael@0: re94.exec(' n.svryqOgaPnapry'); michael@0: re94.exec(' qg'); michael@0: re94.exec(str48); michael@0: re94.exec('.nwnk'); michael@0: re94.exec('.svryqOga,n.svryqOgaPnapry'); michael@0: re94.exec('.svryqOgaPnapry'); michael@0: re94.exec('.bow-nppbeqvba qg'); michael@0: re94.exec('[anzr=nwnkHey]'); michael@0: re94.exec(str82); michael@0: re31.exec('rf'); michael@0: re31.exec('wn'); michael@0: re82.exec(str77); michael@0: re82.exec('*'); michael@0: re82.exec(str48); michael@0: re82.exec('.pybfr'); michael@0: re82.exec(str82); michael@0: re82.exec(str83); michael@0: re82.exec(str84); michael@0: re82.exec(str86); michael@0: re82.exec('qg'); michael@0: re82.exec('rzorq'); michael@0: re82.exec('sbez.nwnk'); michael@0: re82.exec(str90); michael@0: re82.exec('bowrpg'); michael@0: re83.exec(str98); michael@0: re83.exec('shapgvba sbphf() { [angvir pbqr] }'); michael@0: re62.exec('#Ybtva'); michael@0: re62.exec('#Ybtva_cnffjbeq'); michael@0: re62.exec(str77); michael@0: re62.exec('#fubhgobkWf'); michael@0: re62.exec('#fubhgobkWfReebe'); michael@0: re62.exec('#fubhgobkWfFhpprff'); michael@0: re62.exec('*'); michael@0: re62.exec(str82); michael@0: re62.exec(str83); michael@0: re62.exec(str86); michael@0: re62.exec('rzorq'); michael@0: re62.exec('sbez.nwnk'); michael@0: re62.exec(str90); michael@0: re62.exec('bowrpg'); michael@0: re49.exec('pbagrag'); michael@0: re24.exec(str6); michael@0: /xbadhrebe/.exec(str63); michael@0: /znp/.exec('jva32'); michael@0: /zbmvyyn/.exec(str63); michael@0: /zfvr/.exec(str63); michael@0: /ag\s5\.1/.exec(str63); michael@0: /bcren/.exec(str63); michael@0: /fnsnev/.exec(str63); michael@0: /jva/.exec('jva32'); michael@0: /jvaqbjf/.exec(str63); michael@0: } michael@0: } michael@0: michael@0: function run() { michael@0: for (var i = 0; i < 5; i++) { michael@0: runBlock0(); michael@0: runBlock1(); michael@0: runBlock2(); michael@0: runBlock3(); michael@0: runBlock4(); michael@0: runBlock5(); michael@0: runBlock6(); michael@0: runBlock7(); michael@0: runBlock8(); michael@0: runBlock9(); michael@0: runBlock10(); michael@0: runBlock11(); michael@0: } michael@0: } michael@0: michael@0: this.run = run; michael@0: }