function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:福建省永安一中2010届高三上学期期中考试 下一篇:政治:KS5U政治生活必修二课件汇总 '; }