function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:河北省衡水二中2009年新高一政治暑假作业 下一篇:2012届高三语文一轮复习45分钟专项训练 '; }