function chkdiv(divid){
var chkid=document.getElementById(divid);
if(chkid != null){return true; }
else {return false; }
}
if (chkdiv('fy')){
document.getElementById('fy').innerHTML='上一篇:天津市第一中学2014-2015学年高一英语上学期必修2导学资料 下一篇:天津市第一中学2014-2015学年高二英语上学期选修6导学资料 ';
}