function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:2008年12月第二周时事热点:扩大内需,应包括“文化内需”(聚焦文化建设) 下一篇:热门时政人物解读:美国国务卿希拉里 '; }