function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:发展自己,不跟别人比,谁都是状元 下一篇:广东省执信中学08-09学年高一上学期期中考试 '; }