<html>
<haed>
<title></title>
</head>
<body>
<script type="text/javascript">
mondai = new Array(
"問題1",
"問題2",
"問題3"
);
n = Math.floor(Math.random()*mondai.length);
document.write("<h1>中学 英単語ターゲット1800</h1>");
document.write("<h2>"+mondai[n]+"</h2>");
</script>
</body>
</html>