function chkdiv(divid){
var chkid=document.getElementById(divid);
if(chkid != null){return true; }
else {return false; }
}
if (chkdiv('fy')){
document.getElementById('fy').innerHTML='上一篇:福建省三明市第一中学2018-2019学年高二下学期开学考试 下一篇:2020版高考数学(北京版)新攻略大一轮课标通用课件+作业 ';
}