function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:AP 英语听力2012年11月合辑(音频) 下一篇:甘肃省张掖二中2013届高三上学期12月月考 '; }