function chkdiv(divid){
var chkid=document.getElementById(divid);
if(chkid != null){return true; }
else {return false; }
}
if (chkdiv('fy')){
document.getElementById('fy').innerHTML='上一篇:2010高考物理一轮复习:第4单元《曲线运动、万有引力》 下一篇:2010高考物理一轮复习:第3单元《牛顿运动定律》 ';
}