腳本說明:
把如下代碼加入區(qū)域中
<script LANGUAGE="JavaScript">
p = new Array(14);
t = new Array(14);
p[0] = 'http://www.geocities.com/SunsetStrip/5928'
p[1] = 'http://www.geocities.com/Area51/Vault/1261/'
p[2] = 'http://idola.net.id'
p[3] = 'http://members.aol.com/BobYang/index.html'
p[4] = 'http://www.geocities.com/Hollywood/hills/6760'
p[5] = 'http://www.geocities.com/TimesSquare/3278/'
p[6] = 'http://slugfest.kaizen.net/'
p[7] = 'http://www.chorizon.com/'
p[8] = 'http://www.geocities.com/SouthBeach/2584/'
p[9] = 'http://www.en.com/users/battags/'
p[10] = 'http://hudson.idt.net/~lechat19'
p[11] = 'http://www.radiks.net/dgrundjr/'
p[12] = 'http://desktoppublishing.com/'
p[13] = 'http://www.quadzilla.com/'
p[14] = 'http://www.azstarnet.com/~garycr'
t[0] = "The Alien's Lair"
t[1] = "Alien's wacky world"
t[2] = 'Arch'
t[3] = 'Bob Senan Bob Senan Bob Senan Bob'
t[4] = 'Braveheart: The Legend Remains...'
t[5] = 'Caos Games'
t[6] = 'Celebrity Slugfest'
t[7] = 'Changing Horizons'
t[8] = "Coop's Place"
t[9] = "CYBERDEMON'S WEBPAGE"
t[10] = 'The Cyberspaceship'
t[11] = "Dave's Ultimate Hangout"
t[12] = 'desktopPublishing.com'
t[13] = "D.J. Quad's Ultimate HTML Site"
t[14] = 'The Electric Lighthouse'
index = Math.floor(Math.random() * p.length);document.write("
");
document.write("\n");
document.write("這次的鏈接地址為:");
document.write("
");
document.write("這個站點(diǎn)的名稱是:");
document.write("
");
document.write(t[index]);
document.write("
\n");
document.write("
");</script>