function GachaGachaEntry()
{
    var urls = new Array(

        "");
    location.href = urls[Math.floor(Math.random() * (urls.length - 1))];
}

