function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:四川省南充高中09-10学年高一上学期第一次月考 下一篇:【旧人教版必修2】2010高三一轮英语复习教案 '; }