function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:福建省三明一中2011届高三上学期期中考试 下一篇:湖南醴陵二中、醴陵四中10-11学年高二上学期期中联考 '; }