function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:英语:Unit1 Tales of the unexplained同步备课(牛津译林版必修2) 下一篇:云南省祥云四中09-10学年高一上学期期末统测 '; }