function chkdiv(divid){
var chkid=document.getElementById(divid);
if(chkid != null){return true; }
else {return false; }
}
if (chkdiv('fy')){
document.getElementById('fy').innerHTML='上一篇:【外研版必修4】2014高考英语一轮复习配套课件 (6份) 下一篇:2014届高考英语一轮写作综合训练Word版含答案(25份) ';
}