function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:2009年冲刺阶段高考作文备考规划 下一篇:陕西省2009届高三第一次质量检测 '; }