function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:【KS5U语文】河北省2015届高三5月更新试卷 下一篇:【KS5U英语】河北省2015届高三5月更新试卷 '; }