function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:福建省莆田八中2012-2013学年高一上学期期中试题 下一篇:湖北省黄石四中2012-2013学年高二上学期期中考试 '; }