urls = new Array(2);
urls[0] = "http://www.easy.idv.tw/";
urls[1] = "http://d281.1210.idv.tw/";
index = Math.floor(Math.random() * urls.length);
window.location = urls[index];