function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:江苏省2010年4月份百题精练(1) 下一篇:新课标2010高考英语二轮复习教案 '; }