function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:浙江省宁波市2009届高三十校联考 下一篇:北京四中2009届高三物理基础训练 '; }