function chkdiv(divid){
var chkid=document.getElementById(divid);
if(chkid != null){return true; }
else {return false; }
}
if (chkdiv('fy')){
document.getElementById('fy').innerHTML='上一篇:湖南省茶陵县第三中学高中英语必修二:unit2 Wish you were here 下一篇:名师导学2017年高三语文二轮专题复习一语言文字运用 ';
}