function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:【KS5U原创】2014年高考一轮复习精讲精练 下一篇:【KS5U原创】2014年高考一轮复习之考点训练 '; }