Advertisement
INDOXPLOIT

Script daface old

Oct 8th, 2018
420
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 25.86 KB | None | 0 0
  1. <html xmlns="http://www.w3.org/1999/xhtml"><head>
  2. </head><body onmousedown="return false;" onkeydown="return false;" oncontextmenu="return false;" bgcolor="black">
  3. <table width="100%" height="100%"><tbody><tr><td align="center"><br><br><br><br><br><br><br><br>
  4.  
  5. <link href="http://fonts.googleapis.com/css?family=Orbitron:700" rel="stylesheet" type="text/css">
  6. <link href="https://s-media-cache-ak0.pinimg.com/originals/48/24/34/482434943f2a27bb9c2ac6a0adb60a4b.jpg" rel="SHORTCUT ICON">
  7. <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  8. <title> Hacked By UnM@SK</title>
  9.  
  10. <style type="text/css">
  11. h1 {color: #333;font-size: 100px;margin: 1px auto;text-align:center;text-transform:uppercase; font-family:Orbitron;}
  12. .neon {color: #FFFFFF;text-shadow: 0 0 5px #1ab4e7, 0 0 10px #1ab4e7, 0 0 30px #18a2d0, 0 0 45px #18a2d0, 0 0 60px #18a2d0;}
  13.  
  14.  
  15. h2 {color: #333;font-size: 50px;margin: 1px auto;text-align:center;text-transform:uppercase; font-family:Orbitron;}
  16. .neon {color: #FFFFFF;text-shadow: 0 0 5px #1ab4e7, 0 0 10px #1ab4e7, 0 0 30px #18a2d0, 0 0 45px #18a2d0, 0 0 60px #18a2d0;}
  17.  
  18. h3 {color: #333;font-size: 50px;margin: 1px auto;text-align:center;text-transform:uppercase; font-family:Orbitron;}
  19. .neon {color: #FFFFFF;text-shadow: 0 0 5px #1ab4e7, 0 0 10px #1ab4e7, 0 0 30px #18a2d0, 0 0 45px #18a2d0, 0 0 60px #18a2d0;}
  20.  
  21.  
  22. h4 {color: #FF0000;font-size: 20px;margin: 1px auto;text-align:center;text-transform:uppercase; font-family:Orbitron;}
  23. .neon {color: #FFFFFF;text-shadow: 0 0 5px #1ab4e7, 0 0 10px #1ab4e7, 0 0 30px #18a2d0, 0 0 45px #18a2d0, 0 0 60px #18a2d0;}
  24.  
  25.  
  26. .matrix {color: #FFFFFF; font-family:Arial, Courier, Monotype; font-size:10pt; text-align:center; width:10px; padding:0px; margin:0px;}
  27. .jokitz1{
  28.     text-align : center;
  29.     }
  30. .jokitz2{
  31.     text-align : center
  32.     font-family : Courier;
  33.     }
  34. </style>
  35. <script type="text/javascript">
  36.  
  37. <!--
  38.  
  39. //Disable right click script
  40.  
  41. //visit http://www.rainbow.arch.scriptmania.com/scripts/
  42.  
  43. var message="Sorry, right-click has been disabled";
  44.  
  45. ///////////////////////////////////
  46.  
  47. function clickIE() {if (document.all) {(message);return false;}}
  48.  
  49. function clickNS(e) {if
  50.  
  51. (document.layers||(document.getElementById&&!document.all)) {
  52.  
  53. if (e.which==2||e.which==3) {(message);return false;}}}
  54.  
  55. if (document.layers)
  56.  
  57. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  58.  
  59. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  60.  
  61. document.oncontextmenu=new Function("return false")
  62.  
  63. // -->
  64.  
  65. </script>
  66.  
  67. <!-- <script language="JavaScript1.2" type="text/javascript">
  68.  
  69. function ClearError() {return true;}
  70.  
  71. window.onerror = ClearError;
  72.  
  73. </script> -->
  74.  
  75.  
  76.  
  77.  
  78. <script type="text/javascript" language="javascript">
  79.  
  80.  
  81.  
  82. <!--
  83.  
  84. var rows=1; // must be an odd number
  85.  
  86. var speed=10; // lower is faster
  87.  
  88. var reveal=2; // between 0 and 2 only. The higher, the faster the word appears
  89.  
  90. var effectalign="center" //enter "center" to center it.
  91.  
  92.  
  93.  
  94. /***********************************************
  95.  
  96. * The Matrix Text Effect- by Richard Womersley (http://www.mf2fm.co.uk/rv)
  97.  
  98. * This notice must stay intact for use
  99.  
  100. * Visit http://www.dynamicdrive.com/ for full source code
  101.  
  102. ***********************************************/
  103.  
  104.  
  105.  
  106.  
  107. var w3c=document.getElementById && !window.opera;;
  108.  
  109. var ie45=document.all && !window.opera;
  110.  
  111. var ma_tab, matemp, ma_bod, ma_row, x, y, columns, ma_txt, ma_cho;
  112.  
  113. var m_coch=new Array();
  114.  
  115. var m_copo=new Array();
  116.  
  117. window.onload=function() {
  118.  
  119.     if (!w3c && !ie45) return
  120.  
  121.  var matrix=(w3c)?document.getElementById("matrix"):document.all["matrix"];
  122.  
  123.  ma_txt=(w3c)?matrix.firstChild.nodeValue:matrix.innerHTML;
  124.  
  125.  ma_txt=" "+ma_txt+" ";
  126.  
  127.  columns=ma_txt.length;
  128.  
  129.  if (w3c) {
  130.  
  131.    while (matrix.childNodes.length) matrix.removeChild(matrix.childNodes[0]);
  132.  
  133.    ma_tab=document.createElement("table");
  134.  
  135.    ma_tab.setAttribute("border", 0);
  136.  
  137.    ma_tab.setAttribute("align", effectalign);
  138.  
  139.    ma_tab.style.backgroundColor="#000000";
  140.  
  141.    ma_bod=document.createElement("tbody");
  142.  
  143.    for (x=0; x<rows; x++) {
  144.  
  145.      ma_row=document.createElement("tr");
  146.  
  147.      for (y=0; y<columns; y++) {
  148.  
  149.        matemp=document.createElement("td");
  150.  
  151.        matemp.setAttribute("id", "Mx"+x+"y"+y);
  152.  
  153.        matemp.className="matrix";
  154.  
  155.        matemp.appendChild(document.createTextNode(String.fromCharCode(160)));
  156.  
  157.        ma_row.appendChild(matemp);
  158.  
  159.      }
  160.  
  161.      ma_bod.appendChild(ma_row);
  162.  
  163.    }
  164.  
  165.    ma_tab.appendChild(ma_bod);
  166.  
  167.    matrix.appendChild(ma_tab);
  168.  
  169.  } else {
  170.  
  171.    ma_tab='<ta'+'ble align="'+effectalign+'" border="0" style="background-color:#000000">';
  172.  
  173.    for (var x=0; x<rows; x++) {
  174.  
  175.      ma_tab+='<t'+'r>';
  176.  
  177.      for (var y=0; y<columns; y++) {
  178.  
  179.        ma_tab+='<t'+'d class="matrix" id="Mx'+x+'y'+y+'"> </'+'td>';
  180.  
  181.      }
  182.  
  183.      ma_tab+='</'+'tr>';
  184.  
  185.    }
  186.  
  187.    ma_tab+='</'+'table>';
  188.  
  189.    matrix.innerHTML=ma_tab;
  190.  
  191.  }
  192.  
  193.  ma_cho=ma_txt;
  194.  
  195.  for (x=0; x<columns; x++) {
  196.  
  197.    ma_cho+=String.fromCharCode(32+Math.floor(Math.random()*94));
  198.  
  199.    m_copo[x]=0;
  200.  
  201.  }
  202.  
  203.  ma_bod=setInterval("mytricks()", speed);
  204.  
  205. }
  206.  
  207.  
  208.  
  209. function mytricks() {
  210.  
  211.  x=0;
  212.  
  213.  for (y=0; y<columns; y++) {
  214.  
  215.    x=x+(m_copo[y]==100);
  216.  
  217.    ma_row=m_copo[y]%100;
  218.  
  219.    if (ma_row && m_copo[y]<100) {
  220.  
  221.      if (ma_row<rows+1) {
  222.  
  223.        if (w3c) {
  224.  
  225.          matemp=document.getElementById("Mx"+(ma_row-1)+"y"+y);
  226.  
  227.          matemp.firstChild.nodeValue=m_coch[y];
  228.  
  229.        }
  230.  
  231.        else {
  232.  
  233.          matemp=document.all["Mx"+(ma_row-1)+"y"+y];
  234.  
  235.          matemp.innerHTML=m_coch[y];
  236.  
  237.        }
  238.  
  239.        matemp.style.color="#81F2FF";
  240.  
  241.        matemp.style.fontWeight="bold";
  242.  
  243.      }
  244.  
  245.      if (ma_row>1 && ma_row<rows+2) {
  246.  
  247.        matemp=(w3c)?document.getElementById("Mx"+(ma_row-2)+"y"+y):document.all["Mx"+(ma_row-2)+"y"+y];
  248.  
  249.        matemp.style.fontWeight="normal";
  250.  
  251.        matemp.style.color="#00BBFF";
  252.  
  253.      }
  254.  
  255.      if (ma_row>2) {
  256.  
  257.          matemp=(w3c)?document.getElementById("Mx"+(ma_row-3)+"y"+y):document.all["Mx"+(ma_row-3)+"y"+y];
  258.  
  259.        matemp.style.color="#20FFDA";
  260.  
  261.      }
  262.  
  263.      if (ma_row<Math.floor(rows/2)+1) m_copo[y]++;
  264.  
  265.      else if (ma_row==Math.floor(rows/2)+1 && m_coch[y]==ma_txt.charAt(y)) zoomer(y);
  266.  
  267.      else if (ma_row<rows+2) m_copo[y]++;
  268.  
  269.      else if (m_copo[y]<100) m_copo[y]=0;
  270.  
  271.    }
  272.  
  273.    else if (Math.random()>0.9 && m_copo[y]<100) {
  274.  
  275.      m_coch[y]=ma_cho.charAt(Math.floor(Math.random()*ma_cho.length));
  276.  
  277.      m_copo[y]++;
  278.  
  279.    }
  280.  
  281.  }
  282.  
  283.  if (x==columns) clearInterval(ma_bod);
  284.  
  285. }
  286.  
  287.  
  288.  
  289. function zoomer(ycol) {
  290.  
  291.  var mtmp, mtem, ytmp;
  292.  
  293.  if (m_copo[ycol]==Math.floor(rows/2)+1) {
  294.  
  295.    for (ytmp=0; ytmp<rows; ytmp++) {
  296.  
  297.      if (w3c) {
  298.  
  299.        mtmp=document.getElementById("Mx"+ytmp+"y"+ycol);
  300.  
  301.        mtmp.firstChild.nodeValue=m_coch[ycol];
  302.  
  303.      }
  304.  
  305.      else {
  306.  
  307.        mtmp=document.all["Mx"+ytmp+"y"+ycol];
  308.  
  309.        mtmp.innerHTML=m_coch[ycol];
  310.  
  311.      }
  312.  
  313.      mtmp.style.color="#5BEEFF";
  314.  
  315.      mtmp.style.fontWeight="bold";
  316.  
  317.    }
  318.  
  319.    if (Math.random()<reveal) {
  320.  
  321.      mtmp=ma_cho.indexOf(ma_txt.charAt(ycol));
  322.  
  323.      ma_cho=ma_cho.substring(0, mtmp)+ma_cho.substring(mtmp+1, ma_cho.length);
  324.  
  325.    }
  326.  
  327.    if (Math.random()<reveal-1) ma_cho=ma_cho.substring(0, ma_cho.length-1);
  328.  
  329.    m_copo[ycol]+=199;
  330.  
  331.    setTimeout("zoomer("+ycol+")", speed);
  332.  
  333.  }
  334.  
  335.  else if (m_copo[ycol]>200) {
  336.  
  337.    if (w3c) {
  338.  
  339.      mtmp=document.getElementById("Mx"+(m_copo[ycol]-201)+"y"+ycol);
  340.  
  341.      mtem=document.getElementById("Mx"+(200+rows-m_copo[ycol]--)+"y"+ycol);
  342.  
  343.    }
  344.  
  345.    else {
  346.  
  347.      mtmp=document.all["Mx"+(m_copo[ycol]-201)+"y"+ycol];
  348.  
  349.      mtem=document.all["Mx"+(200+rows-m_copo[ycol]--)+"y"+ycol];
  350.  
  351.    }
  352.  
  353.    mtmp.style.fontWeight="normal";
  354.  
  355.    mtem.style.fontWeight="normal";
  356.  
  357.    setTimeout("zoomer("+ycol+")", speed);
  358.  
  359.  }
  360.  
  361.  else if (m_copo[ycol]==200) m_copo[ycol]=100+Math.floor(rows/2);
  362.  
  363.  if (m_copo[ycol]>100 && m_copo[ycol]<200) {
  364.  
  365.    if (w3c) {
  366.  
  367.      mtmp=document.getElementById("Mx"+(m_copo[ycol]-101)+"y"+ycol);
  368.  
  369.      mtmp.firstChild.nodeValue=String.fromCharCode(160);
  370.  
  371.      mtem=document.getElementById("Mx"+(100+rows-m_copo[ycol]--)+"y"+ycol);
  372.  
  373.      mtem.firstChild.nodeValue=String.fromCharCode(160);
  374.  
  375.    }
  376.  
  377.    else {
  378.  
  379.      mtmp=document.all["Mx"+(m_copo[ycol]-101)+"y"+ycol];
  380.  
  381.      mtmp.innerHTML=String.fromCharCode(160);
  382.  
  383.      mtem=document.all["Mx"+(100+rows-m_copo[ycol]--)+"y"+ycol];
  384.  
  385.      mtem.innerHTML=String.fromCharCode(160);
  386.  
  387.    }
  388.  
  389.    setTimeout("zoomer("+ycol+")", speed);
  390.  
  391.  }
  392.  
  393.  
  394.  
  395.  //start
  396.  
  397. var h1 = document.getElementsByTagName("h1")[0],
  398.  
  399. text = h1.innerText || h1.textContent,
  400.  
  401. split = [], i, lit = 0, timer = null;
  402.  
  403. for(i = 0; i < text.length; ++i) {
  404.  
  405. split.push("<span>" + text[i] + "</span>");
  406.  
  407. }
  408.  
  409. h1.innerHTML = split.join("");
  410.  
  411. split = h1.childNodes;
  412.  
  413.  
  414.  
  415. var flicker = function() {
  416.  
  417. lit += 0.01;
  418.  
  419. if(lit >= 1) {
  420.  
  421. clearInterval(timer);
  422.  
  423. }
  424.  
  425. for(i = 0; i < split.length; ++i) {
  426.  
  427. if(Math.random() < lit) {
  428.  
  429. split[i].className = "neon";
  430.  
  431. } else {
  432.  
  433. split[i].className = "";
  434.  
  435. }
  436.  
  437. }
  438.  
  439. }
  440.  
  441. setInterval(flicker, 100);
  442.  
  443.  
  444.  
  445. }
  446.  
  447. //strat sec
  448.  
  449.  
  450.  
  451. // end  -->
  452.  
  453. </script>
  454. <link rel="openid.server" href="http://www.blogger.com/openid-server.g">
  455.  
  456. <center>
  457.  
  458. <br>
  459.  
  460. <h1><span class="neon">H</span><span class="">A</span><span class="neon">C</span><span class="">K</span><span class="neon">E</span><span class="neon">D</span><span class="neon"> </span><span class="neon">B</span><span class="neon">Y</span><span class=""> </span><span class="neon">U</span><span class="">n</span><span class="neon">M</span><span class="neon">@</span><span class="neon">S</span><span class="neon">K</span><span class=""></span></h1>
  461.  
  462.  
  463. <div id="matrix" class="auto-style8"><table style="background-color: rgb(0, 0, 0);" border="0" align="center"><tbody><tr><td id="Mx0y0" class="matrix" style="color: rgb(91, 238, 255); font-weight: bold;"> </td><td id="Mx0y1" class="matrix" style="color: rgb(91, 238, 255); font-weight: bold;">L</td><td id="Mx0y2" class="matrix" style="color: rgb(91, 238, 255); font-weight: bold;">O</td><td id="Mx0y3" class="matrix" style="color: rgb(91, 238, 255); font-weight: bold;">N</td><td id="Mx0y4" class="matrix" style="color: rgb(91, 238, 255); font-weight: bold;">G</td><td id="Mx0y5" class="matrix" style="color: rgb(91, 238, 255); font-weight: bold;"> </td><td id="Mx0y6" class="matrix" style="color: rgb(91, 238, 255); font-weight: bold;">L</td><td id="Mx0y7" class="matrix" style="color: rgb(91, 238, 255); font-weight: bold;">I</td><td id="Mx0y8" class="matrix" style="color: rgb(91, 238, 255); font-weight: bold;">V</td><td id="Mx0y9" class="matrix" style="color: rgb(91, 238, 255); font-weight: bold;">E</td><td id="Mx0y10" class="matrix" style="color: rgb(91, 238, 255); font-weight: bold;"> </td><td id="Mx0y11" class="matrix" style="color: rgb(91, 238, 255); font-weight: bold;">E</td><td id="Mx0y12" class="matrix" style="color: rgb(91, 238, 255); font-weight: bold;">G</td><td id="Mx0y13" class="matrix" style="color: rgb(91, 238, 255); font-weight: bold;">Y</td><td id="Mx0y14" class="matrix" style="color: rgb(91, 238, 255); font-weight: bold;">P</td><td id="Mx0y15" class="matrix" style="color: rgb(91, 238, 255); font-weight: bold;">T</td><td id="Mx0y16" class="matrix" style="color: rgb(91, 238, 255); font-weight: bold;"> </td></tr></tbody></table></div>
  464.  
  465.  
  466. <center>
  467.  
  468. <hr style="color:cyan;" width="550px">
  469.  
  470. <link href="http://fonts.googleapis.com/css?family=Iceland" rel="stylesheet" type="text/css">
  471.  
  472. <span style="font: 15px Lucida Handwriting;size:15px;color:cyan;text-shadow: 0px 0px 50px;"><strong>
  473. <style type="text/css">
  474. <span style='font: 100px>
  475.  body{
  476.   font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
  477.   margin-top:0px;
  478.    background-repeat:no-repeat;
  479.   padding-top:26px;
  480.  }
  481.     #myContent, #myContent blink{
  482.         width:0%px;
  483.         height:0%px;
  484.         background:black;
  485.         color: #00FFFF;
  486.         font-family:IceLand;
  487.         font-size:20px;
  488.     }    
  489.     blink{
  490.         display:inline;
  491.     }
  492.     </style>
  493.     <script type="text/javascript">
  494.   var charIndex = -1;
  495.     var stringLength = 0;
  496.     var inputText;
  497.     function writeContent(init){
  498.      if(init){
  499.       inputText = document.getElementById('contentToWrite').innerHTML;
  500.      }
  501.         if(charIndex==-1){
  502.             charIndex = 0;
  503.             stringLength = inputText.length;
  504.         }
  505.         var initString = document.getElementById('myContent').innerHTML;
  506.   initString = initString.replace(/<SPAN.*$/gi,"");
  507.        
  508.        var theChar = inputText.charAt(charIndex);
  509.        var nextFourChars = inputText.substr(charIndex,4);
  510.        if(nextFourChars=='<br>' || nextFourChars=='<br>'){
  511.          theChar  = '<br>';
  512.          charIndex+=3;
  513.         }
  514.         initString = initString + theChar + "<span id='blink'>_</SPAN>";
  515.         document.getElementById('myContent').innerHTML = initString;
  516.  
  517.         charIndex = charIndex/1 +1;
  518.   if(charIndex%2==1){
  519.              document.getElementById('blink').style.display='font: 100px';
  520.         }else{
  521.              document.getElementById('blink').style.display='inline';
  522.         }
  523.                
  524.         if(charIndex<=stringLength){
  525.            setTimeout('writeContent(false)',100);
  526.        }else{
  527.         blinkSpan();
  528.        }  
  529.    }
  530.        var currentStyle = 'inline';
  531.    function blinkSpan(){
  532.     if(currentStyle=='inline'){
  533.      currentStyle='none';
  534.     }else{
  535.      currentStyle='inline';
  536.     }
  537.     document.getElementById('blink').style.display = currentStyle;
  538.     setTimeout('blinkSpan()',9999999);
  539.    
  540.    }
  541.    </script>
  542.    
  543. <div id="myContent">
  544.  
  545.  
  546.  
  547.  
  548. <br> <span id="blink" style="display: none;">_</span></div>
  549. <div id="contentToWrite" style="display:none">
  550.  
  551.  
  552.  
  553. <br> </div>
  554. <script type="text/javascript">
  555. writeContent(true);
  556. </script>
  557.  
  558. <!-----Background----->
  559. <script type="text/javascript">/*<![CDATA[*/(function(){var w=this;var k="starField";var o=50;var g=2000;var e=0.0001;var b=2.5;var z=g*(e/100);var v=g-z;var f=v*(b/100);var a=(g)/z;var x,B;var t,r,s,l,n;var j,i;if((document.layers)&&(this.Layer)){B=['<layer id="stars',"",'" left="0" top="0" width="1" height="1"',' bgColor="#00FFFF"></layer>']}else{B=['<div id="stars',"",'" style="position:absolute;width:1px;overflow:',"hidden;height:1px;background-color:#00FFFF;",'font-size:1px"></div>']}function C(c){if((document.compatMode)&&(document.compatMode.indexOf("CSS")!=-1)&&(document.documentElement)){return document.documentElement}else{if(document.body){return document.body}else{return c}}}function u(){var O=this;var E={scrollLeft:NaN,scrollTop:NaN};var c={clientWidth:NaN,clientHeight:NaN};var Q={innerWidth:NaN,innerHeight:NaN};var U="scrollLeft";var T="scrollTop";function G(){return Q.innerWidth}function J(){return c.clientWidth|0}function S(){return Q.innerHeight}function d(){return c.clientHeight|0}function K(){return P(S(),d())}function M(){return P(G(),J())}function I(){L.getWidth=G;L.getHeight=S}function P(W,V){if(V>W){I();return W}else{return V}}var L={getScrollX:function(){return E[U]|0},getScrollY:function(){return E[T]|0},getWidth:J,getHeight:d};function H(){return L}function N(V){var X,W;if(V&&(typeof V.clientWidth=="number")&&(typeof V.clientHeight=="number")){if(((X=O.innerHeight-V.clientHeight)>=0)&&((dh=O.innerWidth-V.clientWidth)>=0)){if(dh==X){return 0}else{if((dh&&!X)||(X&&!dh)){return(dh+X)}}}}return NaN}if((typeof O.innerHeight=="number")&&(typeof O.innerWidth=="number")){Q=O;var D=N(document.body);var F=N(document.documentElement);var R=null;if(!isNaN(D)){if(!isNaN(F)){if(D<F){R=document.body}else{if(D>F){R=document.documentElement}else{R=C(document.body)}}}else{R=document.body}}else{if(!isNaN(F)){R=document.documentElement}}if(R){c=R;L.getWidth=M;L.getHeight=K}else{I()}}else{c=C(c)}if((typeof O.pageYOffset=="number")&&(typeof O.pageXOffset=="number")){E=O;T="pageYOffset";U="pageXOffset"}else{E=C(E)}return(u=H)()}var q=u();function p(){i=(((l=(q.getHeight()>>1))-16)*a);j=(((n=(q.getWidth()>>1))-16)*a);r=l+q.getScrollY();s=n+q.getScrollX()}function h(d){var c=null;if(document.getElementById){c=document.getElementById(d)}else{if(document.all){c=document.all[d]}else{if(document.layers){c=document.layers[d]}}}return((typeof c!="undefined")&&(typeof c.style!="undefined"))?c.style:c}function m(P,G,d){var Q,U;var S,N=h("stars"+P);var H,I,F,L,K,J,R,E,O,M,c,T;(U=function(){O=Math.random()<0.5?+1:-1;M=Math.random()<0.5?+1:-1;H=((Math.random()*Math.random()*i)+l);I=((Math.random()*Math.random()*j)+n);c=(I+a);F=0})();F=Math.random()*v*0.8;function D(){T=I*(L=z/(g-F));R=((E=((c*L)-T)|0)>>1);J=(H*L);K=(T)}if(N){if(!t){t=(typeof N.top=="string")?"px":0}S=((typeof N.clip!="undefined")&&(typeof N.clip!="string"))?N.clip:N;this.position=function(){D();if(((F+=f)>=v)||((J+R)>l)||((K+R)>n)){U();D();R=0}N.top=((r+(M*J)-R)|0)+t;N.left=((s+(O*K)-R)|0)+t;S.width=(S.height=E+t);Q.position()}}else{this.position=function(){return}}if(++P<o){Q=new m(P,G)}else{Q=G}}function y(){if(!h("stars"+(o-1))){setTimeout(starField,200)}else{p();x=new m(0,y);y.act()}}y.position=function(){return};y.act=function(){p();x.position();setTimeout(y.act,50)};y.act.toString=function(){return k+".act()"};y.toString=function(){while(w[k]){k+=k}w[k]=this;return k+"()"};for(var A=o;A--;){B[1]=A;document.write(B.join(""))}setTimeout(y,200)})();/*]]>*/</script><div id="stars49" style="position: absolute; width: 1px; overflow: hidden; height: 1px; background-color: rgb(0, 255, 255); font-size: 1px; top: 93px; left: 577px;"></div><div id="stars48" style="position: absolute; width: 1px; overflow: hidden; height: 1px; background-color: rgb(0, 255, 255); font-size: 1px; top: 134px; left: 1017px;"></div><div id="stars47" style="position: absolute; width: 1px; overflow: hidden; height: 1px; background-color: rgb(0, 255, 255); font-size: 1px; top: 127px; left: 566px;"></div><div id="stars46" style="position: absolute; width: 2px; overflow: hidden; height: 2px; background-color: rgb(0, 255, 255); font-size: 1px; top: 93px; left: 161px;"></div><div id="stars45" style="position: absolute; width: 1px; overflow: hidden; height: 1px; background-color: rgb(0, 255, 255); font-size: 1px; top: 86px; left: 60px;"></div><div id="stars44" style="position: absolute; width: 1px; overflow: hidden; height: 1px; background-color: rgb(0, 255, 255); font-size: 1px; top: 208px; left: 1146px;"></div><div id="stars43" style="position: absolute; width: 1px; overflow: hidden; height: 1px; background-color: rgb(0, 255, 255); font-size: 1px; top: 141px; left: 458px;"></div><div id="stars42" style="position: absolute; width: 1px; overflow: hidden; height: 1px; background-color: rgb(0, 255, 255); font-size: 1px; top: 150px; left: 1282px;"></div><div id="stars41" style="position: absolute; width: 1px; overflow: hidden; height: 1px; background-color: rgb(0, 255, 255); font-size: 1px; top: 208px; left: 609px;"></div><div id="stars40" style="position: absolute; width: 1px; overflow: hidden; height: 1px; background-color: rgb(0, 255, 255); font-size: 1px; top: 211px; left: 373px;"></div><div id="stars39" style="position: absolute; width: 1px; overflow: hidden; height: 1px; background-color: rgb(0, 255, 255); font-size: 1px; top: 122px; left: 826px;"></div><div id="stars38" style="position: absolute; width: 1px; overflow: hidden; height: 1px; background-color: rgb(0, 255, 255); font-size: 1px; top: 143px; left: 885px;"></div><div id="stars37" style="position: absolute; width: 1px; overflow: hidden; height: 1px; background-color: rgb(0, 255, 255); font-size: 1px; top: 69px; left: 870px;"></div><div id="stars36" style="position: absolute; width: 2px; overflow: hidden; height: 2px; background-color: rgb(0, 255, 255); font-size: 1px; top: 200px; left: 703px;"></div><div id="stars35" style="position: absolute; width: 2px; overflow: hidden; height: 2px; background-color: rgb(0, 255, 255); font-size: 1px; top: 181px; left: 449px;"></div><div id="stars34" style="position: absolute; width: 1px; overflow: hidden; height: 1px; background-color: rgb(0, 255, 255); font-size: 1px; top: 142px; left: 725px;"></div><div id="stars33" style="position: absolute; width: 1px; overflow: hidden; height: 1px; background-color: rgb(0, 255, 255); font-size: 1px; top: 144px; left: 665px;"></div><div id="stars32" style="position: absolute; width: 3px; overflow: hidden; height: 3px; background-color: rgb(0, 255, 255); font-size: 1px; top: 128px; left: 267px;"></div><div id="stars31" style="position: absolute; width: 1px; overflow: hidden; height: 1px; background-color: rgb(0, 255, 255); font-size: 1px; top: 131px; left: 674px;"></div><div id="stars30" style="position: absolute; width: 1px; overflow: hidden; height: 1px; background-color: rgb(0, 255, 255); font-size: 1px; top: 124px; left: 851px;"></div><div id="stars29" style="position: absolute; width: 1px; overflow: hidden; height: 1px; background-color: rgb(0, 255, 255); font-size: 1px; top: 163px; left: 527px;"></div><div id="stars28" style="position: absolute; width: 1px; overflow: hidden; height: 1px; background-color: rgb(0, 255, 255); font-size: 1px; top: 137px; left: 41px;"></div><div id="stars27" style="position: absolute; width: 1px; overflow: hidden; height: 1px; background-color: rgb(0, 255, 255); font-size: 1px; top: 128px; left: 274px;"></div><div id="stars26" style="position: absolute; width: 1px; overflow: hidden; height: 1px; background-color: rgb(0, 255, 255); font-size: 1px; top: 133px; left: 990px;"></div><div id="stars25" style="position: absolute; width: 1px; overflow: hidden; height: 1px; background-color: rgb(0, 255, 255); font-size: 1px; top: 118px; left: 32px;"></div><div id="stars24" style="position: absolute; width: 1px; overflow: hidden; height: 1px; background-color: rgb(0, 255, 255); font-size: 1px; top: 130px; left: 634px;"></div><div id="stars23" style="position: absolute; width: 1px; overflow: hidden; height: 1px; background-color: rgb(0, 255, 255); font-size: 1px; top: 173px; left: 692px;"></div><div id="stars22" style="position: absolute; width: 1px; overflow: hidden; height: 1px; background-color: rgb(0, 255, 255); font-size: 1px; top: 144px; left: 845px;"></div><div id="stars21" style="position: absolute; width: 1px; overflow: hidden; height: 1px; background-color: rgb(0, 255, 255); font-size: 1px; top: 137px; left: 854px;"></div><div id="stars20" style="position: absolute; width: 2px; overflow: hidden; height: 2px; background-color: rgb(0, 255, 255); font-size: 1px; top: 217px; left: 631px;"></div><div id="stars19" style="position: absolute; width: 1px; overflow: hidden; height: 1px; background-color: rgb(0, 255, 255); font-size: 1px; top: 108px; left: 341px;"></div><div id="stars18" style="position: absolute; width: 1px; overflow: hidden; height: 1px; background-color: rgb(0, 255, 255); font-size: 1px; top: 181px; left: 789px;"></div><div id="stars17" style="position: absolute; width: 2px; overflow: hidden; height: 2px; background-color: rgb(0, 255, 255); font-size: 1px; top: 124px; left: 452px;"></div><div id="stars16" style="position: absolute; width: 1px; overflow: hidden; height: 1px; background-color: rgb(0, 255, 255); font-size: 1px; top: 72px; left: 536px;"></div><div id="stars15" style="position: absolute; width: 2px; overflow: hidden; height: 2px; background-color: rgb(0, 255, 255); font-size: 1px; top: 128px; left: 348px;"></div><div id="stars14" style="position: absolute; width: 1px; overflow: hidden; height: 1px; background-color: rgb(0, 255, 255); font-size: 1px; top: 101px; left: 711px;"></div><div id="stars13" style="position: absolute; width: 1px; overflow: hidden; height: 1px; background-color: rgb(0, 255, 255); font-size: 1px; top: 134px; left: 490px;"></div><div id="stars12" style="position: absolute; width: 1px; overflow: hidden; height: 1px; background-color: rgb(0, 255, 255); font-size: 1px; top: 31px; left: 596px;"></div><div id="stars11" style="position: absolute; width: 1px; overflow: hidden; height: 1px; background-color: rgb(0, 255, 255); font-size: 1px; top: 74px; left: 281px;"></div><div id="stars10" style="position: absolute; width: 2px; overflow: hidden; height: 2px; background-color: rgb(0, 255, 255); font-size: 1px; top: 63px; left: 561px;"></div><div id="stars9" style="position: absolute; width: 1px; overflow: hidden; height: 1px; background-color: rgb(0, 255, 255); font-size: 1px; top: 110px; left: 558px;"></div><div id="stars8" style="position: absolute; width: 1px; overflow: hidden; height: 1px; background-color: rgb(0, 255, 255); font-size: 1px; top: 96px; left: 693px;"></div><div id="stars7" style="position: absolute; width: 1px; overflow: hidden; height: 1px; background-color: rgb(0, 255, 255); font-size: 1px; top: 104px; left: 232px;"></div><div id="stars6" style="position: absolute; width: 1px; overflow: hidden; height: 1px; background-color: rgb(0, 255, 255); font-size: 1px; top: 94px; left: 748px;"></div><div id="stars5" style="position: absolute; width: 1px; overflow: hidden; height: 1px; background-color: rgb(0, 255, 255); font-size: 1px; top: 170px; left: 634px;"></div><div id="stars4" style="position: absolute; width: 1px; overflow: hidden; height: 1px; background-color: rgb(0, 255, 255); font-size: 1px; top: 134px; left: 708px;"></div><div id="stars3" style="position: absolute; width: 1px; overflow: hidden; height: 1px; background-color: rgb(0, 255, 255); font-size: 1px; top: 84px; left: 1092px;"></div><div id="stars2" style="position: absolute; width: 1px; overflow: hidden; height: 1px; background-color: rgb(0, 255, 255); font-size: 1px; top: 183px; left: 752px;"></div><div id="stars1" style="position: absolute; width: 1px; overflow: hidden; height: 1px; background-color: rgb(0, 255, 255); font-size: 1px; top: 127px; left: 1119px;"></div><div id="stars0" style="position: absolute; width: 1px; overflow: hidden; height: 1px; background-color: rgb(0, 255, 255); font-size: 1px; top: 4px; left: 1277px;"></div>
  560. <!---End Background--->
  561. <embed src="https://www.youtube.com/v/vr3i7IvghDw&amp;autoplay=1" type="application/x-shockwave-flash" wmode="transparent" width="1" height="1">
  562. </strong></span></center></center></td></tr></tbody></table></body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement