function chkdiv(divid){
var chkid=document.getElementById(divid);
if(chkid != null){return true; }
else {return false; }
}
if (chkdiv('fy')){
document.getElementById('fy').innerHTML='上一篇:2014届《名师伴你行》系列高考数学(文)一轮复习配套精练课件 下一篇:步步高2015届高考地理(中图版)一轮复习配套题库 ';
}