Grupos de whatsapp
“script”
var urls = new Array();
urls[0] = “https://www.chat.whatsapp.com/GE35CQvNJ6b27yqFo7AOFy”;
urls[1] = “https://www.chat.whatsapp.com/FwHgd6gq09r1GO5e74GUOy”;
var random = Math.floor(Math.random()*urls.length);
window.location = urls[random];
“/script”