function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:KS5U2010届高三化学一轮复习必备精品 下一篇:KS5U2010届高三英语一轮复习必备精品 '; }