function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:2014届高考英语一轮复习词汇天天练(22份) 下一篇:2014高考人教版英语一轮复习反馈训练(必修1—必修4) '; }