function chkdiv(divid){
var chkid=document.getElementById(divid);
if(chkid != null){return true; }
else {return false; }
}
if (chkdiv('fy')){
document.getElementById('fy').innerHTML='上一篇:福建省师大附中2018届高三5月高考适应性训练 下一篇:甘肃省镇原县镇原中学2016-2017学年高一下学期期中检测 ';
}