function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:内蒙古集宁一中高二化学跟踪训练 下一篇:云南省红河州蒙自县文澜高级中学2012-2013学年高一上学期11月月考试题 '; }