function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:【09.13】曲阜师大附中2012届高三9月教学质量检查 下一篇:(北师大版)2012届高考英语一轮复习讲练精品学案:必修1—选修8(24份) '; }