function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:福建省福州三中2009届高三上学期半期考试 下一篇:经典成功激励格言精选 '; }