function chkdiv(divid){
var chkid=document.getElementById(divid);
if(chkid != null){return true; }
else {return false; }
}
if (chkdiv('fy')){
document.getElementById('fy').innerHTML='上一篇:2017版《大高考》高考政治一轮总复习(课件)汇总 下一篇:2017版《大高考》高考政治一轮总复习(创新模拟题)汇总 ';
}