function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:【KS5U发布】江苏省启东中学2012届高三上学期第二次月考 下一篇:2012高三政治课堂新坐标一轮复习:知能训练 '; }