function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:福建省龙岩一中2009届高三第一学段考试 下一篇:2009届高三文综专项训练 '; }