function chkdiv(divid){
var chkid=document.getElementById(divid);
if(chkid != null){return true; }
else {return false; }
}
if (chkdiv('fy')){
document.getElementById('fy').innerHTML='上一篇:2023年高考英语考前模拟考场练手卷 下一篇:甘肃省定西市临洮县临洮中学2022-2023学年高一下学期3月第一次月考试题 ';
}