>>941 オレも詳しくないが。
ずっと以前のスレにあったのがこれ。たぶんIDが7000000過ぎてすぐの頃ね。
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "
http://www.w3.org/TR/html4/loose.dtd">
<meta http-equiv="Refresh" content="8">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<title>Random Ashiato Tool</title>
<h1>Random Ashiato Tool</h1>
<script type="text/javascript">
document.write('<dl>');
for (i = 0; i <= 10; i++) {
URL = '
http://mixi.jp/show_friend.pl?id=' + Math.floor(Math.random() * 7000000);
document.write('<dt><a href="' + URL + '">' + URL + '<\/a><\/dt>');
document.write('<dd><iframe src="' + URL + '" width="80%" height="200"><\/iframe><\/dd>');
}
document.write('<\/dl>');
</script>