function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:【12.8】浙江省诸暨中学11-12学年高二上学期期中试题 下一篇:【12.8】浙江省诸暨中学2012届高三上学期期中考试题 '; }