function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:【福建】2013版英语复习方略系列资料打包下载! 下一篇:2014高考高三语文一轮复习专题配套训练 '; }