function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:高考语文复习备考的二十个经典问题 下一篇:2007高考:“新高考”走进部分省区 '; }