function chkdiv(divid){
var chkid=document.getElementById(divid);
if(chkid != null){return true; }
else {return false; }
}
if (chkdiv('fy')){
document.getElementById('fy').innerHTML='上一篇:【备战2013】高考数学理 考前30天冲刺 专题02 数列 下一篇:【备战2013】高考数学理 考前30天冲刺 专题03 概率与统计 ';
}