function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:[高考作文]07湖南卷:诗意的生活9 下一篇:[高考作文]07北京卷:沉默的父爱 '; }