function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:福建:高考收费查分改革 将纳入学校市场化配置 下一篇:浙江:将分三大类 2009年高考可能有重大变化 '; }