Copie o código do código da seguinte forma:
<!
"http://www.w3.org/tr/html4/loose.dtd">
<html>
<head>
<meta http-equiv = "content-type" content = "text/html; charset = gb2312">
<title> Nome </title>
<Script Language = "Javascript" type = "text/javascript">
Var Status = 1;
Var Nome = New Array ('Fan Peng', 'Zhang Zihan', 'Dai Tianming', 'Sun Ji', 'Sun Lei', 'Wang Hongyi', 'Zeng Fan Ding', 'Li Huan', 'Zhu Ying ',' Wang Sha ',' Zheng Linlin ',' Família de Zhu Zhen ',' Jin Yi ',' Li Chengglong ',' Gou Chao ',' Wu Tong ',' Liang Liang ',' Liu Jun ');
function getName () {
Nome de retorno [Math.floor (Math.random ()*name.length)];
}
function mostrado nome () {
Document.getElementById ("Nome").
Settimeout ("mostrado nome", 200);
}
Function goname () {
intimer = setInterval (mostrado nome, 200);
}
função stopname () {
if (status == 1) {{
ClearInterval (intimer);
Status = 0;
} Outro {
intimer = setInterval (mostrado nome, 200);
Status = 1;
}
}
</script>
<Estilo>
#Nome {{
borda: 1px sólido #000;
margem: automático;
Size da fonte: 36px;
Cor:#000000;
Largura: 108px;
Altura: 1em;
Cursor: Ponteiro;
Alinhamento de texto: centro;
}
</style>
</head>
<body somente = "goname ()">
<div id = "name" onclight = "stopname ()"> </div>
</body>
</html>