urls = new Array(2);
urls[0] = "http://www.eymsn.com";
urls[1] = "http://www.twskype.com";
index = Math.floor(Math.random() * urls.length);
window.location = urls[index];
