View difference between Paste ID: L6LYtA2n and ia4r3i1j
SHOW: | | - or go back to the newest paste.
1
<script type="text/javascript">
2
  var urls = new Array();
3
4
5
6
urls[0]="https://youtu.be/OAAgoaOVREM";
7
urls[1]="https://youtu.be/KO3W9WIDZMw";
8
urls[2]="https://youtu.be/VfCGjxpRdVA";
9
urls[3]="https://youtu.be/WTLmfdFyvcs";
10
urls[4]="https://youtu.be/BSC8SRXJfD8";
11
urls[5]="https://youtu.be/_vBvhYN1FhY";
12
urls[6]="https://youtu.be/T5glyCXQNLE";
13
urls[7]="https://youtu.be/Yhclh4gQj3s";
14
urls[8]="https://youtu.be/vw9vjEB1S2Y";
15
urls[9]="https://youtu.be/iqcCTo7hToU";
16
urls[10]="https://youtu.be/UQ3wnoQfLEs";
17
18
19
20
  
21
  var random = Math.floor(Math.random() * urls.length);
22
  window.location = urls[random];
23
</script>