function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:2008年4月至12月国内外时事政治汇总(国际大事) 下一篇:【图文】期末复习倡议书 '; }