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学年高三上学期期中考试(独家) 下一篇:高考数学满分得主:我的备考“简单计划” '; }