function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:浙江省富阳二中2010届高三上学期第一次质检 下一篇:2010届高考英语一轮复习资料大汇总 '; }