function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:我为什么老是不合群? 下一篇:2009年高考英语第一轮复习全指导 '; }