function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:高考资源网成套试卷奖励办法 下一篇:生物学科09年4月份试题打包经典汇总 '; }