function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:名师整理最全2013年高考历史备考笔记 (共34份) 下一篇:新课标2014高考物理一轮复习课时练 选修3-3 '; }