function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:创新教程2014届高考物理一轮课时提能冲关 下一篇:【KS5U原创】2014年高考一轮复习精讲精练 '; }