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年高考数学考试大纲复习建议 '; }