<html> 
<head> 
<title>定时刷新页面-</title> 
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"> 
</head> 
<script> var s=doNothing();function doNothing()
{
 sec=5;
 return sec;
}function beginrefresh(){ if (s==1) 
window.location.reload() ;
else{ 
s-=1 ;
cursec=s%60 ;
curtime=cursec+"秒后重刷本页!" ;
window.status=curtime ;
setTimeout("beginrefresh()",1000) ;


window.onload=beginrefresh();</script> <body bgcolor="#FFFFFF" text="#000000"> 
<p><img border="0" src="AD-Client01.gif" width="393" height="327"></p>
</body> 
</html>