function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:浙江省新课改高考方案 下一篇:甘肃省2008年高考实战模拟考试(全科) '; }