function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:【高考聚焦】2014届高三英语一轮复习对点训练(9份) 下一篇:2014届高三数学(理)一轮复习对点训练(77份) '; }