<html><head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>自动刷新功能</title>
<script language = javascript >
function OnLoadForm()
{
hTimer = setTimeout('window.location.reload(true)',1000);
}
</script>
</head><body  onload = "OnLoadForm()">
<h3 align="center"><font color="#FF0000">自动刷新功能</font></h3>
</body></html>