Guest User

Untitled

a guest
Jul 18th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.26 KB | None | 0 0
  1. <head>
  2. <script type="text/javascript">
  3. var popurls=new Array()
  4. popurls[0]="share link"
  5. function openpopup(popurl){
  6. var winpops=window.open(popurl,"","width=640,height=360")
  7. }
  8. openpopup(popurls[Math.floor(Math.random()*(popurls.length))])
  9. </script>
  10. </head>
Add Comment
Please, Sign In to add comment