function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:(新课标人教版)高中物理会考综合模拟试卷 下一篇:江苏泰兴重点中学2011届高三第一次检测 '; }