Код: Выделить всё
function randomPage() {
var urls = new Array();
urls[0] = "/index.html";
urls[1] = "/about";
urls[2] = "/virtualpets.html";
urls[4] = "/bestiary.html";
urls[5] = "/shrimp.html";
urls[6] = "/links.html";
urls[7] = "/coding.html";
urls[8] = "/hoard.html";
urls[9] = "/curios.html";
urls[10] = "/reading.html";
urls[11] = "/misc.html";
urls[12] = "/hellenicpaganism.html";
urls[13] = "/heathenry.html";
urls[14] = "/kemeticism.html";
urls[15] = "/baltic.html";
urls[16] = "/updates.html";
urls[17] = "/now.html";
urls[18] = "/shrines.html";
urls[19] = "/fanlistings.html";
urls[20] = "/shrines/nidai/";
urls[21] = "/shrines/tsumugi/";
urls[22] = "/shrines/madara/";
urls[23] = "/coding.html";
urls[24] = "/collections.html";
urls[25] = "/collections/boloties.html";
urls[26] = "/collections/civildefense.html";
urls[27] = "/collections/plushietags.html";
urls[28] = "/collections/cameras.html";
urls[29] = "/collections/newvegas.html";
if (url.contains('reading', 'tcg', 'nidai', 'tsumugi', 'madara', 'coding'));
add ('target=_blank');
}
var random = Math.floor(Math.random()*urls.length);
top.location.href = urls[random];
}
function openLink() {
// Chooses a random link:
var i = Math.floor(Math.random() * links.length);
// Directs the browser to the chosen target:
parent.location = links[i];
return false;
}
Подробнее здесь: https://stackoverflow.com/questions/795 ... new-window