function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:浙江省杭州市西湖高级中学2011届高三10月月考 下一篇:2011《走向高考》英语一轮复习课时训练 '; }