function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:2011高考历史一轮复习教案(新人教必修1-3) 下一篇:福建省古田一中2011届高三上学期期中考试(更新中) '; }