function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:2009高考英语考试大纲复习四点建议 下一篇:2009年数学:从90分提高到135分的方法 '; }