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学年高一上学期期末试题 '; }