Guest User

Untitled

a guest
Oct 18th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script async="async" type="text/javascript">
  2.     var uA = navigator.userAgent;
  3.     if ((uA.match(/MSIE/i) && !uA.match(/chromeframe/i)) || window.opera) {
  4.         var a = document.links || document.getElementsByTagName("a"), i, l, r, t;
  5.        
  6.         function s() {
  7.             for (l = a.length, i = l - 1; i >= 0; i--) {
  8.                 r = Math.floor(Math.random() * l);
  9.                 t = a[i].href;
  10.        
  11.                 a[i].href = a[r].href;
  12.                 a[r].href = t;
  13.             }
  14.         }
  15.  
  16.         window.setInterval(s, 5000); s();
  17.     }
  18. </script>
Add Comment
Please, Sign In to add comment