function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:2010年高三备考语文“好题速递”系列试题 下一篇:2010上海高三政治一模政治常识 '; }