/* if(!document.all){   
  window.location='browser.html';}*/
    function settime(){
  document.getElementById('nowtime').innerHTML='欢迎访问数学系网站&nbsp;&nbsp;'+'当前时间是&nbsp;'+new Date().toLocaleString()+' 星期'+'日一二三四五六'.charAt (new Date().getDay());
  }   