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届高三政治一轮复习试题(共30套) 下一篇:【KS5U精品汇总】2013届高三政治一轮复习教案(共6套) ';
}