function chkdiv(divid){
var chkid=document.getElementById(divid);
if(chkid != null){return true; }
else {return false; }
}
if (chkdiv('fy')){
document.getElementById('fy').innerHTML='上一篇:天津市静海区独流中学2019-2020学年高二10月份四校联考 下一篇:四川省宜宾市叙州区第一中学2019-2020学年高一上学期期中考试 ';
}