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