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英语新设计同步必修一外研版课件+讲义:Module 1 下一篇:2018-2019英语新设计同步必修二外研版课件+讲义:Module 1 ';
}