function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:浙江09-10学年高一物理试卷精选(四) 下一篇:2010年高考英语书面表达精选精练系列 '; }