帮忙看看错在那里??
<html ><head>
<script language="javascript">
function urlList(a,b,c,d,e)
{
this[0] = a;
this[1] = b;
this[2] = c;
this[3] = d;
this[4] = e;
}
function selectPage(list)
{
var today = new Date();
var page = today.getSeconds() % 5 ;
window.open(list[page],"Random-Pages");
}
choice = new urlList("http://www.,"http://www.,"http://www.,"http://www.,"http://);
</script>
</head>
<body onload="selectPage(choice);">
<h1>
<hr>
Please Wait...Selecting Page
<hr>
</h1>
</body>
</html>