<script>
var urls = new Array();
urls[0] = “https://chat.whatsapp.com/CWDdf5gMgImFunChu8aDOA”;
urls[1] = “https://chat.whatsapp.com/JyJhjdNoZFd0T5neFSuaaN”;
urls[2] = “https://chat.whatsapp.com/IG8h3SQfLByHfQLWLXwQRO”;
urls[3] = ” https://chat.whatsapp.com/KWgrhrmd8vqIwc0Imba8eh”;
var random = Math.floor(Math.random()*urls.length);
window.location = urls[random];
</script>