function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:《走向高考》:2012届高三数学一轮复习课件 下一篇:2012届英语一轮精品复习导学案:(译林牛津版30套打包) '; }