function showstatus(){
  window.status="我们全力打造最好的免费教育资源站点,需要大家的支持!请推荐给您身边的朋友！";
  setTimeout("showstatus()",100);
}