function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:2010上海高三政治一模政治常识 下一篇:湖北省孝感高中09-10学年高一下学期期中考试 '; }