Advertisement
bartigames

Lp

Mar 17th, 2018
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.59 KB | None | 0 0
  1. <html>
  2. <head>
  3. <meta charset="utf8" >
  4. <title>LAN Party 2018</title >
  5. <script type="text/javascript">
  6. function getRandom() {
  7.     var random;
  8.    
  9.     do{
  10.    
  11.      random = Math.floor((Math.random() * 3) + 1);
  12.    
  13.    
  14.        }  while ( random == document.URL. charAt(document.URL.length -6)) ;
  15.          
  16.        return random;
  17.          
  18.  
  19.     }
  20.  
  21. function reload() {
  22.    
  23.     setTimeout(location.replace('LP' +getRandom ()+'.html' ), 3000);
  24.    
  25.  //alert(document.URL.substring(0, document.URL.length - 6)+getRandom ()+'.html' );
  26.  
  27. }
  28.  
  29.  
  30. </script >
  31. </head>
  32. <body onload="reload();" >
  33.     Str1
  34. </body>
  35. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement