var aa = new Array();
aa[0] = "<a href='http://www.angio.net/pi/bigpi.cgi'>pi</a>";
aa[1] = "<a href='http://ostermiller.org/calc/tictactoe.html' title='tic-tac-toe'>tic</a>";
aa[2] = "<a href='http://www.falstad.com/maze/'>maze</a>";
aa[3] = "<a href='http://wizard.ae.krakow.pl/~jb/Quod/'>quod</a>";
aa[4] = "<a href='http://no-sword.jp/dotquest/' title='it is PACMAN!'>dots</a>";
aa[5] = "<a href='http://vnes.thatsanderskid.com/' title='famicom all-the-way!'>old skool</a>";
aa[6] = "<a href='http://books.google.com/googlebooks/shakespeare/'>shakespeare</a>";
aa[7] = "<a href='http://www.ligoband.com/'>music</a>";
aa[8] = "<a href='http://www.ligo.com.ph/'>fish</a>";
aa[9] = "<a href='http://www.randomdayout.co.uk/' title='make a day of it'>locale</a>";
aa[10] = "<a href='http://htmlplayground.com/'>html playground!</a>";
aa[11] = "<a href='http://www.geostationarybananaovertexas.com/'>banana + texas</a>";
aa[12] = "<a href='http://map.pequenopolis.com/' title='no, you do not come out in china'>dig deep</a>";
aa[13] = "<a href='http://paperconsole.com/paperpong.html'>pong</a>";
aa[14] = "<a href='http://pac-txt.com/'>pac</a>";
//aa[15] = "<a href=''></a>";
//aa[16] = "<a href=''></a>";
//aa[17] = "<a href=''></a>";
//aa[18] = "<a href=''></a>";
//aa[19] = "<a href=''></a>";
//aa[20] = "<a href=''></a>";


this_index = Math.round(Math.random()*(aa.length - 1));
document.write(aa[this_index]);
