Hi,
At the moment i have a short code that redirects traffic to a url...it looks like this
<html>
<script>
location = "google.com";
</script>
</html>
***
I was wondering how i can make it so that it randomly redirects to multiples url. Let's say i have a list of like 10 urls i want it to redirect to.