function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:辽宁省大连市48中08-09学年高二下学期期末考试 下一篇:地理专题精讲精练30套汇编 '; }