function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:VOA常速英语听力2013年02月合辑MP3+文本(第1部分) 下一篇:宁夏银川一中2013届高三第一次模拟 '; }