function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:浙江省金华一中08-09学年高一上学期期中考试 下一篇:2009届高考英语核心考点之单项选择 '; }