function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:【11.17】福建省莆田一中2012届高三上学期期中考试题 下一篇:上海高考报名时间确定 11月23日至27日网报 '; }