function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:热门时政人物解读:美国新任总统奥巴马 下一篇:【图文】女孩要正确对待“怀春”现象 '; }