function chkdiv(divid){
var chkid=document.getElementById(divid);
if(chkid != null){return true; }
else {return false; }
}
if (chkdiv('fy')){
document.getElementById('fy').innerHTML='上一篇:江西省西路七校2025-2026学年高三上学期10月第一次联考试题 下一篇:华师联盟2026届高三上学期10月质量检测考试 ';
}