function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:贵州2010年高考平行志愿录取原则 下一篇:云南拟将会考成绩折算“并入”高考 '; }