function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:吉林省油田高中2011届高三调研考试 下一篇:2011湖南学业水平考试大纲解读暨迎考策略研讨会资料 '; }