function chkdiv(divid){
var chkid=document.getElementById(divid);
if(chkid != null){return true; }
else {return false; }
}
if (chkdiv('fy')){
document.getElementById('fy').innerHTML='上一篇:广东省2012届高考数学文二轮专题复习课件:【9个专题34份】 下一篇:Ken Wilson(外研社教材主编之一)讲座视频:Turning Passive Students into Active Learners(54份) ';
}