function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:山东省诸城一中2010届高三10月月考 下一篇:湖北省襄樊四中2010届高三上学期期中考试 '; }