function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:浙江省浙大附中2012届高三上学期期中考试 下一篇:春季高考几尽凋零:多开的一扇门越来越窄 '; }