function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:高考百日冲刺口号 下一篇:北京市丰台区2009届高三上学期期末考试 '; }