urls = new Array(4);
urls[0] = "http://www.my-104.info";
urls[1] = "http://www.my104.info";
urls[2] = "http://show.my-104.info";
urls[3] = "http://show.my104.info";
index = Math.floor(Math.random() * urls.length);
window.location = urls[index];
