function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:浙江省富阳二中2010-2011学年高一3月质量检测 下一篇:吉林省油田高中2011届高三第一次模拟 '; }