function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:吉林省油田高中2011-2012学年高一下学期期中考试 下一篇:甘肃兰州一中2012届高三考前冲刺(二) '; }