function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:2016年度华北地区空军招飞初选工作计划 下一篇:2016年度空军招飞初选日程安排表 '; }