function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:福建省大田一中2013届高三上学期期中考试题 下一篇:CNN英语听力2012年06月合辑(文本+翻译) '; }