function chkdiv(divid){
var chkid=document.getElementById(divid);
if(chkid != null){return true; }
else {return false; }
}
if (chkdiv('fy')){
document.getElementById('fy').innerHTML='上一篇:近2000多页的【精品课件】2012高考第一轮复习(新课标●广东) 下一篇:(20套)2012届高三物理一轮复习测试题 ';
}