function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:【2014.1.16】天津一中2014届高三上学期第一次月考 下一篇:【2014.1.16】天津一中2013-2014学年高一上学期期中考试 '; }