function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:2013高考地理复习赢在高考系列之阶段检测评估 8份 下一篇:2012—2013学年高一上学期期中考试题 '; }