function chkdiv(divid){
var chkid=document.getElementById(divid);
if(chkid != null){return true; }
else {return false; }
}
if (chkdiv('fy')){
document.getElementById('fy').innerHTML='上一篇:【KS5U精品汇总】2013年高考历史一轮复习课件 大汇总 下一篇:【KS5U精品汇总】2013届高考历史一轮复习试题 大汇总 ';
}