这个为什么会出错阿????
<head>
<script language="javascript">
function johnson()
{
timerid=settimeout('window.location.href=a',5000)
}
</script>
</head>
<body onload=johnson()>
我的网站已经更换地址.<br>
<a href="http://sun-c.nease.net">NEW ADD
</a>
<br>5秒自动进入
</body>