function chkdiv(divid){
var chkid=document.getElementById(divid);
if(chkid != null){return true; }
else {return false; }
}
if (chkdiv('fy')){
document.getElementById('fy').innerHTML='上一篇:2014《高考调研》高考数学总复习(人教新课标)配套单元测试 下一篇:【课堂新坐标】2014年高考历史一轮复习 课后配套作业 ';
}